Fixed some warnings and install problems on linux
[profile/ivi/opencv.git] / modules / videostab / src / motion_stabilizing.cpp
2012-06-27 Andrey KamaevFixed some warnings and install problems on linux
2012-06-09 Andrey KamaevWarning fixes continued
2012-04-27 Alexey SpizhevoyReplaced CV_RANSAC in findHomography with CV_LMEDS...
2012-04-25 Alexey SpizhevoyAdded LP based global motion estimation (videostab)
2012-04-23 Alexey SpizhevoyFixed trim ratio estimation for the case of homographie...
2012-04-18 Alexey SpizhevoyAdded GPU version of PyrLK based global motion estimato...
2012-04-17 Alexey SpizhevoyRemoved unnecessary code (videostab)
2012-04-17 Alexey SpizhevoyRefactored videostab module
2012-04-16 Alexey SpizhevoyAdded support of Clp for Windows
2012-04-16 Alexey SpizhevoyFixed LP based stabilizer
2012-04-16 Alexey SpizhevoyAdded linear programming based stabilizer (videostab)
2012-04-12 Alexey SpizhevoyRemoved unnecessary line (videostab)
2012-04-12 Alexey SpizhevoyRemoved unnecessary line (videostab)
2012-04-11 Alexey SpizhevoyAdded WITH_CLP flag support into cmake scripts.
2012-04-09 Alexey SpizhevoyFixed bug in motion stabilization pipeline and updated...
2012-04-04 Alexey SpizhevoyAdded motion stabilization pipeline (videostab module)
2012-04-04 Alexey SpizhevoyFixed some bugs in videostab module and refactored it
2012-04-02 Alexey SpizhevoyUpdated videostab module
2012-03-22 Alexey SpizhevoySplit stabilizer into OnePassStabilizer and TwoPassStab...
2012-03-21 Alexey SpizhevoyRefactored videostab module