mirror of
https://github.com/opencv/opencv.git
synced 2025-07-24 14:06:27 +08:00
![]() 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 |
||
---|---|---|
.. | ||
test_accumulate.cpp | ||
test_blend.cpp | ||
test_boxfilter.cpp | ||
test_canny.cpp | ||
test_color.cpp | ||
test_filter2d.cpp | ||
test_filters.cpp | ||
test_gftt.cpp | ||
test_histogram.cpp | ||
test_houghlines.cpp | ||
test_imgproc.cpp | ||
test_match_template.cpp | ||
test_medianfilter.cpp | ||
test_pyramids.cpp | ||
test_sepfilter2d.cpp | ||
test_warp.cpp |