Alexander Alekhin
|
ee4b78fcce
|
test: change condition in Photo_Decolor
|
2016-10-20 16:54:43 +03:00 |
|
Alexander Alekhin
|
5da8d65371
|
eliminate compiler warnings
|
2016-10-08 02:19:43 +03:00 |
|
Vladislav Vinogradov
|
2b26094cf5
|
increase epsilons in some tests:
* MulSpectrums
* StereoConstantSpaceBP
* BruteForceNonLocalMeans
|
2015-11-27 16:46:20 +03:00 |
|
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).
|
2015-05-14 15:39:42 +03:00 |
|
Erik Karlsson
|
70a64ebe72
|
Added test cases
|
2015-03-24 01:16:17 +01:00 |
|
Erik Karlsson
|
9fff7896c5
|
Removed fastNlMeansDenoisingColored[Multi]Abs
|
2015-03-23 23:23:35 +01:00 |
|
Erik Karlsson
|
c44488629a
|
Changed parameters of fastNlMeansDenoising[Multi][Abs] from float * to std::vector<float>
|
2015-03-09 15:52:16 +01:00 |
|
Erik Karlsson
|
21160137d4
|
Addition of test cases
|
2015-03-06 20:44:31 +01:00 |
|
Erik Karlsson
|
ac6771f975
|
Added test cases
|
2015-03-03 01:20:33 +01:00 |
|
Erik Karlsson
|
3bde9e9365
|
Added test cases
|
2015-03-01 22:22:09 +01:00 |
|
Erik Karlsson
|
9f7cac8c59
|
Addtion of test cases for CV_8UC3
|
2015-03-01 21:01:57 +01:00 |
|
Vadim Pisarevsky
|
03fc3d1ceb
|
Merge pull request #3591 from ilya-lavrenov:sse_avx
|
2015-01-21 10:46:23 +00:00 |
|
Vladislav Vinogradov
|
f48befc6f0
|
refactor CUDA part of photo module
|
2015-01-15 16:46:48 +03:00 |
|
Ilya Lavrenov
|
f2cd65cf1e
|
fixes
|
2015-01-12 10:59:30 +03:00 |
|
Adrien BAK
|
5442de7d99
|
adjust numerical precision for windows build
|
2014-10-15 12:47:53 +09:00 |
|
Adrien BAK
|
9972059476
|
suppress warnings
|
2014-10-14 19:07:15 +09:00 |
|
Adrien BAK
|
d2719ea92f
|
change numerical precision because of architecture discrepancy
|
2014-10-14 16:08:45 +09:00 |
|
Adrien BAK
|
1c75fa7297
|
norm -> cvtest::norm
|
2014-10-14 16:08:45 +09:00 |
|
Adrien BAK
|
0f0bda9722
|
factor conditional save
|
2014-10-14 16:08:45 +09:00 |
|
Adrien BAK
|
2f046ae873
|
fix grayscale loading
|
2014-10-14 16:08:43 +09:00 |
|
Adrien BAK
|
63715a899e
|
fix regressiont ests npr
|
2014-10-14 16:08:43 +09:00 |
|
Adrien BAK
|
ed0eb139cb
|
improve decolor tests
|
2014-10-14 16:08:43 +09:00 |
|
Adrien BAK
|
0a3aab288a
|
improved cloning test
|
2014-10-14 16:08:42 +09:00 |
|
Vadim Pisarevsky
|
9a5aa4b23c
|
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
|
2014-08-14 14:37:30 +04:00 |
|
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
|
2014-08-14 12:50:07 +04:00 |
|
Alexander Alekhin
|
55188fe991
|
world fix
|
2014-08-05 20:12:35 +04:00 |
|
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
2014-07-07 16:28:08 +04:00 |
|
Ilya Lavrenov
|
4a63b3dd90
|
cv2cvtest part2
|
2014-04-09 13:08:51 +04:00 |
|
Roman Donchenko
|
da7a605224
|
Merge pull request #2123 from white-pony:vkysenko/fix-mertens
|
2014-03-25 14:37:56 +04:00 |
|
Andrey Pavlenko
|
2299e2ed1b
|
Merge pull request #2494 from ilya-lavrenov:tapi_merge
|
2014-03-20 13:39:39 +04:00 |
|
Ilya Lavrenov
|
b73490f86c
|
eliminated restriction src[i].channels() == 1 in cv::merge
|
2014-03-19 13:56:31 +04:00 |
|
Ilya Lavrenov
|
6fe71bd27c
|
added 4 channels support to fnlm
|
2014-03-18 14:29:02 +04:00 |
|
Ilya Lavrenov
|
9b31e6cd44
|
changes according to reviewer's suggestions
|
2014-03-11 15:40:31 +04:00 |
|
Ilya Lavrenov
|
c7857e8c13
|
small fixes
|
2014-02-21 12:19:08 +04:00 |
|
Ilya Lavrenov
|
8bf616e4c7
|
added color image support via L*a*b*
|
2014-02-19 18:35:37 +04:00 |
|
Ilya Lavrenov
|
634e8d37cc
|
fixed for 2 channels
|
2014-02-19 18:18:22 +04:00 |
|
Ilya Lavrenov
|
72c327fef8
|
hope it finally works
|
2014-02-18 19:23:38 +04:00 |
|
Ilya Lavrenov
|
38cbe9873a
|
small fixes
|
2014-02-18 14:56:13 +04:00 |
|
Ilya Lavrenov
|
891dbeabba
|
implemented OpenCL version of cv::fastNlMeansDenoising
|
2014-02-18 14:32:03 +04:00 |
|
Roman Donchenko
|
029ffb7c2d
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/core/src/gl_core_3_1.cpp
modules/core/src/opencl/convert.cl
modules/cudaimgproc/src/cuda/canny.cu
modules/cudastereo/perf/perf_stereo.cpp
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/test/test_denoising.cpp
modules/ocl/src/opencl/imgproc_resize.cl
samples/cpp/Qt_sample/main.cpp
|
2014-02-17 15:24:05 +04:00 |
|
Volodymyr Kysenko
|
89dd828e3c
|
added test for correct handling of uniforma areas in the MergeMertens
|
2014-01-09 14:10:00 -08:00 |
|
Ilya Lavrenov
|
926cab2baa
|
fixed warnings
|
2013-12-06 15:20:29 +04:00 |
|
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
|
2013-12-04 19:18:00 +05:30 |
|
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
|
2013-12-04 19:17:59 +05:30 |
|
siddharth
|
56ab1c18e6
|
new filters added and all the 3 modules updated
All 3 modules Updated
|
2013-12-04 19:17:58 +05:30 |
|
siddharth
|
1ed0e44090
|
added keyboard control
|
2013-12-04 19:17:58 +05:30 |
|
siddharth
|
e170115ad0
|
new interface added. decolor and cloning module added.
Both modules added
|
2013-12-04 19:17:58 +05:30 |
|
siddharth
|
a1b3ba02a7
|
add color_boost + doc
|
2013-12-04 19:17:58 +05:30 |
|
siddharth
|
88aa4a9902
|
decolor module updated
update3
update4
update4
update5
added test data
|
2013-12-04 19:17:58 +05:30 |
|
Vadim Pisarevsky
|
d0b3c7a518
|
added some diagnostic into Tonemap test
|
2013-11-18 23:14:44 -05:00 |
|