CogHandEyeCalibrationResult CreateResidualVectorGraphics Method (Int32, Double)Cognex VisionPro 9.10
Returns the graphics representing the residuals for the specified stage pose. The start point of each graphic line segment is the mapped physical space point, while the associated end point is the found feature location. The specified scaleFactor is applied to the length of the line segment such that the end point moves.

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

public CogCompositeShape CreateResidualVectorGraphics(
	int stagePoseIndex,
	double scaleFactor
)

Parameters

stagePoseIndex
Type: System Int32
The stage pose index.
scaleFactor
Type: System Double
The graphic scale factor.

Return Value

Type: CogCompositeShape
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If stagePoseIndex is less than zero or if stagePoseIndex is not less than the number of poses used to produce this result.
ArgumentOutOfRangeException If scaleFactor is not greater than zero.
See Also