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

Wrap TwoViewMatchGeometricVerification::VerifyMatches #19

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

travisdriver
Copy link

@travisdriver travisdriver commented Jun 15, 2023

I wrapped the TwoViewMatchGeometricVerification::VerifyMatches method. For what I was doing, it was more useful for it to return std::vector<IndexedFeatureMatch> as opposed to std::vector<FeatureCorrespondence>, and you can build the correspondences from the indexed matches anyways since you have the features.

The way I did it was a little hacky, i.e., making the matches_ attribute of TwoViewMatchGeometricVerification public, but I am open to other suggestions, e.g., making it return the indexed matches by default.

@urbste
Copy link
Owner

urbste commented Jul 5, 2023

Sorry for my late reply. Works for me! Could you please update the version in setup.py to 0.1.26 (line 68) I have not automated this. Then I would merge it to master.

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

2 participants