Vitaly Tuzov
|
7d245e0f29
|
Added more resize_area tests to ensure right rounding behavior for half and quarter downscaling
|
9 years ago |
Ilya Lavrenov
|
d28e6c9b36
|
fixed memory leak caused by illegal memory access
(cherry picked from commit 4722b2d0e5 )
|
9 years ago |
Ilya Lavrenov
|
c16f465ff5
|
fixed "Conditional jump or move depends on uninitialised value" warning
(cherry picked from commit f100cdb6d4 )
|
9 years ago |
Ilya Lavrenov
|
16bcc30e42
|
typo
(cherry picked from commit 793bdaada7 )
|
9 years ago |
Ilya Lavrenov
|
08e38e9ff9
|
fixed memory leaks in warpAffine tests
(cherry picked from commit b70e27e076 )
|
9 years ago |
Ilya Lavrenov
|
ba3b902da7
|
fixed memory leaks in floodfill tests
(cherry picked from commit d1b882ddcf )
|
9 years ago |
Ilya Lavrenov
|
bf94e6a91c
|
fixed memory leaks in cvtyuv tests
(cherry picked from commit b2489d31d6 )
|
9 years ago |
Ilya Lavrenov
|
d81a0df489
|
fixed memory leak caused by illegal memory access
|
9 years ago |
Ilya Lavrenov
|
e7ac52d17a
|
fixed "Conditional jump or move depends on uninitialised value" warning
|
9 years ago |
Ilya Lavrenov
|
7e26cf569f
|
typo
|
9 years ago |
Ilya Lavrenov
|
5547398786
|
fixed memory leaks in warpAffine tests
|
9 years ago |
Ilya Lavrenov
|
7eba9055e0
|
fixed memory leaks in floodfill tests
|
9 years ago |
Ilya Lavrenov
|
2a8ef1d065
|
fixed memory leaks in cvtyuv tests
|
9 years ago |
Ilya Lavrenov
|
4722b2d0e5
|
fixed memory leak caused by illegal memory access
|
9 years ago |
Ilya Lavrenov
|
f100cdb6d4
|
fixed "Conditional jump or move depends on uninitialised value" warning
|
9 years ago |
Ilya Lavrenov
|
793bdaada7
|
typo
|
9 years ago |
Ilya Lavrenov
|
b70e27e076
|
fixed memory leaks in warpAffine tests
|
9 years ago |
Ilya Lavrenov
|
d1b882ddcf
|
fixed memory leaks in floodfill tests
|
9 years ago |
Ilya Lavrenov
|
b2489d31d6
|
fixed memory leaks in cvtyuv tests
|
9 years ago |
LaurentBerger
|
a64d096369
|
remove test
|
9 years ago |
Vitaly Tuzov
|
a96a6bf149
|
Resize area result verification moved to the separate function
|
9 years ago |
Vitaly Tuzov
|
b7c9aaa471
|
Added more resize_area tests to ensure right rounding behavior for half and quarter downscaling
|
9 years ago |
Maksim Shabunin
|
14d7b38613
|
Fixing GCC 4.9 warnings
|
9 years ago |
Alexander Alekhin
|
42ba5c7d16
|
fix GCC 4.9 warnings
|
9 years ago |
Evgeny Agafonchikov
|
6a6d58d389
|
Adding test support for WINRT
|
10 years ago |
LaurentBerger
|
12362f76b1
|
Test for adaptive thresh will give FAIL_BAD_ACCURACY for old
implementation of adaptivethreshold
|
10 years ago |
Seon-Wook Park
|
6803d1ed28
|
Support non continuous, BORDER_REPLICATE
TODO: HAL-accelerated code
|
10 years ago |
Seon-Wook Park
|
815cd8970d
|
spatialGradient: Remove unnecessary index calculation
|
10 years ago |
Seon-Wook Park
|
11fb1f74cc
|
spatialGradient: Add asserts
|
10 years ago |
Seon-Wook Park
|
9f1c641199
|
spatialGradient: Add test class and Sobel proxy method
|
10 years ago |
Vadim Pisarevsky
|
ffabbfa778
|
added test to prove that remap does not leak memory (http://code.opencv.org/issues/2502). disabled the test for now to save execution time.
|
10 years ago |
Vadim Pisarevsky
|
ca90667723
|
fixed compile warnings on Linux and Windows
|
10 years ago |
Vadim Pisarevsky
|
05d888316a
|
added test for http://code.opencv.org/issues/2957
|
10 years ago |
Vadim Pisarevsky
|
feb5b6aa93
|
increased singularity epsilon in LU decomposition. This solved singular case from http://code.opencv.org/issues/3305. Added the respective test.
|
10 years ago |
Vadim Pisarevsky
|
2e7e754032
|
added support for n-channel (n>4) images in warpAffine/warpPerspective/remap: http://code.opencv.org/issues/4190
|
10 years ago |
Vadim Pisarevsky
|
d3b0cb878a
|
added test for http://code.opencv.org/issues/2736
|
10 years ago |
Andrey Pavlenko
|
d2409d12c6
|
porting polylines with empty `vector<Point>` from 2.4 to master
|
10 years ago |
Deanna Hood
|
5a552b6d8d
|
Regression test for Bug #3989: check fitEllipse with rotation angles of n*pi/2
|
10 years ago |
Ilya Lavrenov
|
cf4c79ebdd
|
disabled some kernels for Android && NVidia
|
10 years ago |
Ilya Lavrenov
|
26eebb3ee3
|
increased EPS for cvtColor for NVIDIA
|
10 years ago |
karelknoest
|
1ded2de2dd
|
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
|
10 years ago |
Ilya Lavrenov
|
1ca35b7424
|
resize are fast
|
10 years ago |
ElenaGvozdeva
|
7dd059c084
|
fixed test for ocl WarpAffine
|
10 years ago |
Ilya Lavrenov
|
1fe5441185
|
cv::convertMaps
|
10 years ago |
Ilya Lavrenov
|
1b01e1fe68
|
cv::resize (INTER_AREA CV_16S, CV_32F)
|
10 years ago |
Alexander Karsakov
|
60367907fe
|
Used direct float calculations
|
10 years ago |
Alexander Karsakov
|
5aa9ac9a77
|
Added OCL code for YUV422 -> RGB[A]|BGR[A] color conversion
|
10 years ago |
Alexander Karsakov
|
c8707b891b
|
Added OCL code for RGB[A]|BGR[A] -> YUV_[YV12|IYUV] color conversion
|
10 years ago |
Alexander Karsakov
|
8c91604f5a
|
Added OCL code for YUV2GRAY_420 color conversion
|
10 years ago |
Alexander Karsakov
|
1cc17a7186
|
Added OCL code for YUV2BGR_YV12 and YUV2BGR_IYUV color conversions
|
10 years ago |