opencv/modules/imgproc/test/ocl
Pierre Chatelier 0db6a496ba
Merge pull request #26842 from chacha21:threshold_with_mask
Added optional mask to cv::threshold #26842
 
Proposal for #26777

To avoid code duplication, and keep performance when no mask is used, inner implementation always propagate the const cv::Mat& mask, but they use a template<bool useMask> parameter that let the compiler optimize out unnecessary tests when the mask is not to be used.

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

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [X] The PR is proposed to the proper branch
- [X] There is a reference to the original bug report and related work
- [X] 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
2025-03-12 17:55:07 +03:00
..
test_accumulate.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_blend.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_boxfilter.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_canny.cpp Fix modules/ typos 2019-08-16 17:34:29 +03:00
test_color.cpp Merge pull request #24333 from definitelyuncertain:CvtRGB2YUV422 2023-10-12 10:18:24 +03:00
test_filter2d.cpp Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
test_filters.cpp imgproc(ocl): fix morph generic filter checks 2018-11-14 20:15:01 +03:00
test_gftt.cpp Merge pull request #19392 from amirtu:OCV-165_finalize_goodFeaturesToTrack_returns_also_corner_value_PR 2021-02-15 19:55:57 +00:00
test_histogram.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_houghlines.cpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
test_imgproc.cpp Merge pull request #26842 from chacha21:threshold_with_mask 2025-03-12 17:55:07 +03:00
test_match_template.cpp Backport C-API cleanup (imgproc) from 5.x 2023-01-16 23:29:50 +03:00
test_medianfilter.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_pyramids.cpp change area() emptiness checks to empty() 2018-10-13 21:35:10 +02:00
test_sepfilter2d.cpp imgproc(test): test bitExact cases in OCL/sepFilter2D 2020-07-08 10:14:56 +00:00
test_warp.cpp Merge pull request #25898 from Octopus136:issue-25853 2024-07-19 09:08:19 +03:00