opencv/modules
Pierre Chatelier 3cbb4acd2d
Merge pull request #26836 from chacha21:thresholding_compute_threshold_only
Add cv::THRESH_DRYRUN flag to get adaptive threshold values without thresholding #26836

A first proposal for #26777

Adds a `cv::THRESH_DRYRUN` flag to let cv::threshold() compute the threshold (useful for OTSU/TRIANGLE), but without actually running the thresholding. This flags is a proposal instead of a new function cv::computeThreshold()

- [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-01-24 14:25:21 +03:00
..
calib3d Remove useless C headers 2025-01-13 16:34:28 +01:00
core Merge pull request #26798 from brad0:opencv_powerpc_elf_aux_info 2025-01-20 13:33:46 +03:00
dnn Fixed Android build with Vulkan support. 2025-01-13 21:13:22 +03:00
features2d Remove useless C headers 2025-01-13 16:34:28 +01:00
flann flann: remove unused hdf5 header 2024-11-14 19:44:10 +03:00
gapi Add include chrono gstreamersource.cpp 2024-12-24 06:53:30 +00:00
highgui Merge pull request #26660 from NekoAsakura:4.x 2025-01-24 11:34:27 +03:00
imgcodecs Move the checks to read_chunk. 2025-01-23 16:37:46 +01:00
imgproc Merge pull request #26836 from chacha21:thresholding_compute_threshold_only 2025-01-24 14:25:21 +03:00
java Merge pull request #26057 from asmorkalov:as/android_16k_pages 2024-12-31 11:53:04 +03:00
js Merge pull request #26147 from vrabaud:opencv_js 2024-12-19 17:35:16 +03:00
ml Merge pull request #26590 from Kumataro:fix26589 2024-12-17 07:40:27 +03:00
objc Merge pull request #26713 from homuler:fix/build-ios-framework 2025-01-10 14:48:56 +03:00
objdetect Merge pull request #26753 from shyama7004:RotatedMarkers 2025-01-13 10:51:03 +03:00
photo Photo_CalibrateDebevec.regression-fix 2025-01-12 19:45:22 +05:30
python addition of POST_BUILD 2025-01-09 20:40:56 +05:30
stitching Document some stitching methods and enable bindings for them. 2024-11-25 14:03:49 +03:00
ts Fix Syntax warning in ts summary.py 2024-12-18 05:27:10 +08:00
video build: made environment access a separate feature 2024-10-30 18:37:22 +03:00
videoio Merge pull request #26601 from dai-xin:4.x 2025-01-22 20:48:29 +03:00
world cmake: use /INCREMENTAL:NO with MSVS 2015 2023-12-07 19:46:27 +00:00