307 Commits (0a691f7840ff4d6f9ed9e5dc3e471e334ed11edb)

Author SHA1 Message Date
Sean McBride 5357e28a2f Removed some extra semi-colons 8 years ago
Pavel Rojtberg 27ae1578ac BackgroundSubtractorMOG2Impl: only use OpenCL if input image is UMat 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Vitaly Tuzov d8dc6caf09 Fix for incorrect calcOpticalFlowPyrLK result evaluation with ARM NEON 9 years ago
k-shinotsuka 042b0a584d improve LKTrackerInvoker::operator() 9 years ago
Gilles Rochefort 9e53f03968 Fixed BackgroundSubstractorMOG2 in opencv_video. 9 years ago
Gilles Rochefort 78de75397e Fixed BackgroundSubstractorMOG2 in opencv_video. 9 years ago
mvukad 695e33b25b Fix missing format when writing Algorithm-based objects 9 years ago
Matthieu FT 78475a47a5 fix: bg substraction for float images with OpenCL 9 years ago
alcinos e22b838af8 Wrap SparseOptFlow class around PyrLK optical flow computation 9 years ago
alcinos 6e3b90de9b Add static creator for TVL1 optical flow class 9 years ago
alcinos be4312ec3d Wrap DenseOptFlow class around Farneback optical flow computation 9 years ago
Maksim Shabunin 832a03821d Valgrind: do not use uninitialized data in optflow 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 9 years ago
Alexander Alekhin ad70ab404c ocl: workaround for getUMat() 10 years ago
StevenPuttemans dd8589c352 change as suggested by original programmer and user of ecc software 10 years ago
Yan Wang a00eb1e9f5 Move coefficient (32.0f) to the end of every iteration. 10 years ago
Yan Wang 2c1650ad33 Optimize pyrlk. 10 years ago
Vadim Pisarevsky a4073ed676 made improvements in ECC code (comments from https://github.com/Itseez/opencv/pull/3845), as well as minor tweak in pthread's based parallel for. 10 years ago
Owen Healy 86fb9f8409 Modify findTransformECC to support a mask of pixels to consider 10 years ago
Owen Healy ff48387a8a Fix bug of uninitialized matrix in findTransformECC 10 years ago
Maksim Shabunin ee2d7a1f39 Fixed warnings for iOS 10 years ago
Jonathan Viney 4f24dc0959 Fix KNN background subtraction not honoring width step. 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
Maksim Shabunin da383e65e2 Remove deprecated methods from cv::Algorithm 10 years ago
Firat Kalaycilar 2bda7aaf61 minor fix to make "updateBackgroundModel=false" option meaningful. 10 years ago
Tomasz Posłuszny 8dd213c829 BackgroundSubtractorMOG2, learningRate=0 optimization 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 10 years ago
vbystricky a75807354d Optimize OpenCL version function BackgroundSubstractionMOG2 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Vadim Pisarevsky d0137b6d2d moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib 11 years ago
Vadim Pisarevsky 0224a20ff6 ECC patch by the author (G. Evangelidis); fixed some OCL Farneback optical flow test failures on Mac 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Ernest Galbrun 5c8e679bdc still a couple tabs and trailing whitespaces... 11 years ago
Ernest Galbrun ca6fb27ea6 removed some tabs 11 years ago
Ernest Galbrun eb6c598678 changed nullptr to NULL to avoid c++11 (failed to build on linux) 11 years ago
Ernest Galbrun 4bd55c6f73 added comments and reference for Chambolle paper 11 years ago
Ernest Galbrun 693c4e5741 debug of cuda_tvl1 => pass tests succesfully 11 years ago
Ernest Galbrun afb9b9540c performance issue when gamma=0 11 years ago
Ernest Galbrun f2e09d048c changed default value for gamma (now 0 -> no use of gamma) 11 years ago
Ernest Galbrun 5101a7fc00 replaced tabs by spaces 11 years ago
krodyush 2e2ca58b70 fix according review 11 years ago
krodyush 153ac43d3b opencl opticaflow fix that enables buffer2image extension 11 years ago
Alexander Alekhin b62e59aac0 icv: enable functions 11 years ago
Ernest Galbrun 6a6f24b170 adding new ali's feature 11 years ago
Aaron Kunze ebbac3c66d Optimizes OpenCL resize and optical flow to use image extension. 11 years ago
krodyush 57992e0169 replace IPatchLocal[][] into *IPatchLocal to fix compilation error on some devices. 11 years ago