Vadim Pisarevsky
044d38a051
expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching
13 years ago
Vadim Pisarevsky
b0ad424087
fixed several warnings from VS2010
13 years ago
Vadim Pisarevsky
a8c5e35619
some more fixes towards binary compatibility
13 years ago
Evgeny Talanin
7c71c8fa52
#2258 fix
13 years ago
Andrey Kamaev
13bfcd643e
Fix sanity checks in improc perf tests
13 years ago
Vadim Pisarevsky
94b97b7a63
partially recovered binary compatibility (ticket #2415 )
13 years ago
Andrey Kamaev
c0f2a8e0cc
Fix build without SSE
13 years ago
Vadim Pisarevsky
925d0cc769
added test for box filter 16u, fixed bug #2416
13 years ago
Ilya Lavrenov
280ecb68bf
changed file path
13 years ago
Ilya Lavrenov
2759f026e9
fixed Bug #2074
13 years ago
Ilya Lavrenov
a703df5456
parallel cvtColor for MSVS and Apple
13 years ago
Vadim Pisarevsky
06a13d9ba0
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
13 years ago
Ilya Lavrenov
c560a78c65
stable cvtColor
13 years ago
Ilya Lavrenov
45593030ab
fixed TestRemap_Remap
13 years ago
Vadim Pisarevsky
57d9699058
added the note about 1-pixel border in findContours (relates to ticket #2362 )
13 years ago
Ilya Lavrenov
9ee87bd04b
added parallel version of CvtColorLoop - main inner function of cvtColor
13 years ago
Ilya Lavrenov
b8c185de9f
changed map indexes in test_remap
13 years ago
Ilya Lavrenov
6a3d5a1355
reorganized the resize algorithm
13 years ago
Ilya Lavrenov
33983bcbb7
edited misprint
13 years ago
Ilya Lavrenov
9c89947433
edited misprint
13 years ago
Ilya Lavrenov
2627c91c5e
added platform specific definitions in resize algorithm
13 years ago
Ilya Lavrenov
bb589a590e
debug
13 years ago
Ilya Lavrenov
b7b32e74a5
some restructuring of resize algorithm code
13 years ago
Ilya Lavrenov
222303f24b
attempt
13 years ago
Anatoly Baksheev
3b075a50e9
fixed warnings under windows
13 years ago
Vadim Pisarevsky
d2613dd9f6
added patches by Bram Bolder
13 years ago
Ilya Lavrenov
fffd263ce4
attempt
13 years ago
Ilya Lavrenov
f58c5646b0
fixed wrong condition with interpolation types
13 years ago
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