496 Commits (39783a658418b1296a72a5cb90e1bcd9b1f8ddd5)

Author SHA1 Message Date
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
Vladislav Sovrasov 4e0351bafd Clarify docs for MOG2::apply 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
Alexander Alekhin cc09f5a7de Merge pull request #7854 from alalek:backports_2016 8 years ago
Alexander Alekhin 10d1b33a80 perf: remove tvl1 check for magic numbers, reduce number of samples 8 years ago
Alexander Alekhin a05444618c test: tvl1 test check update 8 years ago
Kotrix 10ccd0328c Removed redundant calculations 8 years ago
Alexander Alekhin 45bf60d18c perf: remove tvl1 check for magic numbers, reduce number of samples 8 years ago
Alexander Alekhin a01a4c4b3b test: tvl1 test check update 8 years ago
mshabunin 3e28d51779 Fixed several OpenCL compiler warnings 8 years ago
Jiri Horner c17afe0fab Merge pull request #6933 from hrnr:gsoc_all 8 years ago
abratchik c72fbd7a14 fix for #7501 8 years ago
Alexander Alekhin 5dfb810327 video: fix optflow test: NAN results shouldn't bypass checks 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
Alexander Alekhin 5da8d65371 eliminate compiler warnings 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 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
Tomoaki Teshima 3c2f7ecc97 speed up accumulate, accumulateSquare, accumulateProduct and accumulateWeighted using SIMD 8 years ago
Philipp Hasper 45bd56e28a rigidTransform: only four DoF 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
Krishnaraj Bhat 9b8013d193 gcc6: fix misleading indentation warning 9 years ago
alcinos e22b838af8 Wrap SparseOptFlow class around PyrLK optical flow computation 9 years ago
alcinos 9b70c44f00 Adding interface for Sparse 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
Alexander Alekhin 323e24e3ef change links from samples/python2 to samples/python 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. 9 years ago
Evgeny Agafonchikov 6a6d58d389 Adding test support for WINRT 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
Martin Ueding 1e00a93f97 Fix spelling 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 7335a40a61 Replaced CV_PURE_PROPERTY macros with corresponding code 10 years ago
Maksim Shabunin ee2d7a1f39 Fixed warnings for iOS 10 years ago