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

Homography Validation Update #66

Merged
merged 12 commits into from
Jul 10, 2020
Merged

Conversation

marip8
Copy link
Collaborator

@marip8 marip8 commented Jun 30, 2020

This PR revises #56. @colin-lewis-19 can you review?

virtual std::vector<std::size_t> getSampleCorrespondenceIndices() const final override
{
// Make sure there are at least two times as many points as the number of sample points
if ((rows * cols / 2) < 8)
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we still want to have a variable number of points used, or are we comfortable fixing it to 8?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I just pushed a change to use the minimum number of points (4, instead of 8). This struct is easy enough to override, so I don't think we necessarily need to make it a parameterizable number of points

Copy link
Contributor

@colin-lewis-19 colin-lewis-19 left a comment

Choose a reason for hiding this comment

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

This looks fine to me. Pulled it down & everything succeeded

@marip8 marip8 merged commit 089b432 into Jmeyer1292:master Jul 10, 2020
@marip8 marip8 deleted the update/proclivity branch July 10, 2020 16:06
@marip8 marip8 mentioned this pull request Jul 10, 2020
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.

2 participants