Click or drag to resize

McRgnIllFormedEnum Enumeration

Values that the mRgnIllFormed measurement takes on.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration McRgnIllFormedEnum
Members
  Member nameValueDescription
mcrifAllOK0No ill formed aspects to the region boundary.
mcrifNotConvex1
mcrifMinorDoubleValued2Region boundary is double-valued as seenfrom the mRgnCentroidXY over a scale of less than 3 pixels.
mcrifMajorDoubleValued3Region boundary is double-valued as seenfrom the mRgnCentroidXY over a scale of 3 or more pixels.
mcrifZeroArea4
mcrifCentroidOutside5Region mRgnCentroidXY falls on or outsideof the region boundary.
mcrifSelfCrossing6Region boundary crosses itself (e.g., figure-8).
See Also