opencv/modules/photo/src
Skreg bb798d15e1
Merge pull request #26831 from shyama7004:fix-denoising.cpp
Added 16-bit support to fastNlMeansDenoising and updated tests #26831

Fixes : #26582

### Pull Request Readiness Checklist

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
- [ ] 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-29 15:45:40 +03:00
..
cuda Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-02-25 15:02:24 +04:00
opencl Addition of per-channel h-values for fastNlMeansDenoising[Multi][Abs] 2015-03-06 20:43:55 +01:00
align.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
arrays.hpp fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 2015-04-16 23:00:26 +03:00
calibrate.cpp Merge pull request #26590 from Kumataro:fix26589 2024-12-17 07:40:27 +03:00
contrast_preserve.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
contrast_preserve.hpp build: eliminate build warnings 2021-08-28 17:11:26 +00:00
denoise_tvl1.cpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
denoising.cpp Merge pull request #26831 from shyama7004:fix-denoising.cpp 2025-01-29 15:45:40 +03:00
denoising.cuda.cpp refactor CUDA part of photo module 2015-01-15 16:46:48 +03:00
fast_nlmeans_denoising_invoker_commons.hpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
fast_nlmeans_denoising_invoker.hpp photo: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
fast_nlmeans_denoising_opencl.hpp Deprecated convertTypeStr and made new variant that also takes the buffer size 2023-04-26 09:48:15 -04:00
fast_nlmeans_multi_denoising_invoker.hpp photo: apply CV_OVERRIDE/CV_FINAL 2018-03-28 18:43:27 +03:00
hdr_common.cpp Merge pull request #8717 from sovrasov:robertson_weight_change 2017-05-24 11:45:34 +00:00
hdr_common.hpp generalize number of channels 2017-05-22 17:27:26 +03:00
inpaint.cpp C-API cleanup: inpaint algorithms in photo 2024-10-01 20:10:35 +03:00
merge.cpp Merge pull request #26590 from Kumataro:fix26589 2024-12-17 07:40:27 +03:00
npr.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
npr.hpp removed build error 2014-07-29 00:15:11 +05:30
precomp.hpp next: drop HAVE_TEGRA_OPTIMIZATION/TADP 2018-04-10 18:09:54 +03:00
seamless_cloning_impl.cpp Merge pull request #26511 from sturkmen72:proposed_fix_for_21902 2024-12-19 11:57:58 +03:00
seamless_cloning.cpp Merge pull request #26511 from sturkmen72:proposed_fix_for_21902 2024-12-19 11:57:58 +03:00
seamless_cloning.hpp remove const in seamless_cloding APIs for better semantics 2022-02-21 20:39:41 +08:00
tonemap.cpp Solves bug 13853 2019-02-18 17:15:05 +01:00