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

Implement RANSAC and least squares model fitting for 3D planes and lines. #479

Merged
merged 4 commits into from
Aug 29, 2017

Conversation

malban
Copy link

@malban malban commented Aug 25, 2017

Implement RANSAC and least squares model fitting for 3D planes and lines.

@pjreed
Copy link
Contributor

pjreed commented Aug 29, 2017

Looks good to me if @kriskozak approves.

double max_error,
double confidence,
int32_t min_iterations,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

min_iterations is a useful addition, but it seems like there should be a default (or hint on how this number should be chosen). The prior version effectively functioned as min_iterations = 0, right?

@kriskozak
Copy link

I didn't do a detailed review, but it looks good to me, and I've seen it working, so I approve.

@malban malban merged commit 00376cd into swri-robotics:master Aug 29, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants