Functions to configure calibration configuration object.
More...
Functions to configure calibration configuration object.
◆ CVMAQS12CalConfigGetCalculateCorrectionOfLaserPlaneInclination()
cvbres_t CVMAQS12CalConfigGetCalculateCorrectionOfLaserPlaneInclination |
( |
CVMAQS12CALCONFIG |
CalibrationConfiguration, |
|
|
cvbbool_t & |
CalculateCorrectionOfLaserPlaneInclination |
|
) |
| |
◆ CVMAQS12CalConfigGetCalculateHomography()
cvbres_t CVMAQS12CalConfigGetCalculateHomography |
( |
CVMAQS12CALCONFIG |
CalibrationConfiguration, |
|
|
cvbbool_t & |
CalculateHomography |
|
) |
| |
◆ CVMAQS12CalConfigGetPointsAndTopBasePlaneDistance()
cvbres_t CVMAQS12CalConfigGetPointsAndTopBasePlaneDistance |
( |
CVMAQS12CALCONFIG |
CalibrationConfiguration, |
|
|
CVC3DPointD |
Points[12], |
|
|
double & |
TopBasePlaneDistance |
|
) |
| |
Returns AQS12 points and distance between top and base plane set in the calibration configuration CalibrationConfiguration.
- Since
- Common Vision Blox 13.4
- Parameters
-
[in] | CalibrationConfiguration | Calibration configuration object. |
[out] | Points | Variable to receive the 12 reference points. |
[out] | TopBasePlaneDistance | Variable to receive the distance between the top plane and the base plane. |
- Returns
-
- See also
- CVMAQS12CreateIntrinsicCalibratorFromPiece
◆ CVMAQS12CalConfigSetCalculateCorrectionOfLaserPlaneInclination()
cvbres_t CVMAQS12CalConfigSetCalculateCorrectionOfLaserPlaneInclination |
( |
CVMAQS12CALCONFIG |
CalibrationConfiguration, |
|
|
cvbbool_t |
CalculateCorrectionOfLaserPlaneInclination |
|
) |
| |
◆ CVMAQS12CalConfigSetCalculateHomography()
cvbres_t CVMAQS12CalConfigSetCalculateHomography |
( |
CVMAQS12CALCONFIG |
CalibrationConfiguration, |
|
|
cvbbool_t |
CalculateHomography |
|
) |
| |
◆ CVMAQS12CreateInstrinsicCalConfig()
cvbres_t CVMAQS12CreateInstrinsicCalConfig |
( |
const CVC3DPointD |
Points[12], |
|
|
double |
TopBasePlaneDistance, |
|
|
CVMAQS12CALCONFIG & |
InstrinsicCalibrationConfiguration |
|
) |
| |
Creates a default intrinsic calibration configurator. Calculation of homography and correction of laser plane inclination is set to true.
- Note
- If this function returns successfully you need to release the returned InstrinsicCalibrationConfiguration via ReleaseObject if not needed anymore.
- Since
- Common Vision Blox 13.4
- Parameters
-
[in] | Points | The 12 reference points in world coordinates. |
[in] | TopBasePlaneDistance | Optional distance between the top plane and the base plane in world coordinate units (same as Points); can be 0 if base plane is at z = 0. |
[out] | InstrinsicCalibrationConfiguration | Variable to receive the resulting calibration configuration object. |
- Returns
-
- See also
- CVMAQS12CalConfigSetCalculateHomography, CVMAQS12CalConfigSetCalculateCorrectionOfLaserPlaneInclination, CVMAQS12CreateIntrinsicCalibratorFromPiece