441 Commits (0f24d4d2a14d8f79eaa4ca0710d7770aeeb833f2)

Author SHA1 Message Date
Erik Karlsson b471f9ee26 Fixed call to tegra::fastNlMeansDenoising 10 years ago
Erik Karlsson 4b5753daea Corrected documentation 10 years ago
Erik Karlsson a594a0677a Cleanup 10 years ago
Erik Karlsson c44488629a Changed parameters of fastNlMeansDenoising[Multi][Abs] from float * to std::vector<float> 10 years ago
Erik Karlsson 21160137d4 Addition of test cases 10 years ago
Erik Karlsson cc8d94c6fc Addition of per-channel h-values for fastNlMeansDenoising[Multi][Abs] 10 years ago
Erik Karlsson 324fa26848 Refactoring of OpenCL implementation 10 years ago
Erik Karlsson 41ffcc27dd Added support for h = 0.0 10 years ago
Erik Karlsson 1e82a67cc4 Additional refactoring 10 years ago
Erik Karlsson c41efe4e30 Refactoring in preparation for per-channel h-values 10 years ago
Erik Karlsson 18be52c05b Changed LUTs from IT to int 10 years ago
Erik Karlsson 305cff36e2 Changed from IT to int for distance calculation 10 years ago
Erik Karlsson 69eae13ff3 Changed pointers from sample_t * to uchar *. Rescaling psz accordingly. 10 years ago
Erik Karlsson d56d04e41b Updated documentation 10 years ago
Erik Karlsson ac6771f975 Added test cases 10 years ago
Erik Karlsson ae08884854 Added support for 4-component input for fastNlMeansDenoising[Multi][Abs] 10 years ago
Erik Karlsson 87760d13fb Cleanup and addition of 4-component support for ocl_fastNlMeansDenoising 10 years ago
Maksim Shabunin 37c74e38f4 Python support 10 years ago
Maksim Shabunin 457123027e Modified java wrapping mechanism 10 years ago
Erik Karlsson 50bb14a0a8 Avoiding unnecessary copy by creating borders in place after RGB -> RGBA conversion 10 years ago
Erik Karlsson 73663dcdd1 Added support for 16-bit input 10 years ago
Erik Karlsson 3bde9e9365 Added test cases 10 years ago
Erik Karlsson a9ff335a89 Added OpenCL support for FastNlMeansDenoisingAbs 10 years ago
Erik Karlsson 9f7cac8c59 Addtion of test cases for CV_8UC3 10 years ago
Erik Karlsson 0fdb95e195 Refactoring and addition of CV_8UC3 to ocl_fastNlMeansDenoising 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
Erik Karlsson 8e7aff4486 Changed fastNlMeansDenoising and fastNlMeansDenoisingMulti back to sum of sq distances. Moved sq sum of abs distances to fastNlMeansDenoisingAbs and fastNlMeansDenoisingMultiAbs 10 years ago
Erik Karlsson e647b7c7e8 Calculating almost_dist2weight at full size to avoid bounds checking 10 years ago
Erik Karlsson baf266c29e Changed from sum of squared differences to sum of abs differences 10 years ago
Erik Karlsson c339720af9 Preparation for 16-bit colored denoising. Currently not working due to cvtColor not supportint 16-bit Lab conversion. 10 years ago
Erik Karlsson 584372bbf2 Fixed bounds checking 10 years ago
Erik Karlsson d588c717da Using WEIGHT_THRESHOLD to limit table size. Still problematic with 16-bit and big h-values. 10 years ago
Erik Karlsson 42db9e7153 Basic 16-bit implmentation of fastNlMeansDenoising. Table-based exponetiation leads to high memory footprint and loss of precision in 16-bit mode. 10 years ago
Erik Karlsson 8368fb9ea8 Additional refactoring preparing for 16-bit implementation 10 years ago
Erik Karlsson e178294b49 Refactoring in preparation for 16-bit implementation of fastNlMeansDenoising 10 years ago
Vladislav Vinogradov 14e15fb4f7 fix documentation warnings 10 years ago
Vladislav Vinogradov f48befc6f0 refactor CUDA part of photo module 10 years ago
Ilya Lavrenov f2cd65cf1e fixes 10 years ago
Maksim Shabunin 11591b3e9d Added Qt help generation support 10 years ago
Maksim Shabunin d01bedbc61 Removed Sphinx documentation files 10 years ago
Jiri Drbalek d71e001736 fix crash when sample point out of image boundaries 10 years ago
Maksim Shabunin c485aee464 Included c-headers for better 2.4 compatibility 10 years ago
Maksim Shabunin 91e21847e2 Some changes to make migration to 3.0 easier 10 years ago
Yan Wang fd2d800c06 Remove unnecessary local variable "size". 10 years ago
Maksim Shabunin 03e213ccae Doxygen documentation: BiB references and fixes 10 years ago
Maksim Shabunin 1523fdcc1c Doxygen documentation: more fixes and cleanups 10 years ago
Maksim Shabunin 472c210687 Doxygen documentation: flann, photo and stitching modules 10 years ago
Yan Wang a8b4c99ed6 Improve the performance of fast_nlmeans_denoising_opencl. 10 years ago
Adrien BAK 5442de7d99 adjust numerical precision for windows build 10 years ago