Parameter RANSAC

Feel free to ask any question here
Post Reply
w_andreas
Posts: 2
Joined: Sun Sep 03, 2023 7:35 am

Parameter RANSAC

Post by w_andreas »

Hi,

i have another question about the RANSAC-Algorithm.
Is there a reason why the value of the input parameter "max normal deviation" is set to 25° by default?
And how do the other values come about? Are these default values just standard examples or do they have a special meaning?

Thanks in advance
Andreas
daniel
Site Admin
Posts: 7709
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Parameter RANSAC

Post by daniel »

That was the default value of the original code.

Ransac Shape Detection is an algorithm and library provided a long time ago by Ruwen Schnabel. The only source I could found today is: https://github.com/alessandro-gentilini ... -Detection

And sadly we don't know all the details ;)
Daniel, CloudCompare admin
Post Reply