mcRegionBorders Enumeration
|
|
Allowed values for the CleanUpBordersAndNoise BorderFlags argumentand the IMcThresholdEx.BorderExclusion property
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcRegionBorders
Members
| Member name | Value | Description |
---|
| mcrbNoBorder | 0 | skips the border test |
| mcrbNorth | 1 | the top border is tested |
| mcrbEast | 2 | the right border is tested |
| mcrbSouth | 4 | the bottom border is tested |
| mcrbWest | 8 | the left border is tested |
| mcrbAllBorders | 15 | all borders are tested |
See Also