CogBlob ExtremaExcludeAreaPixels Property Cognex VisionPro 9.5
The amount of area to exclude when computing either a bounding box or median point, only used when the ExtremaExcludeMode is set to AreaPixels. The area is specified in image pixel units.

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

public double ExtremaExcludeAreaPixels { 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 AreaPixels. The area is specified in image pixel units.
See Also