Hello,
I have been given a task to Align the points of a Pointcloud towards a Mesh as closely as possible.
I've read about PCL and specificly the Random Consensus Sampling (RANSAC) algorithm and thought that it's exactly what i'm looking for.
I've attemped to implement the ransac code, using...