324 Commits (daefe6983f9288e58edcddbb0798aba9c0107aae)

Author SHA1 Message Date
Alexander Smorkalov 514e97223c Some hacks to build and run OpenCL on Qualcomm S800. 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
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" 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. 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
Ilya Lavrenov c49c3e0a91 fixed and generalized ocl::blendLinear 11 years ago
Alexander Alekhin 0f95f0d8b3 ocl: rewrite filter2D 11 years ago
Alexander Alekhin cb6ea8bfa1 ocl: update filter tests 11 years ago
Ilya Lavrenov 7afbae57ba fixed ocl::minMax for FP-types 11 years ago
Ilya Lavrenov eb2f8a2948 ocl tests: show diff when cv::countNonZero(diff) > 0 11 years ago
Ilya Lavrenov 1f7f9c9682 rewrote and generalized ocl::threshold 11 years ago
yao 0fd872bfa9 fix bug #1480 11 years ago
Ilya Lavrenov 839245e420 fixed tests for ocl::warpAffine and ocl::warpPerspective 11 years ago
Andrey Pavlenko 2b6fca68bf fixing typo 11 years ago
Ilya Lavrenov b33a62beb0 fixed separable filter extrapolation 11 years ago
peng xiao 68a8a11161 Rewrite distanceToCenters. 11 years ago
Ilya Lavrenov 9ea6001d08 enabled ocl::bilateralFilter ROI testing 11 years ago
Alexander Alekhin 133d889e33 ocl: show diff 11 years ago