Need better scanning performance?
FrameFilteringCondition
One of the filter conditions. Filter the reference objects with the frame information. The parameter FrameFilteringCondition includes the following child parameters:
| Child Parameter Name | Child Parameter Summary |
|---|---|
| ImageDimensionRange | Description Filter the reference objects by the dimension of their original images. |
| Type int[2] |
|
| Default Value [16384,0x7fffffff] |
|
| AspectRatioRange | Description Filter the reference objects by the aspect ratio of their original images. Aspect Ratio = BoundingRectHeight/BoundingRectWidth * 100 [MinAspectRatio, MaxAspectRatio] |
| Type int[2] |
|
| Default Value [1, 10000] |
|
| WidthRange | Description Filter the reference objects by the width of their original images. |
| Type int[2] |
|
| Default Value [1, 0x7fffffff] |
|
| HeightRange | Description Filter the reference objects by the height of their original images. |
| Type int[2] |
|
| Default Value [1, 0x7fffffff] |