531 Commits (ca559826692c9cb670c84d4286e3a883b47253a4)

Author SHA1 Message Date
Ilya Lavrenov d1cfcfcafd added 3-channels support to morphology operations 11 years ago
Alexander Alekhin dca401d4cc ocl: pyrUp/pyrDown 3-channel 11 years ago
Alexander Alekhin e7475bff68 TAPI: remap 3-channel 11 years ago
Ilya Lavrenov 86a3ed4162 improved performance of GFTT 11 years ago
Ilya Lavrenov 32eb38ec98 fixed defects from coverity.com 11 years ago
Ilya Lavrenov 0ef16125ae improved cv::matchTemplate OpenCL part 11 years ago
Alexander Smorkalov 4c1ed13846 Warning fixes for GCC 4.8. 11 years ago
Ilya Lavrenov 8150c1b7e4 added [s|l]rgb <-> lab conversion 11 years ago
Seunghoon Park 2c7cf52e3b fixing bug #3345. use norm to make sure two matrices are the same. 11 years ago
Seunghoon Park 27a8bb471b fixing bug #3345. don't use BORDER_ISOLATED alone. it should be combined with some border type 11 years ago
Seunghoon Park 7868733002 fixing bug #3345 11 years ago
Alexander Alekhin ce992c8269 ocl: update gftt 11 years ago
Ilya Lavrenov 412468e0ae added cv::sqrBoxFilter to T-API 11 years ago
Ilya Lavrenov e844c08203 some fixes and improvements in cv::matchTemplate 11 years ago
Ilya Lavrenov 68f5dd4170 simplified cv::boxFilter OpenCL impl 11 years ago
Ilya Lavrenov 384a28622d added cv::calcHist to T-API (only for CV_8UC1 with 256 bins) 11 years ago
Ilya Lavrenov 7c96d98a24 implemented OpenCL version of cv::accumulate**** 11 years ago
Seunghoon Park eb9d7c4dd5 fixing bug #3345. use norm to make sure two matrices are the same. 11 years ago
Elena Gvozdeva 4d86804f11 Fixed merge conflicts 11 years ago
Elena Gvozdeva b4652e2cb3 Added perf test for ocl_matchTemplate 11 years ago
Elena Gvozdeva 47b572f99f fixed 11 years ago
Elena Gvozdeva da4d33ec26 Fixed test_match_template 11 years ago
Elena Gvozdeva 86636dc265 Added ocl_matchTemplate( without dft) 11 years ago
Ilya Lavrenov d2ffd8ed21 implemented OpenCL version of cv::preCornerDetect 11 years ago
Ilya Lavrenov 3177a683e9 ported corners to T-API 11 years ago
Ilya Lavrenov bfa382cf9d fixed copying UMat -> std::vector 11 years ago
Ilya Lavrenov e5130cf83f enabled tests 11 years ago
Ilya Lavrenov 52ed6d0d27 ported cv::goodFeaturesToTrack to T-API 11 years ago
Ilya Lavrenov 37789f015a deleted excess semicolons, commas 11 years ago
Ilya Lavrenov 93a818684c ported cv::Canny to T-API 11 years ago
Seunghoon Park 2272a58769 fixing bug #3345. don't use BORDER_ISOLATED alone. it should be combined with some border type 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Seunghoon Park b036fc756a fixing bug #3345 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
Vadim Pisarevsky e97dd57dc7 hopefully fixed test failures and complains from the doc builder 11 years ago
Ilya Lavrenov b23edc34e9 added cv::calcBackProject for 2-dimensional histograms 11 years ago
Ilya Lavrenov d64bea00b2 ported cv::calcBackProject to T-API 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 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 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