Documentation
Table of contents

CornerAngleRange

Parameter CornerAngleRange specifies the range of angles (in degrees) of the extracted corners. The corners refer to the corners of a quad or document.

Example

{
    "CornerAngleRange":
        {
            "MinValue": 80,
            "MaxValue": 100
        }
}

Parameter Summary

CornerAngleRange The range of a maximum and a minimum value of the angles.

Child Parameters

Child Parameter Name Child Parameter Summary
MinValue Description
Sets the minimum interior angle.
Type
int
Range
[0,90]
Default Value
70
MaxValue Description
Sets the maximum interior angle.
Type
int
Range
[90,180]
Default Value
110
Remarks
Please ensure that all interior angles of the target quadrilateral fall within the specified value range.
If the setting values doesn't meet the requirement ranges, an error will be raised.

Default Setting

If the CornerAngleRange is not configured in your template file, the following setting will be used as the default setting.

{
    "CornerAngleRange" : 
        {
            "MaxValue" : 110,
            "MinValue" : 70
        }
}

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version (2.2.20)
    • Version 2.x
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support