CogBlobSegmentationParams TailHigh Property Cognex VisionPro
The percentage of high tail pixels to discard before computing either a hard relative, hard dynamic, or soft relative threshold.

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

public int TailHigh { get; set; }

Property Value

Type: Int32
The default is 0%.
Events

Event TypeReason
[Cognex.VisionPro.ICogChangedEvent.Changed]

Fires when the value of this property changes.

The following state flag may be affected:

[Cognex.VisionPro.ICogChangedEvent.Changed]

Fires when the both the low and high tail values are changed.

The following state flags may be affected:

Exceptions

ExceptionCondition
[System.ArgumentException] The supplied value is less than 0 or greater than 100.
Remarks

The percentage of high tail pixels to discard before computing either a hard relative, hard dynamic, or soft relative threshold.

The sum of the low and high tail value must be less than or equal to 100. If a tail value is set such that this requirement is not met, the other tail value is adjusted.

See Also