opencv/modules/video/src
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
2014-08-13 15:21:35 +04:00
..
opencl moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib 2014-08-10 23:24:16 +04:00
bgfg_gaussmix2.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
bgfg_KNN.cpp some fixes 2014-01-30 14:50:35 +01:00
camshift.cpp refactored cv::CamShift and cv::meanShift 2013-12-21 14:40:59 +04:00
compat_video.cpp moved part of video to contrib/{outflow, bgsegm}; moved matlab to contrib 2014-08-10 23:24:16 +04:00
ecc.cpp ECC patch by the author (G. Evangelidis); fixed some OCL Farneback optical flow test failures on Mac 2014-08-08 22:33:40 +04:00
kalman.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
lkpyramid.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
lkpyramid.hpp Normalized file endings. 2013-08-21 18:59:25 +04:00
optflowgf.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
precomp.hpp Master Version: Added NEON Optimizations for LK Optical Flow. 2014-03-04 14:47:12 -05:00
tvl1flow.cpp world fix 2014-08-05 20:12:35 +04:00
video_init.cpp deleted extra semicolons 2014-01-07 02:52:30 +04:00