CogPatInspectRunParams TailLow Property Cognex VisionPro
The percentage of pixels to discard on the low end of the grey scale spectrum prior to performing tail matching normalization. Only applicable if match tails is selected for the NormalizationMode.

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

public int TailLow { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogPatInspectRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

CogPatInspectRunParams Changed

Fires when both CogPatInspectRunParams and TailHigh change.

The following state flags may be affected:

Exceptions

ExceptionCondition
ArgumentException

Value is < 0 or > 100.

Remarks

The percentage of pixels to discard on the low end of the grey scale spectrum prior to performing tail matching normalization. Only applicable if match tails is selected for the NormalizationMode.

Note: TailLow plus TailHigh cannot exceed 100%. If the new value for TailLow would cause the total to exceed 100%, the other value will be changed so that the sum of both properties is 100%. In such cases, the change event will indicate that both properties have changed.

Default Value: 10%

See Also