CogBlob ExtremaExcludeArea Property Cognex VisionPro
The amount of area to exclude when computing either a bounding box or median point, only used when the ExtremaExcludeMode is set to Area. The area is specified in units of the selected space of the InputImage.

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

public double ExtremaExcludeArea { get; set; }

Property Value

Type: Double
The default is 0.
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 less than zero.
Remarks

The amount of area to exclude when computing either a bounding box or median point, only used when the ExtremaExcludeMode is set to Area. The area is specified in units of the selected space of the InputImage.
See Also