Ilya Lavrenov
5ab3fe489f
changed resize_area test
13 years ago
Ilya Lavrenov
a65cb5d2de
added extra debug parameters in resize test
13 years ago
Ilya Lavrenov
03daf44848
added recalculating scale coefficients
13 years ago
Andrey Kamaev
e73089bdb5
Fix windows build warnings
13 years ago
Vladislav Vinogradov
538847e8a3
fixed compilation under VS2012 (Bug #2352 , #2355 )
13 years ago
Vladislav Vinogradov
e975259c06
several fixes in gpu module
...
fixed iterations>1 case in morphological operations
fixed possible access violation in HSV2RGB
fixed the case learningRate==0 in BackgroundSubtractorMOG2
13 years ago
Vadim Pisarevsky
9956c42804
fixed iterations>1 case in morphological operations (bug #2348 ; thanks to Andrei Zaharescu for the fix)
13 years ago
Vadim Pisarevsky
9ea5b6bb44
fixed possible access violation in HSV2RGB (patch #2020 )
13 years ago
Vadim Pisarevsky
b3408a9b3a
fixed bug #2186 (thanks to Joao Soares for the patch)
13 years ago
Ilya Lavrenov
fbd9bfba47
fixed some warnings and errors on windows
13 years ago
Andrey Kamaev
b1b5e392e6
Fix Android build warnings in new imgproc tests
13 years ago
Ilya Lavrenov
dd1091bbe1
a reference function for remap was stabilized
13 years ago
Vladislav Vinogradov
98c92f196e
added Generalized Hough implementation
13 years ago
Vadim Pisarevsky
932100c5a3
fixed build errors and warnings on Windows
13 years ago
Ilya Lavrenov
5eac0419b2
changed eps in validate_result function
13 years ago
Ilya Lavrenov
be51e5d1b1
More strict tests for image waring algorithms
13 years ago
Vadim Pisarevsky
dea52eb730
fixed 4-channel resizeAreaFast x2 decimation case
13 years ago
Vadim Pisarevsky
778c31a1c8
added SSE2-optimized boxfilter by Grigoriy Frolov
13 years ago
Vadim Pisarevsky
014106783d
fixed building BRISK on Windows
13 years ago
Anatoly Baksheev
3456238c16
minor
13 years ago
Anatoly Baksheev
0ba01afd83
added GPU bilateral filter + tests
...
added GPU non local means brute force filter + tests
13 years ago
Sergiu Dotenco
6c3e769f32
eliminated type conversion warnings
13 years ago
Andrey Kamaev
639bbec44a
svn repository web references are replaced with links to git
13 years ago
Alexander Kapustin
1b5903a719
Laplacian tegra optimized was added
13 years ago
Anatoly Baksheev
70204a8e68
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
13 years ago
Anatoly Baksheev
e60a50c43c
removed /EHa flag for cuda compilation
13 years ago
Anatoly Baksheev
290030d030
possibility to enable /mp compiler flag from cmake
...
fixed MCVC warnings
13 years ago
Vsevolod Glumov
fc307c87dc
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
13 years ago
Ilya Lavrenov
92795ba476
parallel version of remap, resize, warpaffine, warpPerspective. Some optimization for 2x decimation in resize algorithm
13 years ago
Vadim Pisarevsky
793e8b546d
fixed build on Ubuntu
13 years ago
Vadim Pisarevsky
64661ea9cd
added SSE2-optimized resizeAreaFast for 8-bit images by Grigoriy Frolov
13 years ago
Vadim Pisarevsky
2f1cc018c9
enabled SSE3 by default; integrated SSE3-optimized bilateral filter (by Grigoriy Frolov); modified API of non-local means (use Input/OutputArrays)
13 years ago
Andrey Kamaev
1a621c2916
Fix build warnings
13 years ago
Maria Dimashova
d973d571a4
changed the value that replace NaNs in bilateralFilter_32f
13 years ago
Daniil Osokin
f1d41d8b94
disabled whole perf test for distance transform
13 years ago
Daniil Osokin
f4d4b0d742
disabled perf test on distance transform
13 years ago
Daniil Osokin
0609f4e9b4
Added blur16x16 perf test
13 years ago
Daniil Osokin
b97b48ecb6
Added perf tests for histogram
13 years ago
Daniil Osokin
0b54739822
Added perf test for distanceTransform
13 years ago
Daniil Osokin
7a2eb514fa
Added color YUV422 perf test
13 years ago
Daniil Osokin
e37b9469da
Added perf tests
13 years ago
Daniil Osokin
4fdff6347f
Added blur16x16 perf test
13 years ago
Daniil Osokin
136dff5fe4
Added perf tests for histogram
13 years ago
Daniil Osokin
9a408c744d
Added perf test for distanceTransform
13 years ago
Daniil Osokin
bbc8605530
Added color YUV422 perf test
13 years ago
Daniil Osokin
8f6a2438a7
Added perf test for remap
13 years ago
Andrey Kamaev
5100ca7508
svn repository web references are replaced with links to git
13 years ago
Andrey Kamaev
9981b283a6
Fixed build warnings (including error in FAST)
13 years ago
Vadim Pisarevsky
9c0f556d88
fixed a few compile warnings and errors with VS2010.
13 years ago
Vadim Pisarevsky
310b1ad7b9
moved parallel_for_ and ParallelLoopBody to core.hpp
13 years ago