M3C2 point cloud projection
Posted: Thu Mar 17, 2022 9:05 am
Hello!
I've read paper named 《Accurate 3D comparison of complex topography with terrestrial laser scanner: Application to the Rangitikei canyon (N-Z)》. Besides, I've researched the code of M3C2 algorithm in CloudCompare. It's so helpful that I've learned a lot from that.
However, I'm confused. In the paper, it is written that the intercept of each cloud with the cylinder defines two subsets of points of size n1 and n2, and projecting each of the subsets on the axis of cylinder gives two distributions of distances.
But, in the code, I found that the distance of two subsets is calculated by the average positions of two subsets. The subsets are not projected on the axis of cylinder in the process.
It's so confusing to me. I just want to know whether the subsets are projected on the axis of cylinder in the calculation process of M3C2 algorithm in CloudCompare.
Thanks for your time. I will wait for your reply. Your help will be very useful to me.
I've read paper named 《Accurate 3D comparison of complex topography with terrestrial laser scanner: Application to the Rangitikei canyon (N-Z)》. Besides, I've researched the code of M3C2 algorithm in CloudCompare. It's so helpful that I've learned a lot from that.
However, I'm confused. In the paper, it is written that the intercept of each cloud with the cylinder defines two subsets of points of size n1 and n2, and projecting each of the subsets on the axis of cylinder gives two distributions of distances.
But, in the code, I found that the distance of two subsets is calculated by the average positions of two subsets. The subsets are not projected on the axis of cylinder in the process.
It's so confusing to me. I just want to know whether the subsets are projected on the axis of cylinder in the calculation process of M3C2 algorithm in CloudCompare.
Thanks for your time. I will wait for your reply. Your help will be very useful to me.