Page 1 of 1

Parameter RANSAC

Posted: Wed Nov 01, 2023 4:17 pm
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

Re: Parameter RANSAC

Posted: Wed Nov 01, 2023 5:03 pm
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 ;)