Skip to content

stitching: workaround the ExposureCompensate.SimilarityThreshold failure#19340

Merged
opencv-pushbot merged 1 commit intoopencv:masterfrom
tomoaki0705:fixStitchingExposure
Jan 18, 2021
Merged

stitching: workaround the ExposureCompensate.SimilarityThreshold failure#19340
opencv-pushbot merged 1 commit intoopencv:masterfrom
tomoaki0705:fixStitchingExposure

Conversation

@tomoaki0705
Copy link
Copy Markdown
Contributor

Closes #19184

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or other license that is incompatible with OpenCV
  • The PR is proposed to proper branch
  • There is reference to original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

before

[ RUN      ] ExposureCompensate.SimilarityThreshold
/opencv/modules/stitching/test/test_exposure_compensate.cpp:69: Failure
Expected: (psnr_similarity_mask) > (300), actual: 38.0114 vs 300
[  FAILED  ] ExposureCompensate.SimilarityThreshold (56824 ms)

after

[ RUN      ] ExposureCompensate.SimilarityThreshold
[       OK ] ExposureCompensate.SimilarityThreshold (115807 ms)

Copy link
Copy Markdown
Member

@alalek alalek left a comment

Choose a reason for hiding this comment

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

Looks good to me! Thank you 👍

@opencv-pushbot opencv-pushbot merged commit d937907 into opencv:master Jan 18, 2021
@tomoaki0705 tomoaki0705 deleted the fixStitchingExposure branch January 18, 2021 21:26
@alalek alalek mentioned this pull request Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test ExposureCompensate.SimilarityThreshold fails on Windows 10 in master branch

4 participants