Update ocl::surf_matcher sample.#938
Merged
opencv-pushbot merged 2 commits intoopencv:2.4from Jun 4, 2013
Merged
Conversation
added 2 commits
May 31, 2013 16:06
The new sample adjust some parameters thus it should always be able to calculate valid homography matrix when input is box.png and box_in_scene.png. Pure cpp surf and bfmatcher implementation is also added to show the user its accuracy and performance.
Contributor
|
Vadim, please review the request. |
Contributor
|
👍 |
vpisarev
added a commit
that referenced
this pull request
Jun 4, 2013
Merged
zachlowry
pushed a commit
to zachlowry/opencv
that referenced
this pull request
Oct 21, 2024
Submodules update to 4.9.0-pre version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The new sample adjust some parameters thus it should always be able to
calculate valid homography matrix when input is box.png and
box_in_scene.png.
Pure cpp surf and bfmatcher implementation is also added to show the user
SURF_OCL and BFMatcher_OCL's accuracy and performance.