The Cog3DHandEyeCalibrator type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsCameraMoving |
Gets/sets whether the calibrator should perform calibration for moving or stationary camera(s)
| |
| NumPlateSamplesX |
Gets/sets the number of residual error sampling points in the X-direction of PlateRectangleForResidualComputing.
If this value is less than 1, no residual error will be computed.
| |
| NumPlateSamplesY |
Gets/sets the number of residual error sampling points in the Y-direction of PlateRectangleForResidualComputing.
If this value is less than 1, no residual error will be computed.
| |
| PlateRectangleForResidualComputing |
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.
|
See Also