Commit 1cb3a11f authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #1058 from Sahloul:fixes/surface_matching/ICP

parents e4e3d1e4 60aa8d9f
......@@ -452,7 +452,7 @@ int ICP::registerModelToScene(const Mat& srcPC, const Mat& dstPC, double& residu
hashtableDestroy(duplicateTable);
if (selInd)
if (selInd >= 6)
{
Mat Src_Match = Mat(selInd, srcPCT.cols, CV_64F);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment