CogBlobExtremaExcludeConstants EnumerationCognex VisionPro 9.5
Enumeration indicates which, or none, exclude area property is used to indicate the amount of feature to exclude for the median and bounding box measures.

Namespace: Cognex.VisionPro.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 69.0.0.0
Syntax

public enum CogBlobExtremaExcludeConstants
Members

  Member nameValueDescription
None0 No area of the feature will be excluded for the median and bounding box measures
Area1 Specifies that the ExtremaExcludeArea property is used to indicate the amount of feature to exclude for the median and bounding box measures. This value is in units of input image's selected space.
AreaPixels2 Specifies that the ExtremaExcludeAreaPixels property is used to indicate the amount of feature to exclude for the median and bounding box measures. This value is in image pixel units.
AreaPercent3 Specifies that the ExtremaExcludeAreaPercent property is used to indicate the amount of feature to exclude for the median and bounding box measures. This value is specified in terms of the percentage of pixels to exclude.
Remarks

An enumeration that determines how the tool excludes pixels lying at the extrema of a blob from the blob when computing the GetBoundingBox(CogBlobAxisConstants) or median measures.
See Also