Maksim Shabunin
6e9d0d9a0c
Visual Studio 2015 warning and test fixes
9 years ago
Pavel Vlasov
14b006e808
IPP_VERSION_X100 was changed to:
...
IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE
to manage changes between updates more easily.
IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
9 years ago
Seon-Wook Park
7b01e32fe8
spatialGradient: HAL-accelerated
...
TODO: Make nosse ver faster than Sobel
Make sse ver faster than Sobel for BORDER_REPLICATE
10 years ago
Seon-Wook Park
6803d1ed28
Support non continuous, BORDER_REPLICATE
...
TODO: HAL-accelerated code
10 years ago
Seon-Wook Park
e633c991b0
spatialGradient: Doc, fix dangling newline error
10 years ago
Seon-Wook Park
b5c4355c13
spatialGradient: Add basic perf test
10 years ago
Maksim Shabunin
9efc57f24b
Increased perf_imgproc.moments max error
10 years ago
kalistratovag
20156d1eeb
Adding 1 to moments to avoid tests fails
10 years ago
Ilya Lavrenov
89e3c508d8
fixed tests for aarch64
10 years ago
Ilya Lavrenov
a340ea872e
cvtColor Luv 2 RGB u8
10 years ago
Ilya Lavrenov
e20613a776
cvtColor RGB 2 Luv u8
10 years ago
Ilya Lavrenov
584eed633e
cvtColor Lab 2 RGB u8
10 years ago
Ilya Lavrenov
05e21015e9
cvtColor HLS 2 RGB u8
10 years ago
Ilya Lavrenov
51e7fb76b6
cvtColor HSV 2 RGB u8
10 years ago
Ilya Lavrenov
c4c86a8990
cvtColor XYZ 2 RGB f32
10 years ago
Ilya Lavrenov
9cacd3261d
cvtColor BGR5x5 2 Gray
10 years ago
Ilya Lavrenov
5f2135695e
cvtColor rgb 2 YCrCb
10 years ago
orestis
9811a739b0
Change gaussianBlur5x5 perf test epsilon
...
Set it 1 instead of 0.001, as is already done in gaussianBlur3x3. That
will allow integer destination matrices that are not exactly the same,
but very close to the expected result, to pass the test.
10 years ago
Alexander Karsakov
dfff9a8125
Added OCL performance test for YUV2RGB_IYUV, YUV2GRAY_420, RGB2YUV_IYUV, YUV2RGB_YUY2, YUV2GRAY_YUY2 color conversion modes
10 years ago
Ilya Lavrenov
a54f6bb08b
cv::cvtColor
10 years ago
Alexander Karsakov
4880dd0cd6
Added performance test for OCL version of HoughLines and HoughLinesP
10 years ago
Alexander Karsakov
cb1e9adc63
Fixed getConversionInfo() for YUV2RGBA_* conversions
...
(cherry picked from commit 023a42ba55
)
10 years ago
Alexander Karsakov
cf1ae3513f
Fixed getConversionInfo() for YUV2RGBA_* conversions
10 years ago
Alexander Karsakov
023a42ba55
Fixed getConversionInfo() for YUV2RGBA_* conversions
10 years ago
Alexander Alekhin
55188fe991
world fix
10 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
mlyashko
6f2fea7ea5
added perftest for moments
11 years ago
vbystricky
09bcc061dd
Change kernel for optimization. Remove restriction to align data
...
Fix kernel compilation errors on AMD system
Fix licanse information in cl file
Support CV_64F destination type
Change build options of the kernel
Optimize sum of square
Remove separate kernel for integral square
Increase epsilon for perfomance tests
Increase epsilon for perfomance tests
Test double support on AMD devices
Fix some issues
Try to fix problems with AMD device
Try to solve problem with AMD device
Fix error of destination size in kernel
Fix warnings
11 years ago
vbystricky
655465d9f8
Increase epsilon for pass sanity check
11 years ago
vbystricky
eb54c83985
Fix error
11 years ago
vbystricky
6d6ad1b1d9
Change threshold
11 years ago
vbystricky
b32fbe72f6
Add peromance tests for OCL integral sum of square
11 years ago
Elena Gvozdeva
feeb386bf3
Added support for 3-channels
11 years ago
Ilya Lavrenov
108527c951
added missed INTER_CUBIC
11 years ago
mlyashko
f0e3940558
perftest for floodfill
11 years ago
Elena Gvozdeva
40eea303ec
OCL: matchTemplate: changed perf test
11 years ago
Alexander Alekhin
52ba76143c
icv: fix test eps on Mac for failed perf test
11 years ago
Alexander Karsakov
fa1ed5580d
Fixed cv::pyrUp performance test
11 years ago
Aaron Kunze
ab1a37d564
Bug fixes for filter2D and associated tests.
11 years ago
Ilya Lavrenov
3ccaa5294e
added OpenCL RGB <-> Luv conversions
11 years ago
Ilya Lavrenov
1ad69aba35
changes sigma in perf tests
11 years ago
Alexander Karsakov
f6a8ac2f6c
Changed check condition in tests in case ipp disabled.
11 years ago
Alexander Karsakov
5580d08c6e
Added setIppErrorStatus()
11 years ago
Alexander Karsakov
1909978f7d
Added ippiHoughProbLine to cv::HoughLinesP
11 years ago
vbystricky
82a198a8f2
Fix epsilon calculation for sanity check in x32 build
11 years ago
Alexander Karsakov
f3d1001c5d
Changed tests for support intersection between expected and actual lists of lines.
11 years ago
Ilya Lavrenov
5c0a4878d7
changes eps
11 years ago
Elena Gvozdeva
0265247504
Added ippiDistanceTransform for cv::distanceTransform, maskSize=3,5
11 years ago
Alexander Karsakov
6202f54a18
Fixed sanity check for integer type
11 years ago
Alexander Karsakov
a7d12aabab
Added epsilon for tests with float data type
11 years ago