Calibration for 2½D and 3D data. More...
Modules | |
1) Configuration of AQS12 Segmentor | |
Functions to configure the AQS12 Segmentor object. | |
2) AQS12 Segmentation and Point Extraction | |
Functions to segment the faces of the AQS12 and to extract intersection points. | |
3) Configuration of Calibration | |
Functions to configure calibration configuration object. | |
Enumerations | |
enum | CVMIntrinsicCorrectionModel { CVMICM_XZHomography = 1 } |
Functions | |
cvbres_t | CVMAQS12CalculateCorrectionOfLaserPlaneInclinationFromPiece (CVCOMPOSITE DenseCloud, CVMAQS12SEGMENTOR3D Segmentor, CVMAQS12CALCONFIG CalConfig, CVC3DTransformation &TransformationLaserPlaneInclination, CVC3DPointD Residuals[12]) |
Calculates the affine transformation TransformationLaserPlaneInclination from the given DenseCloud of an AQS12 calibration piece. This transformation corrects errors induced by an inclined laser plane. More... | |
cvbres_t | CVMAQS12CalculateCorrectionOfLaserPlaneInclinationFromPieceRect (CVCOMPOSITE DenseCloud, cvbdim_t Left, cvbdim_t Top, cvbdim_t Right, cvbdim_t Bottom, CVMAQS12SEGMENTOR3D Segmentor, CVMAQS12CALCONFIG CalConfig, CVC3DTransformation &TransformationLaserPlaneInclination, CVC3DPointD Residuals[12]) |
Calculates the affine transformation TransformationLaserPlaneInclination from the given DenseCloud of an AQS12 calibration piece. This transformation corrects errors induced by an inclined laser plane. More... | |
cvbres_t | CVMAQS12CalculateExtrinsicMatrix (IMG RangeMapImage, cvbdim_t PlaneIndex, CVC3DCALIBRATOR Calibrator, const CVC3DPointD Points[12], double TopBasePlaneDistance, CVC3DTransformation &ExtrinsicTransformation, CVC3DPointD Residuals[12]) |
Calculates the ExtrinsicTransformation from the given RangeMapImage of an AQS12 calibration piece. More... | |
cvbres_t | CVMAQS12CalculateExtrinsicMatrixRect (IMG RangeMapImage, cvbdim_t PlaneIndex, cvbdim_t Left, cvbdim_t Top, cvbdim_t Right, cvbdim_t Bottom, CVC3DCALIBRATOR Calibrator, const CVC3DPointD Points[12], double TopBasePlaneDistance, CVC3DTransformation &ExtrinsicTransformation, CVC3DPointD Residuals[12]) |
Calculates the ExtrinsicTransformation from the given RangeMapImage of an AQS12 calibration piece. More... | |
cvbres_t | CVMAQS12CalculateRigidBodyTransformationFromPiece (CVCOMPOSITE DenseCloud, CVMAQS12SEGMENTOR3D Segmentor, const CVC3DPointD Points[12], double TopBasePlaneDistance, CVC3DTransformation &ExtrinsicTransformation, CVC3DPointD Residuals[12]) |
Calculates the rigid body transformation (rotation matrix and translation) from the given DenseCloud of an AQS12 calibration piece.The transformation is estimated by the Nelder-Mead method. The rigid body transformation is part of the extrinsic calibration. More... | |
cvbres_t | CVMAQS12CalculateRigidBodyTransformationFromPieceRect (CVCOMPOSITE DenseCloud, cvbdim_t Left, cvbdim_t Top, cvbdim_t Right, cvbdim_t Bottom, CVMAQS12SEGMENTOR3D Segmentor, const CVC3DPointD Points[12], double TopBasePlaneDistance, CVC3DTransformation &ExtrinsicTransformation, CVC3DPointD Residuals[12]) |
Calculates the rigid body transformation (rotation matrix and translation) from the given DenseCloud of an AQS12 calibration piece. The transformation is estimated by the Nelder-Mead method. The rigid body transformation is part of the extrinsic calibration. More... | |
cvbres_t | CVMAQS12CreateCalibrator (IMG RangeMapImage, cvbdim_t PlaneIndex, const CVC3DPointD Points[12], double TopBasePlaneDistance, CVMIntrinsicCorrectionModel Model, CVC3DCALIBRATOR &Calibrator, CVC3DPointD Residuals[12]) |
Creates an intrinsic/extrinsic Calibrator from the given RangeMapImage of an AQS12 calibration piece. More... | |
cvbres_t | CVMAQS12CreateCalibratorRect (IMG RangeMapImage, cvbdim_t PlaneIndex, cvbdim_t Left, cvbdim_t Top, cvbdim_t Right, cvbdim_t Bottom, const CVC3DPointD Points[12], double TopBasePlaneDistance, CVMIntrinsicCorrectionModel Model, CVC3DCALIBRATOR &Calibrator, CVC3DPointD Residuals[12]) |
Creates an intrinsic/extrinsic Calibrator from the given RangeMapImage of an AQS12 calibration piece. More... | |
cvbres_t | CVMAQS12CreateFaceSegmentationImage (IMG RangeMapImage, cvbdim_t PlaneIndex, IMG &LabelImage) |
Segments the given RangeMapImage into the different faces of the AQS12 calibration piece. More... | |
cvbres_t | CVMAQS12CreateFaceSegmentationImageRect (IMG RangeMapImage, cvbdim_t PlaneIndex, cvbdim_t Left, cvbdim_t Top, cvbdim_t Right, cvbdim_t Bottom, IMG &LabelImage) |
Segments the given RangeMapImage into the different faces of the AQS12 calibration piece. More... | |
cvbres_t | CVMAQS12CreateIntrinsicCalibratorFromPiece (IMG RangeMapImage, cvbdim_t PlaneIndex, CVMAQS12SEGMENTOR2D Segmentor, CVMAQS12CALCONFIG CalConfig, CVC3DCALIBRATOR &Calibrator, CVC3DPointD Residuals[12]) |
Creates an intrinsic Calibrator from the given RangeMapImage of an AQS12 calibration piece. More... | |
cvbres_t | CVMAQS12CreateIntrinsicCalibratorFromPieceRect (IMG RangeMapImage, cvbdim_t PlaneIndex, cvbdim_t Left, cvbdim_t Top, cvbdim_t Right, cvbdim_t Bottom, CVMAQS12SEGMENTOR2D Segmentor, CVMAQS12CALCONFIG CalConfig, CVC3DCALIBRATOR &Calibrator, CVC3DPointD Residuals[12]) |
Creates an intrinsic Calibrator from the given RangeMapImage of an AQS12 calibration piece. More... | |
cvbres_t | CVMCalculateAffineTransformation (const CVC3DPointD *ReferencePoints, const CVC3DPointD *MeasuredPoints, cvbdim_t PointsLength, CVC3DTransformation &Transformation) |
Calculates an affine transformation from given reference points (which are assumed to be correct) and measured points. The transformation is calculated by a singular value decomposition. More... | |
cvbres_t | CVMCalculateRigidBodyTransformation (const CVC3DPointD *ReferencePoints, const CVC3DPointD *MeasuredPoints, cvbdim_t PointsLength, CVC3DTransformation &Transformation) |
Calculates a rigid body transformation (rotation matrix and translation) from given reference points (which are assumed to be correct) and measured points. The transformation is estimated by the Nelder-Mead method. More... | |
cvbres_t | CVMFindSpheres (CVCOMPOSITE DenseCloud, double radius, double sensitivity, TSphere *spheres, int &numspheres, int maxnumspheres) |
Detect spheres of a given radius in dense point clouds. More... | |
cvbres_t | CVMWrite3DCalibrator (CVC3DCALIBRATOR Calibrator, const char *FileName) |
Writes a 3D calibration file (ASCII string version). More... | |
cvbres_t | CVMWrite3DCalibratorW (CVC3DCALIBRATOR Calibrator, const wchar_t *FileName) |
Writes a 3D calibration file (Unicode string version). More... | |
Calibration for 2½D and 3D data.
Calibration defines and functions.
Enumerator | |
---|---|
CVMICM_XZHomography | Pin hole camera homography transformation for range maps acquired by a laser triangulation camera. In case of laser plane calibration (e.g. in CVMAQS12CreateCalibrator) a 3x3 homogeneous matrix is created that is applied to the x and z components only. The y coordinate must be adjusted via extrinsic calibration as this depends on the acquisition speed. |
cvbres_t CVMAQS12CalculateCorrectionOfLaserPlaneInclinationFromPiece | ( | CVCOMPOSITE | DenseCloud, |
CVMAQS12SEGMENTOR3D | Segmentor, | ||
CVMAQS12CALCONFIG | CalConfig, | ||
CVC3DTransformation & | TransformationLaserPlaneInclination, | ||
CVC3DPointD | Residuals[12] | ||
) |
Calculates the affine transformation TransformationLaserPlaneInclination from the given DenseCloud of an AQS12 calibration piece. This transformation corrects errors induced by an inclined laser plane.
This is the full image variant of CVMAQS12CalculateCorrectionOfLaserPlaneInclinationFromPieceRect. Detailed information can be found there.
[in] | DenseCloud | Handle of dense point cloud. |
[in] | Segmentor | Segmentor created by the function CVMAQS12CreateSegmentorForDensePointCloud. |
[in] | CalConfig | Calibration configuration created by the function CVMAQS12CreateInstrinsicCalConfig. |
[out] | TransformationLaserPlaneInclination | Variable to receive the affine transformation, which corrects erros induced by an inclined laser plane. |
[out] | Residuals | Optional pointer to 12 point array to contain the difference between the reference Points and the TransformationLaserPlaneInclination result; nullptr if not needed. |
cvbres_t CVMAQS12CalculateCorrectionOfLaserPlaneInclinationFromPieceRect | ( | CVCOMPOSITE | DenseCloud, |
cvbdim_t | Left, | ||
cvbdim_t | Top, | ||
cvbdim_t | Right, | ||
cvbdim_t | Bottom, | ||
CVMAQS12SEGMENTOR3D | Segmentor, | ||
CVMAQS12CALCONFIG | CalConfig, | ||
CVC3DTransformation & | TransformationLaserPlaneInclination, | ||
CVC3DPointD | Residuals[12] | ||
) |
Calculates the affine transformation TransformationLaserPlaneInclination from the given DenseCloud of an AQS12 calibration piece. This transformation corrects errors induced by an inclined laser plane.
This function expects a point cloud showing the AQS12 calibration piece in the following orientation:
The LabelImage will have the same dimension as RangeMapImage and a cvbdatatype_t of 8 (Mono 8bpp).
Label | Value | Comment |
---|---|---|
Ignore | 0 | not part of calibration piece |
Base | 1 | part of the base plane. |
Top face | 2 | part of the top face. |
Face 0° | 3 | part of 0° face (right) |
Face 40° | 4 | part of 40° face (right/down) |
Face 140° | 5 | part of 140° face (left/down) |
Face 180° | 6 | part of 180° face (left) |
Face 220° | 7 | part of 220° face (left/top) |
Face 320° | 8 | part of 320° face (right/top) |
CVC3DCreateCalibratedPointCloudFromRangeMap
. Before creating the cloud, set the range map ignore value with function CVC3DCalibratorSetRangeMapIgnoreValue
. All pixels with this value will be interpreted as non-confident.[in] | DenseCloud | Handle of dense point cloud. |
[in] | Left | First column for region of interest in dense cloud. |
[in] | Top | First row for region of interest in dense cloud. |
[in] | Right | Last column for region of interest in dense cloud (inclusive). |
[in] | Bottom | Last row for region of interest in dense cloud (inclusive). |
[in] | Segmentor | Segmentor created by the function CVMAQS12CreateSegmentorForDensePointCloud. |
[in] | CalConfig | Calibration configuration created by the function CVMAQS12CreateInstrinsicCalConfig. |
[out] | TransformationLaserPlaneInclination | Variable to receive the affine transformation, which corrects erros induced by an inclined laser plane. |
[out] | Residuals | Optional pointer to 12 point array to contain the difference between the reference Points and the TransformationLaserPlaneInclination result; nullptr if not needed. |
CVC3DCalibratorSetCorrectionOfLaserPlaneInclination
, CVMCalculateAffineTransformationcvbres_t CVMAQS12CalculateExtrinsicMatrix | ( | IMG | RangeMapImage, |
cvbdim_t | PlaneIndex, | ||
CVC3DCALIBRATOR | Calibrator, | ||
const CVC3DPointD | Points[12], | ||
double | TopBasePlaneDistance, | ||
CVC3DTransformation & | ExtrinsicTransformation, | ||
CVC3DPointD | Residuals[12] | ||
) |
Calculates the ExtrinsicTransformation from the given RangeMapImage of an AQS12 calibration piece.
This is the full image variant of CVMAQS12CalculateExtrinsicMatrixRect. Detailed information can be found there.
[in] | RangeMapImage | Handle of 2½D image. |
[in] | PlaneIndex | Plane of RangeMapImage to use in the range of [0 .. ImageDimension[. |
[in] | Calibrator | Optional calibrator to apply to the RangeMapImage (no extrinsic transformation is done). |
[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] | ExtrinsicTransformation | Variable to receive the extrinsic transformation. |
[out] | Residuals | Optional pointer to 12 point array to contain the difference between the reference Points and the ExtrinsicTransformation result; nullptr if not needed. |
cvbres_t CVMAQS12CalculateExtrinsicMatrixRect | ( | IMG | RangeMapImage, |
cvbdim_t | PlaneIndex, | ||
cvbdim_t | Left, | ||
cvbdim_t | Top, | ||
cvbdim_t | Right, | ||
cvbdim_t | Bottom, | ||
CVC3DCALIBRATOR | Calibrator, | ||
const CVC3DPointD | Points[12], | ||
double | TopBasePlaneDistance, | ||
CVC3DTransformation & | ExtrinsicTransformation, | ||
CVC3DPointD | Residuals[12] | ||
) |
Calculates the ExtrinsicTransformation from the given RangeMapImage of an AQS12 calibration piece.
This function expects a range map showing the AQS12 calibration piece in the following orientation:
The 12 Points are interpreted as indicated by the corner points above. As the points 7 to 12 are higher than the base plane, you need to give the TopBasePlaneDistance. The top plane is defined by the points 1 to 6.
If a Calibrator is given, the RangeMapImage is calibrated with it before calculating the extrinsic calibration based on the real world Points.
[in] | RangeMapImage | Handle of 2½D image. |
[in] | PlaneIndex | Plane of RangeMapImage to use in the range of [0 .. ImageDimension[. |
[in] | Left | Left border of region of interest in pixels. |
[in] | Top | Top border of region of interest in pixels. |
[in] | Right | Right border of region of interest in pixels (inclusive). |
[in] | Bottom | Bottom border of region of interest in pixels (inclusive). |
[in] | Calibrator | Optional calibrator to apply to the RangeMapImage (no extrinsic transformation is done). |
[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] | ExtrinsicTransformation | Variable to receive the extrinsic transformation. |
[out] | Residuals | Optional pointer to 12 point array to contain the difference between the reference Points and the ExtrinsicTransformation result; nullptr if not needed. |
cvbres_t CVMAQS12CalculateRigidBodyTransformationFromPiece | ( | CVCOMPOSITE | DenseCloud, |
CVMAQS12SEGMENTOR3D | Segmentor, | ||
const CVC3DPointD | Points[12], | ||
double | TopBasePlaneDistance, | ||
CVC3DTransformation & | ExtrinsicTransformation, | ||
CVC3DPointD | Residuals[12] | ||
) |
Calculates the rigid body transformation (rotation matrix and translation) from the given DenseCloud of an AQS12 calibration piece.The transformation is estimated by the Nelder-Mead method. The rigid body transformation is part of the extrinsic calibration.
This is the full image variant of CVMAQS12CalculateRigidBodyTransformationFromPieceRect. Detailed information can be found there.
[in] | DenseCloud | Handle of dense point cloud. |
[in] | Segmentor | Segmentor created by the function CVMAQS12CreateSegmentorForDensePointCloud. |
[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] | ExtrinsicTransformation | Variable to transformation. |
[out] | Residuals | Optional pointer to 12 point array to contain the difference between the reference Points and the ExtrinsicTransformation result; nullptr if not needed. |
cvbres_t CVMAQS12CalculateRigidBodyTransformationFromPieceRect | ( | CVCOMPOSITE | DenseCloud, |
cvbdim_t | Left, | ||
cvbdim_t | Top, | ||
cvbdim_t | Right, | ||
cvbdim_t | Bottom, | ||
CVMAQS12SEGMENTOR3D | Segmentor, | ||
const CVC3DPointD | Points[12], | ||
double | TopBasePlaneDistance, | ||
CVC3DTransformation & | ExtrinsicTransformation, | ||
CVC3DPointD | Residuals[12] | ||
) |
Calculates the rigid body transformation (rotation matrix and translation) from the given DenseCloud of an AQS12 calibration piece. The transformation is estimated by the Nelder-Mead method. The rigid body transformation is part of the extrinsic calibration.
This function expects a point cloud showing the AQS12 calibration piece in the following orientation:
The LabelImage will have the same dimension as RangeMapImage and a cvbdatatype_t of 8 (Mono 8bpp).
Label | Value | Comment |
---|---|---|
Ignore | 0 | not part of calibration piece |
Base | 1 | part of the base plane. |
Top face | 2 | part of the top face. |
Face 0° | 3 | part of 0° face (right) |
Face 40° | 4 | part of 40° face (right/down) |
Face 140° | 5 | part of 140° face (left/down) |
Face 180° | 6 | part of 180° face (left) |
Face 220° | 7 | part of 220° face (left/top) |
Face 320° | 8 | part of 320° face (right/top) |
CVC3DCreateCalibratedPointCloudFromRangeMap
. Before creating the cloud, set the range map ignore value with function CVC3DCalibratorSetRangeMapIgnoreValue
. All pixels with this value will be interpreted as non-confident.[in] | DenseCloud | Handle of dense point cloud. |
[in] | Left | First column for region of interest in dense cloud. |
[in] | Top | First row for region of interest in dense cloud. |
[in] | Right | Last column for region of interest in dense cloud (inclusive). |
[in] | Bottom | Last row for region of interest in dense cloud (inclusive). |
[in] | Segmentor | Segmentor created by the function CVMAQS12CreateSegmentorForDensePointCloud. |
[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] | ExtrinsicTransformation | Variable to transformation. |
[out] | Residuals | Optional pointer to 12 point array to contain the difference between the reference Points and the ExtrinsicTransformation result; nullptr if not needed. |
cvbres_t CVMAQS12CreateCalibrator | ( | IMG | RangeMapImage, |
cvbdim_t | PlaneIndex, | ||
const CVC3DPointD | Points[12], | ||
double | TopBasePlaneDistance, | ||
CVMIntrinsicCorrectionModel | Model, | ||
CVC3DCALIBRATOR & | Calibrator, | ||
CVC3DPointD | Residuals[12] | ||
) |
Creates an intrinsic/extrinsic Calibrator from the given RangeMapImage of an AQS12 calibration piece.
This is the full image variant of CVMAQS12CreateCalibratorRect. Detailed information can be found there.
[in] | RangeMapImage | Handle of 2½D image. |
[in] | PlaneIndex | Plane of RangeMapImage to use in the range of [0 .. ImageDimension[. |
[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. |
[in] | Model | Calibration model to apply (so far only CVMICM_XZHomography is supported). |
[out] | Calibrator | Variable to receive the newly created calibrator object. |
[out] | Residuals | Optional pointer to 12 point array to contain the difference between the reference Points and the Calibrator result; nullptr if not needed. |
cvbres_t CVMAQS12CreateCalibratorRect | ( | IMG | RangeMapImage, |
cvbdim_t | PlaneIndex, | ||
cvbdim_t | Left, | ||
cvbdim_t | Top, | ||
cvbdim_t | Right, | ||
cvbdim_t | Bottom, | ||
const CVC3DPointD | Points[12], | ||
double | TopBasePlaneDistance, | ||
CVMIntrinsicCorrectionModel | Model, | ||
CVC3DCALIBRATOR & | Calibrator, | ||
CVC3DPointD | Residuals[12] | ||
) |
Creates an intrinsic/extrinsic Calibrator from the given RangeMapImage of an AQS12 calibration piece.
This function expects a range map showing the AQS12 calibration piece in the following orientation:
The 12 Points are interpreted as indicated by the corner points above. As the points 7 to 12 are higher than the base plane, you need to give the TopBasePlaneDistance. The top plane is defined by the points 1 to 6.
The resulting Calibrator contains the intrinsic calibration as specified by Model and the extrinsic calibration based on the real world Points.
[in] | RangeMapImage | Handle of 2½D image. |
[in] | PlaneIndex | Plane of RangeMapImage to use in the range of [0 .. ImageDimension[. |
[in] | Left | Left border of region of interest in pixels. |
[in] | Top | Top border of region of interest in pixels. |
[in] | Right | Right border of region of interest in pixels (inclusive). |
[in] | Bottom | Bottom border of region of interest in pixels (inclusive). |
[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. |
[in] | Model | Calibration model to apply (so far only CVMICM_XZHomography is supported). |
[out] | Calibrator | Variable to receive the newly created calibrator object. |
[out] | Residuals | Optional pointer to 12 point array to contain the difference between the reference Points and the Calibrator result; nullptr if not needed. |
cvbres_t CVMAQS12CreateFaceSegmentationImage | ( | IMG | RangeMapImage, |
cvbdim_t | PlaneIndex, | ||
IMG & | LabelImage | ||
) |
Segments the given RangeMapImage into the different faces of the AQS12 calibration piece.
This is the full image variant of CVMAQS12CreateFaceSegmentationImageRect. Detailed information can be found there.
[in] | RangeMapImage | Handle of 2½D image. |
[in] | PlaneIndex | Plane of RangeMapImage to use in the range of [0 .. ImageDimension[. |
[out] | LabelImage | Variable to receive the result image handle. |
cvbres_t CVMAQS12CreateFaceSegmentationImageRect | ( | IMG | RangeMapImage, |
cvbdim_t | PlaneIndex, | ||
cvbdim_t | Left, | ||
cvbdim_t | Top, | ||
cvbdim_t | Right, | ||
cvbdim_t | Bottom, | ||
IMG & | LabelImage | ||
) |
Segments the given RangeMapImage into the different faces of the AQS12 calibration piece.
This function expects a range map showing the AQS12 calibration piece in the following orientation:
The LabelImage will have the same dimension as RangeMapImage and a cvbdatatype_t of 8 (Mono 8bpp). Everything outside of the ROI will be set to Ignore.
Label | Value | Comment |
---|---|---|
Ignore | 0 | not part of calibration piece |
Base | 1 | part of the base plane. |
Top face | 2 | part of the top face. |
Face 0° | 3 | part of 0° face (right) |
Face 40° | 4 | part of 40° face (right/down) |
Face 140° | 5 | part of 140° face (left/down) |
Face 180° | 6 | part of 180° face (left) |
Face 220° | 7 | part of 220° face (left/top) |
Face 320° | 8 | part of 320° face (right/top) |
[in] | RangeMapImage | Handle of 2½D image. |
[in] | PlaneIndex | Plane of RangeMapImage to use in the range of [0 .. ImageDimension[. |
[in] | Left | Left border of region of interest in pixels. |
[in] | Top | Top border of region of interest in pixels. |
[in] | Right | Right border of region of interest in pixels (inclusive). |
[in] | Bottom | Bottom border of region of interest in pixels (inclusive). |
[out] | LabelImage | Variable to receive the result image handle. |
cvbres_t CVMAQS12CreateIntrinsicCalibratorFromPiece | ( | IMG | RangeMapImage, |
cvbdim_t | PlaneIndex, | ||
CVMAQS12SEGMENTOR2D | Segmentor, | ||
CVMAQS12CALCONFIG | CalConfig, | ||
CVC3DCALIBRATOR & | Calibrator, | ||
CVC3DPointD | Residuals[12] | ||
) |
Creates an intrinsic Calibrator from the given RangeMapImage of an AQS12 calibration piece.
This is the full image variant of CVMAQS12CreateIntrinsicCalibratorFromPieceRect. Detailed information can be found there.
[in] | RangeMapImage | Handle of 2½D image. |
[in] | PlaneIndex | Plane of RangeMapImage to use in the range of [0 .. ImageDimension[. |
[in] | Segmentor | Segmentor created by the function CVMAQS12CreateSegmentorForRangeMap. |
[in] | CalConfig | Calibration configuration created by the function CVMAQS12CreateInstrinsicCalConfig. |
[out] | Calibrator | Variable to receive the newly created calibrator object. |
[out] | Residuals | Optional pointer to 12 point array to contain the difference between the reference Points and the Calibrator result; nullptr if not needed. |
cvbres_t CVMAQS12CreateIntrinsicCalibratorFromPieceRect | ( | IMG | RangeMapImage, |
cvbdim_t | PlaneIndex, | ||
cvbdim_t | Left, | ||
cvbdim_t | Top, | ||
cvbdim_t | Right, | ||
cvbdim_t | Bottom, | ||
CVMAQS12SEGMENTOR2D | Segmentor, | ||
CVMAQS12CALCONFIG | CalConfig, | ||
CVC3DCALIBRATOR & | Calibrator, | ||
CVC3DPointD | Residuals[12] | ||
) |
Creates an intrinsic Calibrator from the given RangeMapImage of an AQS12 calibration piece.
This function expects a range map showing the AQS12 calibration piece in the following orientation:
The 12 Points are interpreted as indicated by the corner points above. As the points 7 to 12 are higher than the base plane, you need to give the TopBasePlaneDistance. The top plane is defined by the points 1 to 6.
The resulting Calibrator contains the intrinsic calibration as specified by CalConfig, i.e. either homography or homography and affine transformation. With the affine transformation errors induced by an inclined laser plane are corrected.
[in] | RangeMapImage | Handle of 2½D image. |
[in] | PlaneIndex | Plane of RangeMapImage to use in the range of [0 .. ImageDimension[. |
[in] | Left | Left border of region of interest in pixels. |
[in] | Top | Top border of region of interest in pixels. |
[in] | Right | Right border of region of interest in pixels (inclusive). |
[in] | Bottom | Bottom border of region of interest in pixels (inclusive). |
[in] | Segmentor | Segmentor created by the function CVMAQS12CreateSegmentorForRangeMap. |
[in] | CalConfig | Calibration configuration created by the function CVMAQS12CreateInstrinsicCalConfig. |
[out] | Calibrator | Variable to receive the newly created calibrator object. |
[out] | Residuals | Optional pointer to 12 point array to contain the difference between the reference Points and the Calibrator result; nullptr if not needed. |
cvbres_t CVMCalculateAffineTransformation | ( | const CVC3DPointD * | ReferencePoints, |
const CVC3DPointD * | MeasuredPoints, | ||
cvbdim_t | PointsLength, | ||
CVC3DTransformation & | Transformation | ||
) |
Calculates an affine transformation from given reference points (which are assumed to be correct) and measured points. The transformation is calculated by a singular value decomposition.
[in] | ReferencePoints | Array of size PointsLength containing reference points of the body. |
[in] | MeasuredPoints | Array of size PointsLength containing the corresponding mesuared points of the body. |
[in] | PointsLength | Number of points, size of ReferencePoints and Points. At least 4 points are necessary. |
[out] | Transformation | Pointer to matrix to be filled with the transformation matrix elements and translation. |
cvbres_t CVMCalculateRigidBodyTransformation | ( | const CVC3DPointD * | ReferencePoints, |
const CVC3DPointD * | MeasuredPoints, | ||
cvbdim_t | PointsLength, | ||
CVC3DTransformation & | Transformation | ||
) |
Calculates a rigid body transformation (rotation matrix and translation) from given reference points (which are assumed to be correct) and measured points. The transformation is estimated by the Nelder-Mead method.
[in] | ReferencePoints | Array of size PointsLength containing reference points of the body. |
[in] | MeasuredPoints | Array of size PointsLength containing the corresponding mesuared points of the body. |
[in] | PointsLength | Number of points, size pf ReferencePoints and MeasuredPoints. At least 3 points are necessary. |
[out] | Transformation | Pointer to matrix to be filled with the rotation matrix elements and translation. |
cvbres_t CVMFindSpheres | ( | CVCOMPOSITE | DenseCloud, |
double | radius, | ||
double | sensitivity, | ||
TSphere * | spheres, | ||
int & | numspheres, | ||
int | maxnumspheres | ||
) |
Detect spheres of a given radius in dense point clouds.
[in] | DenseCloud | Properly oriented pointcloud. |
[in] | radius | Size of spheres to detect. This is a rough value only and serves for preprocessing purposes. The detected spheres may vary in size about 50% of this value. |
[in] | sensitivity | Controls the triggering of an individual detection process. Ranges from 0.5 for very noisy pointclouds to 2.0 for very precise pointclouds. |
[in] | Spheres | Pointer to a memory area holding the results. The caller is responsible for providing enough memory to hold up to maxnumspheres sphere-results. |
[out] | numshperes | The number of actual detected spheres. The individual results are written to the memory position given by Spheres. |
[in] | maxnumspheres | The maximum number of spheres to be detected. |
cvbres_t CVMWrite3DCalibrator | ( | CVC3DCALIBRATOR | Calibrator, |
const char * | FileName | ||
) |
Writes a 3D calibration file (ASCII string version).
Writes the calibrator information in json format.
[in] | Calibrator | Calibrator object to save. |
[in] | FileName | Full path where to save the file to. |
cvbres_t CVMWrite3DCalibratorW | ( | CVC3DCALIBRATOR | Calibrator, |
const wchar_t * | FileName | ||
) |
Writes a 3D calibration file (Unicode string version).
Writes the calibrator information in json format.
[in] | Calibrator | Calibrator object to save. |
[in] | FileName | Full path where to save the file to. |