18 Commits (2f94637899b26df4a0d7ee29f880e7f934b7e4cc)

Author SHA1 Message Date
Maksim Shabunin 87b569d812 Rewritten some tests in videoio and imgcodecs modules 8 years ago
LukeZhu cc47ee3b43 Modify the pyrlk.cl to support winSize from 8*8 to 24*24 for optical flow 8 years ago
LukeZhu 65be9e1978 Fix OpenCL's wrong output of calcOpticalFlowPyrLK function's output vector of err. Improve err's precison of the calcOpticalFlowPyrLK OpenCL function and add the relative test. 8 years ago
Matthieu FT 78475a47a5 fix: bg substraction for float images with OpenCL 9 years ago
Maksim Shabunin da383e65e2 Remove deprecated methods from cv::Algorithm 10 years ago
Vadim Pisarevsky d0137b6d2d moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib 10 years ago
Alexander Alekhin 55188fe991 world fix 10 years ago
Ilya Lavrenov b73490f86c eliminated restriction src[i].channels() == 1 in cv::merge 11 years ago
mlyashko 10f2a038c2 Optical flow dualt tvl1 ocl-based implementation and tests 11 years ago
Ilya Lavrenov 31b7cdc695 implemented OpenCL version of cv::updateMotionHistory 11 years ago
Elena Gvozdeva 69630ee9d9 fixed test 11 years ago
Elena Gvozdeva 0edd0aaf69 fixed 11 years ago
Elena Gvozdeva 1391ca1da5 Added ocl_Mog2 11 years ago
vbystricky 27fb7e1802 Change type of result vector of ocl version from row to column 11 years ago
vbystricky 33fc46cdec Validate parameters for using OpenCL version, before upload UMat 11 years ago
vbystricky c57e427fba Move OpticalFlowPyrLK from ocl module to video module 11 years ago
vbystricky 3762036b08 Fix compiler warnings. Add additional test case for UseInitFlow 11 years ago
vbystricky 3b0fa68a97 Move OpticalFlowFarneback from ocl module to video module 11 years ago