We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5489ce1 commit 5a8d9d9Copy full SHA for 5a8d9d9
src/diffCheck/registrations/DFGlobalRegistrations.hh
@@ -77,7 +77,6 @@ namespace diffCheck::registrations
77
double ransacConfidenceThreshold = 0.999);
78
79
private: ///< o3d utilities to evaluate registration errors
80
-
81
/**
82
* @brief Evaluate the registration of a source point cloud to a target point cloud by applying a transformation matrix
83
* to the source point cloud and evaluate the error between the transformed source point cloud and the target point cloud.
src/diffCheck/transformation/DFTransformation.hh
@@ -29,6 +29,5 @@ namespace diffCheck::transformation
29
* @brief 3x1 Translation vector for point clouds
30
*/
31
Eigen::Vector3d TranslationVector;
32
33
- };
+ };
34
}
0 commit comments