CogShapePolarize ProbeResolution Property Cognex VisionPro 9.8 SR1
The probe resolution specifies the maximum arc length, in shape selected space units, between adjacent polarity sample points along the original shape. Some portions of the shape may be sampled more densely than the specified probe resolution.

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

public double ProbeResolution { 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 or equal to 0.

    Remarks

    The probe resolution specifies the maximum arc length, in the units of the input image's selected space, between adjacent polarity sample points along the original shape. Some portions of the shape may be sampled more densely than the specified probe resolution.

    Default Value: 1.0

    See Also