Definition at line 75 of file calibration_kabsch.py.
def calibration_kabsch.Transformation.__init__ |
( |
|
self, |
|
|
|
rotation_matrix, |
|
|
|
translation_vector |
|
) |
| |
def calibration_kabsch.Transformation.apply_transformation |
( |
|
self, |
|
|
|
points |
|
) |
| |
Applies the transformation to the pointcloud
Parameters:
-----------
points : array
(3, N) matrix where N is the number of points
Returns:
----------
points_transformed : array
(3, N) transformed matrix
Definition at line 82 of file calibration_kabsch.py.
def calibration_kabsch.Transformation.inverse |
( |
|
self | ) |
|
Computes the inverse transformation and returns a new Transformation object
Returns:
-----------
inverse: Transformation
Definition at line 103 of file calibration_kabsch.py.
calibration_kabsch.Transformation.pose_mat |
The documentation for this class was generated from the following file: