Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
11 years ago
Peter Andreas Entschev
07c5e33023
OCL: included ORB featured detector/descriptor extractor.
11 years ago
Alexander Alekhin
e49065b1dc
core/ocl: temporary move device selection from ocl module
11 years ago
Ilya Lavrenov
c8cbfe5382
added cv::dft T-API test
11 years ago
Alexander Alekhin
17ca7f9545
ocl: add support for initialization from user-provided OpenCL handles
11 years ago
Peter Andreas Entschev
5bc9f15dda
OCL: included sqrt matrix operation.
11 years ago
Peter Andreas Entschev
41bec1b112
OCL: including FAST feature detector.
11 years ago
Alexander Alekhin
5ecf759742
core/ocl: update dynamic runtime
11 years ago
Vadim Pisarevsky
161c3b71e6
hopefully, now opencv_test_imgproc should pass
11 years ago
Vadim Pisarevsky
d7f4a223cf
fixed several compile errors/warnings; reacted on the PR comments
11 years ago
Vadim Pisarevsky
6da5d21331
fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance
11 years ago
Alexander Smorkalov
514e97223c
Some hacks to build and run OpenCL on Qualcomm S800.
...
Some of functions were enabled on Qualcomm S800 by changing grid size;
OpenCL kernel grid size unification for different platfroms;
Test pass rate improvements by inclreasing threshold;
Some tests were disabled for Android;
run.py was adopted for devices with brackets in in name.
11 years ago
Ilya Lavrenov
198cd1a40d
added area fast mode to ocl::resize
11 years ago
Ilya Lavrenov
f70d63e4c9
added INTER_AREA interpolation to ocl::resize
11 years ago
Ilya Lavrenov
fe76b2116a
added RGBA <-> mRGBA
11 years ago
Ilya Lavrenov
1b7c5b201d
added HLS -> RGB[A][FULL] conversion
11 years ago
Ilya Lavrenov
98915e06bc
added HSV -> RGB[A][FULL] conversion
11 years ago
Ilya Lavrenov
3bdd9626f3
added RGB[A] -> HLS[FULL] conversion
11 years ago
Ilya Lavrenov
af7c614438
added RGB[A] -> HSV[FULL] conversion
11 years ago
Ilya Lavrenov
eda6360fa3
added RGB5x5 <-> Gray
11 years ago
Ilya Lavrenov
3727168b50
added a performance test for ocl::buildWarpPerspectiveMaps; moved warps to a separate file
11 years ago
Ilya Lavrenov
1f421fce01
added RGB5x5 <-> RGB conversion
11 years ago
perping
50579d2524
Make Integral sum support cv_32f, sqsum support cv_64f.
11 years ago
Ilya Lavrenov
3cc9502c90
added RGB[A] <-> BGR[A] conversion to ocl::cvtColor
11 years ago
Ilya Lavrenov
581a3e444d
added XYZ to RGB conversion to ocl::cvtColor
11 years ago
Ilya Lavrenov
5e02b20482
added RGB -> XYZ conversion to ocl::cvtColor
11 years ago
Ilya Lavrenov
33ae64201c
color.cpp refactoring: created generic interface for toRGB and fromRGB callers
11 years ago
Ilya Lavrenov
a57030a0cd
added YCrCb to RGB, BGR, RGBA, BGRA modes to ocl::cvtColor
11 years ago
Ilya Lavrenov
eba6754b06
fixed ocl::cvtColor for CV_YUV2BGRA and CV_YUV2RGBA
11 years ago
Ilya Lavrenov
8b57893e40
added an accuracy test for ocl::buildWarpPerspectiveMaps
11 years ago
Ilya Lavrenov
760b718981
added CV_16SC2 && CV_16UC1 map types support to ocl::remap (INTER_LINEAR mode)
11 years ago
Baichuan Su
99a00d3dd9
Fix merge conflicts
11 years ago
Baichuan Su
f0de1a08b8
Fix ocl::calcHarris not support CV_32FC1 bug.
11 years ago
Konstantin Matskevich
e9edfd1c54
update
11 years ago
Ilya Lavrenov
fa15769f39
added CV_16SC2 && CV_16UC1 maps support to ocl::remap (nearest neighbour only)
11 years ago
Ilya Lavrenov
56d943388d
speeded up ocl::distanceToCenters
11 years ago
Harris Gasparakis
a1de91a4fd
Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs
11 years ago
Ilya Lavrenov
e544e34eed
fixed ocl::copyMakeBorder accuracy test
11 years ago
Alexander Alekhin
9a63508f50
Revert "disable SVM when AMD BLAS is not available"
...
This reverts commit d63a38e9bf
.
Conflicts:
modules/ocl/test/test_ml.cpp
11 years ago
Ilya Lavrenov
e7e7e04dce
came back to relative error
11 years ago
Ilya Lavrenov
2df53d97c5
added ocl::repeat
11 years ago
peng xiao
2a111f7a6c
Let perf/accuracy test of ocl haar uses detectMultiScale api.
...
Fix image to be used by perf test.
11 years ago
Ilya Lavrenov
a8426e1c12
fixed ocl::cornerHarris, ocl::cornerMinEigenVal and their accuracy tests
11 years ago
Alexander Alekhin
99ae9d9cc1
ocl: corner*: fix memory access in kernels; change error check to relative
11 years ago
Alexander Alekhin
3b293d6855
ocl: fix testdata for blendLinear
11 years ago
Alexander Alekhin
0104f59feb
ocl: filter2D: fix processing of kernel with double datatype
11 years ago
Ilya Lavrenov
8dfde47f89
changed eps in ocl::GaussianBlur test
11 years ago
Alexander Alekhin
50d2c1066b
ocl: split: update tests and implementation
11 years ago
Ilya Lavrenov
bf6b5ee925
fixed extrapolation for ocl::cornerMinEigenVal and ocl::cornerHarris; enabled CV_32FC1 for the first function
11 years ago
Jin Ma
b6b190df5c
Rewrote moments of opencl version.
11 years ago