Indicates if some of the feature's area should be
excluded when making the median and bounding box measures. If area
should be excluded, the mode also indicates which property specifies
the area to be excluded.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 69.0.0.0
Syntax
Property Value
Type: CogBlobExtremaExcludeConstantsThe default is None
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The supplied value is not a member of CogBlobExtremaExcludeConstants. |
Remarks
A value from CogBlobExtremaExcludeConstants that determines what, if any, part of the feature's area should be excluded when making the median and bounding box measures. If area should be excluded, the mode also indicates which property specifies the area to be excluded.
See Also