CogCalibFeatureExtractorCheckerboard OriginX Property Cognex VisionPro 9.22
Gets/sets the the x value of the designated origin to be used for labeling of returned feature points.

The vertex closest to point (OriginX, OriginY) will be used as the origin for point correspondence when LabelMode is UseOrigin.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 87.0.0.0
Syntax

public double OriginX { get; set; }

Property Value

Type: Double
The x value of the designated origin. The default value is 0.
Events

Remarks

When operating in UseFiducial mode, this property is ignored.
See Also