Page 1 of 1

Algorithm for normal estimation in cloud compare

Posted: Thu Aug 31, 2023 5:34 am
by miniMaddy
Hello everyone,
I am writing a research paper and I used Cloudcompare normal estimation for my experiments. I want to write the normal algorithm that Cloudcompare uses but I can't seem to find anything online. Can someone please help me with the algorithm.
I am really grateful for your time.

Re: Algorithm for normal estimation in cloud compare

Posted: Sun Sep 03, 2023 1:54 pm
by daniel
Super simple: extract the neighbors around each point of the cloud, then fit either a plane, a 2.5D quadric or compute the Delaunay triangulation (see https://www.cloudcompare.org/doc/wiki/i ... %5CCompute).