I already performed several surface reconstructions using data obtained from 3D scanners in MeshLab obtaining great results (visual evaluation).
However, my main question is if there is any way to know the accuracy of the surface reconstruction algorithm (I use Poisson) other than visual evaluation?
In the article https://doi.org/10.1145/2487228.2487237, the authors used the point-to-reconstruction error defined in Berger et al. (2011). Does MeshLab have available a similar mean of evaluating surface reconstruction algorithms?
I found later the answer to my question. In MeshLab, it is possible to compute the Haussdorf distance between 2 meshes:
(sources)
So, the steps to do that in MeshLab are the following ones: