Click or drag to resize

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
Syntax
VB
Public Enumeration mcRegionBorders
Members
  Member nameValueDescription
mcrbNoBorder0skips the border test
mcrbNorth1the top border is tested
mcrbEast2the right border is tested
mcrbSouth4the bottom border is tested
mcrbWest8the left border is tested
mcrbAllBorders15all borders are tested
See Also