1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 11:21:39 +08:00

Parallelize ICP::registerModelToScene

This commit is contained in:
Hamdi Sahloul
2017-03-11 02:15:14 +09:00
parent e4e3d1e4c7
commit ef3c6290ef
3 changed files with 6 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ Mat transPCCoeff(Mat pc, float scale, float Cx, float Cy, float Cz, float MinVal
* @param [in] Pose 4x4 pose matrix, but linearized in row-major form.
* @return Transformed point cloud
*/
CV_EXPORTS Mat transformPCPose(Mat pc, double Pose[16]);
CV_EXPORTS Mat transformPCPose(Mat pc, const double Pose[16]);
/**
* Generate a random 4x4 pose matrix