Alexander Alekhin
|
ee4b78fcce
|
test: change condition in Photo_Decolor
|
8 years ago |
Alexander Alekhin
|
5da8d65371
|
eliminate compiler warnings
|
8 years ago |
Vladislav Vinogradov
|
2b26094cf5
|
increase epsilons in some tests:
* MulSpectrums
* StereoConstantSpaceBP
* BruteForceNonLocalMeans
|
9 years ago |
Vadim Pisarevsky
|
b37aaa8303
|
significantly improved parallel non-local means by using granularity parameter in parallel_for_ loop. Because the algorithm deals with sliding sums, it's essential that each thread has enough work to do, otherwise the algorithm gets higher theoretical complexity and thus there is no speedup comparing to 1-thread code (at best).
|
10 years ago |
Erik Karlsson
|
70a64ebe72
|
Added test cases
|
10 years ago |
Erik Karlsson
|
9fff7896c5
|
Removed fastNlMeansDenoisingColored[Multi]Abs
|
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
|
ac6771f975
|
Added test cases
|
10 years ago |
Erik Karlsson
|
3bde9e9365
|
Added test cases
|
10 years ago |
Erik Karlsson
|
9f7cac8c59
|
Addtion of test cases for CV_8UC3
|
10 years ago |
Vladislav Vinogradov
|
f48befc6f0
|
refactor CUDA part of photo module
|
10 years ago |
Ilya Lavrenov
|
f2cd65cf1e
|
fixes
|
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
|
d2719ea92f
|
change numerical precision because of architecture discrepancy
|
10 years ago |
Adrien BAK
|
1c75fa7297
|
norm -> cvtest::norm
|
10 years ago |
Adrien BAK
|
0f0bda9722
|
factor conditional save
|
10 years ago |
Adrien BAK
|
2f046ae873
|
fix grayscale loading
|
10 years ago |
Adrien BAK
|
63715a899e
|
fix regressiont ests npr
|
10 years ago |
Adrien BAK
|
ed0eb139cb
|
improve decolor tests
|
10 years ago |
Adrien BAK
|
0a3aab288a
|
improved cloning test
|
10 years ago |
Vadim Pisarevsky
|
9a5aa4b23c
|
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
|
10 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
|
10 years ago |
Alexander Alekhin
|
55188fe991
|
world fix
|
10 years ago |
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
11 years ago |
Ilya Lavrenov
|
4a63b3dd90
|
cv2cvtest part2
|
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
|
c7857e8c13
|
small fixes
|
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
|
72c327fef8
|
hope it finally works
|
11 years ago |
Ilya Lavrenov
|
38cbe9873a
|
small fixes
|
11 years ago |
Ilya Lavrenov
|
891dbeabba
|
implemented OpenCL version of cv::fastNlMeansDenoising
|
11 years ago |
Volodymyr Kysenko
|
89dd828e3c
|
added test for correct handling of uniforma areas in the MergeMertens
|
11 years ago |
Ilya Lavrenov
|
926cab2baa
|
fixed warnings
|
11 years ago |
siddharth
|
33e6c07485
|
Removed build errors and removed test images
Removed conflict
Error fix 1
Error fix 2
Error fix 3
Error fix 3
Error fix 4
Error fix 5
Error fix 6
Error fix 7
Error fix 8
Error fix 9
Error fix 10
Error fix 11
Error fix 12
Errors fixed
Removed opencv_extra folder inside opencv folder
|
11 years ago |
siddharth
|
f85a615f3f
|
whitespaces removed and other minor changes to fix build error
Update 1
update 2
Update 3
Update 4
Update 5
update 6
Update 7
Update 8
Update 9
Update 10
Update 11
Update 12
Update 13
Update 14
Update 15
Update 16
Update 17
Update 18
Update 19
Update 20
Update 21
Update 22
Removed Headers
Update 23
Update 24
Update 25
Update 26
Update 27
Update 28
|
11 years ago |
siddharth
|
56ab1c18e6
|
new filters added and all the 3 modules updated
All 3 modules Updated
|
11 years ago |
siddharth
|
1ed0e44090
|
added keyboard control
|
11 years ago |
siddharth
|
e170115ad0
|
new interface added. decolor and cloning module added.
Both modules added
|
11 years ago |
siddharth
|
a1b3ba02a7
|
add color_boost + doc
|
11 years ago |
siddharth
|
88aa4a9902
|
decolor module updated
update3
update4
update4
update5
added test data
|
11 years ago |
Vadim Pisarevsky
|
d0b3c7a518
|
added some diagnostic into Tonemap test
|
11 years ago |
Anatoly Baksheev
|
e154bce259
|
fixed compilation for vs2008
|
11 years ago |
Fedor Morozov
|
c9ace38897
|
Docs updated, added InputArray, fixes for makePtr,...
|
11 years ago |
Fedor Morozov
|
89508bf7ab
|
NO exr now
|
11 years ago |
Fedor Morozov
|
76c6fa9348
|
No EXR in tests
|
11 years ago |