983 Commits (07e08f7a3dfc1852c0b6de7a664c23dba474cf78)

Author SHA1 Message Date
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
Ilya Lavrenov 09795e3265 added cv::resize INTER_AREA to T-API 11 years ago
Ilya Lavrenov 4eba74ee19 added cv::LUT to T-API 11 years ago
Ilya Lavrenov 41d046a2db restored ocl_cvtcolor.cl 11 years ago
Ilya Lavrenov d2e1318341 RGBA <-> mRGBA 11 years ago
Ilya Lavrenov f771a0ba81 RGB[A] <-> HLS 11 years ago
Ilya Lavrenov 0b900b54e5 RGB[A] <-> HSV 11 years ago
Ilya Lavrenov 727a5e6df4 BGR5x5 <-> Gray 11 years ago
Ilya Lavrenov 8a23646897 RGB[A] <- RGB5x5 11 years ago
Ilya Lavrenov 81b9c9c104 RGB[A] -> RGB5x5 11 years ago
Ilya Lavrenov af367c4f85 RGB[A] <-> BGR[A] 11 years ago
Ilya Lavrenov ab9b883c69 RGB[A] <-> XYZ 11 years ago
Ilya Lavrenov 65ee06eb2b RGB[A] <-> XYZ 11 years ago
Ilya Lavrenov 506c19616d YCrCb -> RGB[A] 11 years ago
Ilya Lavrenov 90d62cacc9 fixed cv::cvtColor 11 years ago
Ilya Lavrenov 6679aed61e fixed ocl::resize (INTER_LINEAR) and added an accuracy test 11 years ago
Eric Sommerlade 3b4f65b186 fixed comparison to stop integer wrap around 11 years ago
Ilya Lavrenov 16a3067afc cp test_colot.cpp to imgproc ocl tests 11 years ago
StevenPuttemans 6f892b10ff Applied feature #3375 and fix of pull 1842 to avoid merging problems later 11 years ago
Jason Newton 88b2fe9dbb correct upper bound for maximum number of labels for 8-way connectivity 11 years ago
StevenPuttemans 7a8bd31657 Fixed bug in report #3346 11 years ago
Ilya Lavrenov 561a7f5782 fixed kernel compilation in imgproc module 11 years ago
Vadim Pisarevsky 677c7f27cb fixed failure in Tonemap test 11 years ago
Vadim Pisarevsky 241002384c fixed some more compile errors 11 years ago
Vadim Pisarevsky e2bbe7597b fixed few compile errors and doc build errors 11 years ago
Vadim Pisarevsky 8762ee3f6f removed unnecessary opencl kernels 11 years ago
Vadim Pisarevsky d914f20a4c updated patch to bring in the first functions with "transparent API" 11 years ago
Harris Gasparakis a1de91a4fd Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs 11 years ago