CogHandEyeCalibrationRemoteCameraResult CreateResidualVectorGraphics Method (Double, CogLineSegment)Cognex VisionPro 9.23
Returns the graphics representing the residuals for the used features. The start point of each graphic line segment is the mapped feature 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. The graphics characteristics of the supplied line segment are duplicated in all of the computed line segments.

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

public CogCompositeShape CreateResidualVectorGraphics(
	double scaleFactor,
	CogLineSegment exampleLineSeg
)

Parameters

scaleFactor
Type: System Double
The graphic scale factor.
exampleLineSeg
Type: Cognex.VisionPro CogLineSegment
Specify the desired graphics characteristics by providing this example.

Return Value

Type: CogCompositeShape
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If scaleFactor is not greater than zero.
ArgumentNullException If exampleLineSeg argument is null.
See Also