CogShapePolarize ProbeOffsetInPixels Property Cognex VisionPro 9.7
The probe offset specifies the distance from the shape to each of the two points where the image intensity is sampled. This parameter is specified in image pixel units.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public double ProbeOffsetInPixels { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogShapePolarize Changed

Fires when this property changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The supplied value is less than 0.

    Remarks

    The probe offset specifies the distance from the shape to each of the two points where the image intensity is sampled. This parameter is specified in image pixel units.

    Default Value: 3.0

    See Also