CogBlob ExtremaExcludeAreaPercent 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 AreaPercent. The area is specified in terms of percentage of pixels to exclude.

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

public double ExtremaExcludeAreaPercent { 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 or greater than or equal to 50.
Remarks

The amount of area to exclude when computing either a bounding box or median point, only used when the ExtremaExcludeMode is set to AreaPercent. The area is specified in terms of percentage of pixels to exclude.
See Also