Merge pull request #2778 from txpaper:master

pull/2782/head^2
Alexander Alekhin 4 years ago
commit 21c14f53a9
  1. 2
      modules/surface_matching/src/ppf_match_3d.cpp

@ -583,9 +583,7 @@ void PPF3DDetector::match(const Mat& pc, std::vector<Pose3DPtr>& results, const
poseList.push_back(pose);
}
#if defined (_OPENMP)
free(accumulator);
#endif
}
// TODO : Make the parameters relative if not arguments.

Loading…
Cancel
Save