test data for "New camera model for stitching pipeline" #6933#303
Merged
alalek merged 1 commit intoopencv:masterfrom Oct 22, 2016
Merged
test data for "New camera model for stitching pipeline" #6933#303alalek merged 1 commit intoopencv:masterfrom
alalek merged 1 commit intoopencv:masterfrom
Conversation
24 tasks
Member
|
@hrnr |
squashed * perf: add regression data for EstimateAffine test * add test images for affine stitching tests created from https://commons.wikimedia.org/wiki/File:Pont_du_Gard_BLS.jpg splitted and resized, so there is only a translation between both parts * update regression data for rewritten stitching tests stitching tests has been rewriten to check sanity on estimated transformation. Values should be now comparable for surf and ORB. * add perf data for affine stitching tests For sanity check at match_affineBestOf2Nearest. Trasformation is comparable between surf and orb * add sanity data for affine warper ocl perf test * stitching: add perf sanity for affine bundle adjuster test * stitching: update perf data for estiamtors test test has been rewritten to test both affine and affinePartial bundle adjusters * add new data for affine stitching tests images data from scanners. 'budapest' dataset is from professional book scanner Minolta PS 7000. It is a scan of foldable map, therefore not perfectly flat. 'newspaper' and 'prague' datasets are from home-grade color scanner HP Photosmart C3100 All-in-One. All images has been resized with imagemagic, original size ~600MB. * remove sanity data for calib3d test replaced by accuracy test, since the amount of test cases is now much more bigger
Contributor
Author
|
squashed, but patch size is not much smaller. The main problem are images that are needed for tests. They are already resized and compressed. Let me know if I need to reduce the size more. |
Member
|
Thanks! Looks good to me 👍 Could you please resolve merge conflict in the main PR? |
tucna
pushed a commit
to tucna/opencv_extra
that referenced
this pull request
Dec 3, 2016
test data for "New camera model for stitching pipeline" * perf: add regression data for EstimateAffine test * add test images for affine stitching tests created from https://commons.wikimedia.org/wiki/File:Pont_du_Gard_BLS.jpg splitted and resized, so there is only a translation between both parts * update regression data for rewritten stitching tests stitching tests has been rewriten to check sanity on estimated transformation. Values should be now comparable for surf and ORB. * add perf data for affine stitching tests For sanity check at match_affineBestOf2Nearest. Trasformation is comparable between surf and orb * add sanity data for affine warper ocl perf test * stitching: add perf sanity for affine bundle adjuster test * stitching: update perf data for estiamtors test test has been rewritten to test both affine and affinePartial bundle adjusters * add new data for affine stitching tests images data from scanners. 'budapest' dataset is from professional book scanner Minolta PS 7000. It is a scan of foldable map, therefore not perfectly flat. 'newspaper' and 'prague' datasets are from home-grade color scanner HP Photosmart C3100 All-in-One. All images has been resized with imagemagic, original size ~600MB. * remove sanity data for calib3d test replaced by accuracy test, since the amount of test cases is now much more bigger
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.
this is for new perf test in calib3d: regression data for EstimateAffine test
opencv/opencv#6933