Calibration object to apply 4x4 matrix to each point. More...
Inherits Calibrator3D.
Public Member Functions | |
| None | MatrixCalibrator3D (self, cvb.Matrix3DH matrix) |
| Creates a calibrator based on a general homography matrix. | |
Public Member Functions inherited from Calibrator3D | |
| Union[cvb.Calibrator3DAT, cvb.LaserPlaneHomographyCalibrator3D, cvb.LaserPlaneZigZagCalibrator3D, cvb.FactorsCalibrator3D, cvb.MatrixCalibrator3D, cvb.PinholeCameraCalibrator3D] | load (str file_name) |
| Loads a 3D calibration from file. | |
| None | save (self, str file_name) |
| Write the current content calibrator to a file. | |
Additional Inherited Members | |
Properties inherited from Calibrator3D | |
| extrinsic_matrix = property | |
| cvb.AffineMatrix3D: Gets and sets the extrinsic transformation matrix (rigid body transformation) of the calibrator. | |
| range_map_ignore_value = property | |
| Optional[float]: Gets or sets value to be ignored in range map - may be None. | |
Calibration object to apply 4x4 matrix to each point.
| None MatrixCalibrator3D | ( | self, | |
| cvb.Matrix3DH | matrix ) |
Creates a calibrator based on a general homography matrix.
matrix : cvb.Matrix3DH Homogeneous transformation matrix.