331 Commits (c02d89bf2dd5f8e992b8d1a35ea277a9eb1c42d8)

Author SHA1 Message Date
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
Adrien BAK 9972059476 suppress warnings 10 years ago
Adrien BAK 53d11f490d whitespace 10 years ago
Adrien BAK 5c98209127 whitespaces 10 years ago
Adrien BAK ee210afc44 white space 10 years ago
Adrien BAK cb76d00f5f precalculate indices 10 years ago
Adrien BAK 419450689b remove unnecessary buffer copies 10 years ago
Adrien BAK b4504639c8 refactor poisson_solver 10 years ago
Adrien BAK 6bfea73716 move calls to ptr<> 10 years ago
Adrien BAK 4a5ea85094 another useless include 10 years ago
Adrien BAK df312a4ffa at<> -> ptr<> 10 years ago
Adrien BAK 5a16de2ef6 .size().width -> cols 10 years ago
Adrien BAK 980496bb0e remove useless include 10 years ago
Adrien BAK d2719ea92f change numerical precision because of architecture discrepancy 10 years ago
Adrien BAK 1c75fa7297 norm -> cvtest::norm 10 years ago
Adrien BAK c6ffa5059d remove useless includes 10 years ago
Adrien BAK 0f0bda9722 factor conditional save 10 years ago
Adrien BAK 11d89ad7c1 coding guidelines 10 years ago
Adrien BAK 53f4f06a15 remove debugging code 10 years ago
Adrien BAK c69016467d replace implementation of dst 10 years ago
Adrien BAK 89e7860572 replace double by float 10 years ago
Adrien BAK ed9f6a3cb4 simplify a line 10 years ago
Adrien BAK e46810eabe this has been submitted to the daily wtf 10 years ago
Adrien BAK 47b01be0a4 replace 8 loops by 2 10 years ago
Adrien BAK b04d06938d replace double* by vector<double> 10 years ago
Adrien BAK a14bfb331d remove logging 10 years ago
Adrien BAK a361cc9479 remove some more useless buffers and rename a bunch of variables 10 years ago
Adrien BAK 61fe623cf1 backport bug fix 10 years ago