Cog3DHandEyeCalibrator PlateRectangleForResidualComputing Property Cognex VisionPro 9.5
Gets/Sets the sampling rectangle for residual error computation. The rectangle is specified in 2D calibration plate space (the units are those in which the calibration plate grid pitch is specified, and the origin is defined by the fiducial marks on the calibration plate). If the width or height of the rectangle is 0, no residual statistics will be computed.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax

public CogRectangle PlateRectangleForResidualComputing { get; set; }

Property Value

Type: CogRectangle
The plate rectangle used for residual computation. Getter returns null if the rectangle has not been set (default constructed Cog3DHandEyeCalibrator).
See Also