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

More robust and faster model estimator #11

Open
RomanJuranek opened this issue Jun 3, 2020 · 0 comments
Open

More robust and faster model estimator #11

RomanJuranek opened this issue Jun 3, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RomanJuranek
Copy link
Owner

So far, RANSAC is used. It has fixed number of iterators - i.e. model evaluations on full set of lines which is slow. It can be replaced with PROSAC which is more universal and faster. And additionally, the result would be more stable (so no need of deterministic random generator)
Prosac needs:

  • A weighting mechanism for selection of single model. Most likely CHT-based.
  • PROSAC sampler
@RomanJuranek RomanJuranek added the enhancement New feature or request label Jun 3, 2020
@RomanJuranek RomanJuranek self-assigned this Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant