1088 Commits (f21a94880eb0abc418ad5578b98354af6ea7c426)

Author SHA1 Message Date
Ilya Lavrenov d64bea00b2 ported cv::calcBackProject to T-API 11 years ago
dpen2000 d6a88397b4 Fix python sample path 11 years ago
Vadim Pisarevsky a760c454dd tuned the speed for OpenCL-based moments (still slower than the single-thread SSE2 CPU code :( ) 11 years ago
Konstantin Matskevich 52df2b346b not synchronous kernel's run 11 years ago
Konstantin Matskevich 7a186c72e1 some fixes 11 years ago
Konstantin Matskevich f55c85fed3 morphology 11 years ago
Vadim Pisarevsky 83f749afd2 moments work now and work more or less fast 11 years ago
Vadim Pisarevsky 6035925f41 experimental moments implementation (does not work yet) 11 years ago
vbystricky 9e05d18d42 Fix compilation warnings 11 years ago
vbystricky 35dc26e0b9 Add ocl implementation of the sepFilter2D into img_proc module. 11 years ago
Konstantin Matskevich 9d04a7aba9 bugfix in equalizeHist 11 years ago
Alex Willisson 4293a54447 Fixed typo in comment 11 years ago
Leszek Swirski 9c22d4887c imgproc: IPP compilation fix and minor cleanup 11 years ago
Alexander Karsakov febe528363 Added ocl::pyrUp to T-API 11 years ago
Vadim Pisarevsky f41f633d2d fixed various warnings from the “doc” and other builders 11 years ago
Alexander Karsakov ac230cd2ae Added ocl::pyrDown to T-API 11 years ago
Vadim Pisarevsky 9d3e7e027a almost finished opencl-ization of cascade classifier 11 years ago
Elena Gvozdeva d9d4678599 Fixed condition for channels 11 years ago
Elena Gvozdeva 125d67130b Fixed medianFilter 11 years ago
Elena Gvozdeva 8fe4e98b8a Fixed trailing whitespace 11 years ago
Elena Gvozdeva b2d8b491c0 Added ocl_medianFilter using Transparent API 11 years ago
Ilya Lavrenov 5c0dabf1ea added cv::equalizeHist to T-API 11 years ago
Vladimir Bystricky 268d814d18 Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders. 11 years ago
Vladimir Bystricky f76bf8b425 Fix error in test 11 years ago
Vladimir Bystricky e7227d3e4b Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders. 11 years ago
Ilya Lavrenov 8fa8b36b42 added cv::Laplacian, cv::Sobel, cv::Scharr, cv::GaussianBlur to T-API 11 years ago
Ilya Lavrenov 5566d31468 more strict checks outside ROI 11 years ago
Ilya Lavrenov c9e6ed7a29 added cv::blendLinear 11 years ago
Ilya Lavrenov 93c6fe66ce added cv::bilateralFilter to T-API 11 years ago
Vladimir Bystricky 8d8f5665f1 Fix build errors on Linux system 11 years ago
Vladimir Bystricky 179a43ef63 Fix build errors on Linux system 11 years ago
Vladimir Bystricky 29ba7730ed Add ocl version of filter2D to the module img_proc 11 years ago
Ilya Lavrenov 73aa43d2ca fixed warnings 11 years ago
Vladimir Bystricky 44126e350a Change while(true) to for(;;) for fix compiler warning. 11 years ago
Vladimir Bystricky 591b1a7e70 Another fix for disable "conditional expression is constant" 11 years ago
Vladimir Bystricky 3013b469fe Add check for depths of destination and source image. Fix warning C4127. 11 years ago
Ilya Lavrenov 3eaa8f149b added cv::intergal to T-API 11 years ago
Vladimir Bystricky af6134b4b6 Fix issue in boxFilter with destination depth not equal to source depth. 11 years ago
Vladimir Bystricky 968a898a1b Add ocl version of boxFilter to the module img_proc 11 years ago
Ilya Lavrenov eb7ff99f80 fixed cv::remap and cv::convertMaps for map types CV_16SC2 && CV_16UC1 11 years ago
Ilya Lavrenov e2b99a32b2 added cv::threshold to T-API 11 years ago
Ilya Lavrenov 474fc887a6 added cv::copyMakeBorder to T-API 11 years ago
Ilya Lavrenov 5b5f5878ce added tests to imgproc 11 years ago
Ilya Lavrenov 803672feea added cv::remap to T-API 11 years ago
Ilya Lavrenov dcce9d7088 added cv::warpAffine to T-API 11 years ago
Ilya Lavrenov 55af7857b9 added cv::warpPerspective to T-API 11 years ago
Alexander Alekhin 7d9150460a core/ocl: added perf test infra + "Add" perf test 11 years ago
Vadim Pisarevsky 7626a8e8de try to eliminate failure in opencv_imgproc_test 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