989 Commits (45aeecb0431f809fd5f4e1b27fd5f895cec6e588)

Author SHA1 Message Date
Anatoly Baksheev 4e20e06ee7 warnings 11 years ago
Ilya Lavrenov 93a818684c ported cv::Canny to T-API 11 years ago
Ilya Lavrenov 82d3efc6c0 added perf test for cv::Canny 11 years ago
Ilya Lavrenov 7ed692bf92 fixed cv::cvtColor 11 years ago
Ilya Lavrenov 30b5234e9a added perf test for cv::sqrBoxFilter 11 years ago
Ilya Lavrenov 8702fceb4b fixed cv::integral perf test 11 years ago
Ilya Lavrenov a7a7b80ff8 added perf test for cv::Moments 11 years ago
Ilya Lavrenov 6fb878a65f added perf tests for cv::medianBlur 11 years ago
Ilya Lavrenov 5e7fd8bd7e added perf tests for cv::morphologyEx 11 years ago
Ilya Lavrenov 5a2a0b326a added perf tests for cv::dilate 11 years ago
Ilya Lavrenov f61597dce8 added perf tests for filters 11 years ago
Ilya Lavrenov 04ae46e21c added perf tests to some imgproc functions 11 years ago
Ilya Lavrenov e76d51511e added perf test for cv::cvtColor, pyr operations 11 years ago
Ilya Lavrenov 4bd4c8d12a added perf tests for cv::blendLinear 11 years ago
Ilya Lavrenov 6fbaff6d83 added perf tests for T-API warp operations 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Ilya Lavrenov 5db1754d49 SSE2 optimization of cv::remap doesn't work with big images 11 years ago
Konstantin Matskevich 55634c1f52 fix 11 years ago
vbystricky 26d53c7435 Change threshold from 2.0 to 1.0 in the test 11 years ago
vbystricky b719ed79c2 Change sprintf to cv::format, and EXPECT_MAT_NEAR to OCL_EXPECT_MATS_NEAR 11 years ago
Ilya Lavrenov 52b8bb6761 fixed getUMatIndex 11 years ago
Konstantin Matskevich a70a8e8680 CLAHE 11 years ago
Vadim Pisarevsky 48c7378c8f improved performance of moments (on 720p or larger images) 11 years ago
Vadim Pisarevsky e97dd57dc7 hopefully fixed test failures and complains from the doc builder 11 years ago
Alexander Karsakov 6ef0253fb7 Disabled some IPP implementation since it breaks tests 11 years ago
Ilya Lavrenov b23edc34e9 added cv::calcBackProject for 2-dimensional histograms 11 years ago
Konstantin Matskevich ca9810e8aa hope last fix 11 years ago
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