CogBlob ExtremaExcludeMode Property Cognex VisionPro 9.5
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.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 69.0.0.0
Syntax

public CogBlobExtremaExcludeConstants ExtremaExcludeMode { get; set; }

Property Value

Type: CogBlobExtremaExcludeConstants
The default is None
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
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