Alexander Alekhin
|
32da602bf7
|
fix build (related to PR #3814)
|
2015-03-25 19:12:36 +03:00 |
|
Erik Karlsson
|
812edb5fdc
|
Fixed bug, maxDist() should reurn int, not double
|
2015-03-10 01:34:02 +01:00 |
|
Erik Karlsson
|
cc8d94c6fc
|
Addition of per-channel h-values for fastNlMeansDenoising[Multi][Abs]
|
2015-03-06 20:43:55 +01:00 |
|
Erik Karlsson
|
41ffcc27dd
|
Added support for h = 0.0
|
2015-03-06 15:06:11 +01:00 |
|
Erik Karlsson
|
1e82a67cc4
|
Additional refactoring
|
2015-03-06 14:28:43 +01:00 |
|
Erik Karlsson
|
c41efe4e30
|
Refactoring in preparation for per-channel h-values
|
2015-03-05 17:50:52 +01:00 |
|
Erik Karlsson
|
18be52c05b
|
Changed LUTs from IT to int
|
2015-03-05 13:55:06 +01:00 |
|
Erik Karlsson
|
305cff36e2
|
Changed from IT to int for distance calculation
|
2015-03-05 13:36:42 +01:00 |
|
Erik Karlsson
|
ae08884854
|
Added support for 4-component input for fastNlMeansDenoising[Multi][Abs]
|
2015-03-03 01:19:34 +01:00 |
|
Erik Karlsson
|
8e7aff4486
|
Changed fastNlMeansDenoising and fastNlMeansDenoisingMulti back to sum of sq distances. Moved sq sum of abs distances to fastNlMeansDenoisingAbs and fastNlMeansDenoisingMultiAbs
|
2015-02-18 14:59:52 +01:00 |
|
Erik Karlsson
|
baf266c29e
|
Changed from sum of squared differences to sum of abs differences
|
2015-02-17 21:30:52 +01:00 |
|
Erik Karlsson
|
8368fb9ea8
|
Additional refactoring preparing for 16-bit implementation
|
2015-02-12 18:45:09 +01:00 |
|
Erik Karlsson
|
e178294b49
|
Refactoring in preparation for 16-bit implementation of fastNlMeansDenoising
|
2015-02-12 15:23:28 +01:00 |
|
Ilya Lavrenov
|
634e8d37cc
|
fixed for 2 channels
|
2014-02-19 18:18:22 +04:00 |
|
Ilya Lavrenov
|
d27068f79a
|
some more refactoring
|
2014-02-18 14:32:03 +04:00 |
|
Ilya Lavrenov
|
e16d89e8d6
|
some refactoring
|
2014-02-18 14:32:03 +04:00 |
|
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
2013-04-01 17:29:10 +04:00 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
2013-02-25 15:04:17 +04:00 |
|
Andrey Kamaev
|
7e35838849
|
Minor refactoring of NL-means denoising
|
2012-09-17 17:19:00 +04:00 |
|
Victor Passichenko
|
1f42de39a3
|
Add non-local means denoising algorithm implementatation into photo module
|
2012-08-19 13:13:58 +04:00 |
|