527 Commits (878af7ada86efc3eb7bcc5eb011549a834455b90)

Author SHA1 Message Date
Vadim Pisarevsky 6035925f41 experimental moments implementation (does not work yet) 11 years ago
vbystricky 35dc26e0b9 Add ocl implementation of the sepFilter2D into img_proc module. 11 years ago
Alexander Karsakov febe528363 Added ocl::pyrUp to T-API 11 years ago
Alexander Karsakov ac230cd2ae Added ocl::pyrDown to T-API 11 years ago
Elena Gvozdeva 125d67130b Fixed medianFilter 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 29ba7730ed Add ocl version of filter2D to the module img_proc 11 years ago
Ilya Lavrenov 3eaa8f149b added cv::intergal to T-API 11 years ago
Vladimir Bystricky 968a898a1b Add ocl version of boxFilter to the module img_proc 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 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
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 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 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
Ilya Lavrenov 16a3067afc cp test_colot.cpp to imgproc ocl tests 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
Alexander Alekhin 723af15228 ocl: fix warnings from GCC 4.8, update Haar 11 years ago
Ilya Lavrenov 35d9ce0c0c fixed warnings 11 years ago
Alexander Smorkalov 1aaeb52a4c Android NDK r9 support. x64 NDK support fix for MacOS X. 11 years ago
Alexander Smorkalov ccb48ddee0 Android NDK r9 support. x64 NDK support fix for MacOS X. 11 years ago
Nghia Ho 61f5176bad Removed trailing whitespace 11 years ago
Alexander Mordvintsev 20fe614c2f createLineSegmentDetectorPtr -> createLineSegmentDetector in tests and samples 11 years ago
Nghia Ho 357e5d55f6 Removed trailing whitespaces 11 years ago
Ovidiu Parvu e324446c70 Changed the signature of the minEnclosingTriangle function such that it returns the area automatically. Moreover, the overloaded function was no longer required so it was removed. Sample code, documentation and unit tests were updated correspondingly. 11 years ago
Ovidiu Parvu 0117d77cd1 Added the tests for the minEnclosingTriangle function in the existing test_convhull.cpp file. 11 years ago
Roman Donchenko 4f109d1292 Fixed a memory access error in CV_Remap_Test::generate_test_data. 11 years ago