Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to know the threshold param? #1

Open
michaeleggers opened this issue Dec 21, 2023 · 2 comments
Open

How to know the threshold param? #1

michaeleggers opened this issue Dec 21, 2023 · 2 comments

Comments

@michaeleggers
Copy link

michaeleggers commented Dec 21, 2023

Hi.

Nice program. I got it to work but how can one know the threshold param? Got it to work by trial and error only...

@nyakasko
Copy link
Owner

hi! thank you for your question. the most simple technique is indeed using only trial and error. however, you could experiment with statistical analysis of the residuals (standard deviation for example). or try adaptive thesholding where you try to maximize the number of inliers while paying attention to the value of residuals. this is more complex but depending on your task, it might be worth it

@michaeleggers
Copy link
Author

Thank you for the explanation. Burried somewhere in literature I also found the trial and error method, it is even described as a viable method. The standard deviation was not known to us so we went with tria and error ;) It worked well enough. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants