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.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No area of the feature will be excluded for the median and bounding box measures | |
| Area | 1 | 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. | |
| AreaPixels | 2 | 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. | |
| AreaPercent | 3 | 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
See Also