Go to the source code of this file.
|
static void | assertOnDataPointsTransformation (const PM::DataPoints &cloud, const PM::TransformationParameters &transformation, std::shared_ptr< PM::Transformation > &transformator, const NumericType kEpsilonNumericalError=0) |
|
static Eigen::Transform< NumericType, 2, Eigen::Affine > | buildUpTransformation2D (const Eigen::Matrix< NumericType, 2, 1 > &translation, const Eigen::Rotation2D< NumericType > &rotation, const NumericType scale=1.0) |
|
static Eigen::Transform< NumericType, 3, Eigen::Affine > | buildUpTransformation3D (const Eigen::Matrix< NumericType, 3, 1 > &translation, const Eigen::Quaternion< NumericType > &rotation, const NumericType scale=1.0) |
|
| TEST (Transformation, RigidTransformationParameterCheck) |
|
| TEST (Transformation, ComputePureTranslationDataPoints2D) |
|
| TEST (Transformation, ComputePureTranslationDataPoints3D) |
|
| TEST (Transformation, ComputeRigidTransformDataPoints2D) |
|
| TEST (Transformation, ComputeRigidTransformDataPoints3D) |
|
| TEST (Transformation, ComputeSimilarityTransformDataPoints2D) |
|
| TEST (Transformation, ComputeSimilarityTransformDataPoints3D) |
|
| TEST_F (TransformationCheckerTest, CounterTransformationChecker) |
|
| TEST_F (TransformationCheckerTest, DifferentialTransformationChecker) |
|
| TEST_F (TransformationCheckerTest, BoundTransformationChecker) |
|
◆ assertOnDataPointsTransformation()
◆ buildUpTransformation2D()
◆ buildUpTransformation3D()
◆ TEST() [1/7]
◆ TEST() [2/7]
◆ TEST() [3/7]
◆ TEST() [4/7]
◆ TEST() [5/7]
◆ TEST() [6/7]
◆ TEST() [7/7]
◆ TEST_F() [1/3]
◆ TEST_F() [2/3]
◆ TEST_F() [3/3]