-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
DOC: Improve the RANSAC gallery example #3554
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
Conversation
Hello @sciunto! Thanks for updating the PR.
Comment last updated on December 09, 2018 at 17:41 Hours UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I've just made two very minor suggestions.
from a subset of inliers from the complete data set. Each iteration | ||
performs the following tasks: | ||
|
||
1. Select ``min_samples`` random samples from the original data and can check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can check --> check?
All is fixed! thanks |
Merging, thanks. |
@emmanuelle you didn't press the green button, did you? :) |
Co-Authored-By: sciunto <[email protected]>
Great suggestions. Nice collaborative work. I merged them all @emmanuelle |
Thanks Francois! |
Description
It was reported to me that this example was misleading.
I added part of the function docstring + merged two examples as the 3D is just a small adaptation of the 2D case.
Checklist
[It's fine to submit PRs which are a work in progress! But before they are merged, all PRs should provide:]
./doc/examples
(new features only)./benchmarks
, if your changes aren't covered by anexisting benchmark
[For detailed information on these and other aspects see scikit-image contribution guidelines]
References
[If this is a bug-fix or enhancement, it closes issue # ]
[If this is a new feature, it implements the following paper: ]
For reviewers
(Don't remove the checklist below.)
later.
__init__.py
.doc/release/release_dev.rst
.@meeseeksdev backport to v0.14.x