352 Commits (4801526f354057fecde2d70a52c69974aa5ee53f)

Author SHA1 Message Date
Glue Crow 6045608330 Parallelization of BackgroundSubtractorKNN 7 years ago
GlueCrow 26d288bd11
Optimize OpenCL BackgroundSubstractionMOG2 7 years ago
Vitaly Tuzov e5313246a7 Reverted calls to linear resize back to generic version for floating point matrices 7 years ago
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago
Vadim Pisarevsky 5ce38e516e Merge pull request #10223 from vpisarev:ocl_mac_fixes 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
KUANG Fangjun 67acfc6e25 improve doc. 7 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 7 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 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
Michele Cancilla 9405c6d206 Improvement of array of equivalences’ upper bound + fix some wrong comments 8 years ago
Fernando Iglesias Garcia 21e698053f Initialize background model in background subtraction KNN. 8 years ago
Utkarsh Sinha b9c2d88e69 If the user passes an empty output matrix, initialize it to identity. 8 years ago
Vitaly Tuzov bf5b7843e8 Extended set of OpenVX HAL calls disabled for small images 8 years ago
Matthias Grundmann 13540bf7f4 Update bgfg_gaussmix2.cpp 8 years ago
Matthias Grundmann 7295dd7dec Update bgfg_gaussmix2.cpp 8 years ago
Matthias Grundmann 0a1767a6b5 Update bgfg_gaussmix2.cpp to avoid divide by zero cases. 8 years ago
Vitaly Tuzov 9a4b5a4545 OpenVX calls updated to use single common OpenVX context per thread 8 years ago
Rostislav Vasilikhin 328151c8a4 don't run OpenVX pyrLK if user asked for err vector 8 years ago
Rostislav Vasilikhin 5372c8b331 Merge pull request #7774 from savuor:openvx_pyrlk 8 years ago
Kotrix 10ccd0328c Removed redundant calculations 8 years ago
mshabunin 3e28d51779 Fixed several OpenCL compiler warnings 8 years ago
Tomoaki Teshima ea4ff91861 fix error from performance test of LK pyramid 8 years ago
Tomoaki Teshima 1ef740fa2c use universal intrinsic implementation for calcSharrDeriv 8 years ago
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; 8 years ago
Vitaly Tuzov d8dc6caf09 Fix for incorrect calcOpticalFlowPyrLK result evaluation with ARM NEON 8 years ago
k-shinotsuka 042b0a584d improve LKTrackerInvoker::operator() 8 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() 9 years ago
StevenPuttemans dd8589c352 change as suggested by original programmer and user of ecc software 9 years ago
Yan Wang a00eb1e9f5 Move coefficient (32.0f) to the end of every iteration. 9 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