Adrien BAK
|
c69016467d
|
replace implementation of dst
|
11 years ago |
Adrien BAK
|
89e7860572
|
replace double by float
|
11 years ago |
Adrien BAK
|
ed9f6a3cb4
|
simplify a line
|
11 years ago |
Adrien BAK
|
e46810eabe
|
this has been submitted to the daily wtf
|
11 years ago |
Adrien BAK
|
47b01be0a4
|
replace 8 loops by 2
|
11 years ago |
Adrien BAK
|
b04d06938d
|
replace double* by vector<double>
|
11 years ago |
Adrien BAK
|
a14bfb331d
|
remove logging
|
11 years ago |
Adrien BAK
|
a361cc9479
|
remove some more useless buffers and rename a bunch of variables
|
11 years ago |
Adrien BAK
|
61fe623cf1
|
backport bug fix
|
11 years ago |
Adrien BAK
|
d46c466e20
|
remove useless buffers
|
11 years ago |
Adrien BAK
|
89be83e5be
|
rename variables
|
11 years ago |
Adrien BAK
|
b3ddc2b9a7
|
refactor array_product
|
11 years ago |
Adrien BAK
|
33c15d6309
|
rename stuff, adds logging and replace shitty else if chain by switch
|
11 years ago |
Adrien BAK
|
1f6acc23fa
|
adds header guards + move impl to proper file
|
11 years ago |
Adrien BAK
|
e8c2f2ee3e
|
constness
|
11 years ago |
Adrien BAK
|
2f046ae873
|
fix grayscale loading
|
11 years ago |
Adrien BAK
|
63715a899e
|
fix regressiont ests npr
|
11 years ago |
Adrien BAK
|
ed0eb139cb
|
improve decolor tests
|
11 years ago |
Adrien BAK
|
0a3aab288a
|
improved cloning test
|
11 years ago |
berak
|
56fcc41d70
|
bugfix #3945 pass idx,idx1 by reference instead of static vars
|
11 years ago |
Adrien BAK
|
037f27c882
|
change masking to patchNaNs
|
11 years ago |
Adrien BAK
|
2411556242
|
fix photo::cloning::IlluminationChange when IPP is used
|
11 years ago |
Vadim Pisarevsky
|
9a5aa4b23c
|
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
|
11 years ago |
Vadim Pisarevsky
|
4530c7ad08
|
trying to fix builds
|
11 years ago |
Vadim Pisarevsky
|
257463719b
|
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
|
11 years ago |
Alexander Karsakov
|
75ede6e17c
|
Minimal image size is set to 5*5 for OCL path of fastNlMeansDenoising and fastNlMeansDenoisingColored since it breaks tests with test_loop_times=30 and in general doesn't make sense for computation on GPU.
|
11 years ago |
Alexander Alekhin
|
55188fe991
|
world fix
|
11 years ago |
siddharth
|
4cdc155eac
|
test
|
11 years ago |
siddharth
|
0972a2d758
|
Fixed mixed cloning bug
|
11 years ago |
siddharth
|
88d05a89d4
|
removed build error
Whitespaces removed
|
11 years ago |
siddharth
|
1a14d8506d
|
recursive filter output corrected
|
11 years ago |
siddharth
|
14631be59f
|
Updated Documentation
|
11 years ago |
András Kovács
|
d1c7983fe5
|
calibrateDebevec index fix (issue 3664)
|
11 years ago |
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
11 years ago |
Ilya Lavrenov
|
4a63b3dd90
|
cv2cvtest part2
|
11 years ago |
Ilya Lavrenov
|
2cd51c04e4
|
fixed condition in cv::FNLM
|
11 years ago |
Ilya Lavrenov
|
b73490f86c
|
eliminated restriction src[i].channels() == 1 in cv::merge
|
11 years ago |
Ilya Lavrenov
|
6fe71bd27c
|
added 4 channels support to fnlm
|
11 years ago |
Ilya Lavrenov
|
9b31e6cd44
|
changes according to reviewer's suggestions
|
11 years ago |
Ilya Lavrenov
|
eedf86402d
|
typos
|
11 years ago |
juanmanpr
|
7a68e3d207
|
CV_Assert for photo module corrected
|
11 years ago |
juanmanpr
|
540a60fca7
|
Replaced calls to cout from photo module, by CV_Assert
|
11 years ago |
Ilya Lavrenov
|
c7857e8c13
|
small fixes
|
11 years ago |
Alexander Karsakov
|
7e4dea968c
|
Fixed typo with indexes in getGradient(x/y) functions.
|
11 years ago |
Ilya Lavrenov
|
8bf616e4c7
|
added color image support via L*a*b*
|
11 years ago |
Ilya Lavrenov
|
634e8d37cc
|
fixed for 2 channels
|
11 years ago |
Ilya Lavrenov
|
7faf1f6277
|
some improvements
|
11 years ago |
Ilya Lavrenov
|
72c327fef8
|
hope it finally works
|
11 years ago |
Ilya Lavrenov
|
38cbe9873a
|
small fixes
|
11 years ago |
Ilya Lavrenov
|
9db28f332a
|
more fixes
|
11 years ago |