Warning fixes continued
[platform/upstream/opencv.git] / modules / videostab / src / global_motion.cpp
2012-06-09 Andrey KamaevWarning fixes continued
2012-06-08 Andrey KamaevFixed Android build
2012-04-27 Alexey SpizhevoyReplaced CV_RANSAC in findHomography with CV_LMEDS...
2012-04-26 Alexey SpizhevoyMinor changes in videostab module
2012-04-26 Alexey SpizhevoyRefactored videostab module
2012-04-26 Alexey SpizhevoyRefactored videostab module
2012-04-25 Alexey SpizhevoyAdded LP based global motion estimation (videostab)
2012-04-24 Alexey SpizhevoyAdded local outlier rejector. Added rigid motion estima...
2012-04-20 Alexey SpizhevoyReplaced DECOMP_SVD with DECOMP_NORMAL|DECOMP_LU for...
2012-04-18 Alexey SpizhevoyRefactoring (videostab)
2012-04-18 Alexey SpizhevoyAdded GPU version of PyrLK based global motion estimato...
2012-04-17 Alexey SpizhevoyRefactored videostab module
2012-04-16 Alexey SpizhevoyAdded support of Clp for Windows
2012-04-16 Alexey SpizhevoyAdded linear programming based stabilizer (videostab)
2012-04-11 Alexey SpizhevoyRefactored videostab module. Added normalization into...
2012-04-11 Alexey SpizhevoyAdded more flags for motion estimation in videostab...
2012-04-10 Alexey SpizhevoyMinor fixes and updates in videostab module and sample
2012-04-10 Alexey SpizhevoyFixed bug in videostab sample. Fixed model size in...
2012-04-06 Alexey SpizhevoyUpdated wobble suppression code in videostab module
2012-04-05 Alexey SpizhevoyRefactored videostab module. Added MoreAccurateMotionWo...
2012-04-04 Alexey SpizhevoyAdded asserts into global motion estimation functions...
2012-04-04 Alexey SpizhevoyAdded support of homography estimation into videostab...
2012-04-04 Alexey SpizhevoyFixed some bugs in videostab module and refactored it
2012-03-30 Alexey SpizhevoyAdded linear similarity estimation into videostab module
2012-03-22 Alexey SpizhevoySplit stabilizer into OnePassStabilizer and TwoPassStab...
2012-03-21 Alexey SpizhevoyRefactored videostab module
2012-03-21 Alexey SpizhevoyUpdated FMM run() signature
2012-03-21 Alexey SpizhevoyFixed some warnings
2012-03-20 Alexey SpizhevoyFixed ensureInclusionConstraint
2012-03-19 Andrey KamaevFixed Windows build of videostab module.
2012-03-19 Alexey SpizhevoyAdded licence message
2012-03-19 Alexey SpizhevoyAdded first version of videostab module