1038 Commits (ac37b77452c4aa346542c60d58d6d158efb2332a)

Author SHA1 Message Date
Alexey Spizhevoy 24be840c44 Added GPU version of wobble suppressor (videostab) 13 years ago
Alexey Spizhevoy 36ef599840 Fixed trim ratio estimation for the case of homographies motion model (videostab) 13 years ago
Andrey Kamaev 8b6d1f6e45 Fixed build (noiseSigma of BackgroundSubtractorMOG is now protected) 13 years ago
Vadim Pisarevsky 5b6b30ba0e added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 13 years ago
Alexey Spizhevoy e49ea39a1f Fixed parsing cmd args bug (videostab) 13 years ago
Alexey Spizhevoy f355f798a4 Minor changes in videostab module and sample 13 years ago
Alexey Spizhevoy f42eea1029 Added timing for main steps (videostab) 13 years ago
Alexey Spizhevoy ada63d1800 Updated videostab sample 13 years ago
Alexey Spizhevoy 536d36b05a Refactoring (videostab) 13 years ago
Alexey Spizhevoy 1569c1ed52 Added GPU version of PyrLK based global motion estimator (videostab) 13 years ago
Alexey Spizhevoy 19c30eaa11 Refactored videostab module 13 years ago
Maria Dimashova 3dfa917879 refactored train and predict methods of em 13 years ago
Maria Dimashova 7120355e06 updated points_classifier sample to use bayes classifier after distributions estimation by EM 13 years ago
Alexey Spizhevoy 8c4ffc8bb2 Fixed typo (videostab) 13 years ago
Alexey Spizhevoy 40e7990b6b Added linear programming based stabilizer (videostab) 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Alexey Spizhevoy 9d871abd32 Refactored videostab module. Added normalization into motion estimators. 13 years ago
Alexey Spizhevoy b5a1bad7a4 Added more flags for motion estimation in videostab sample 13 years ago
Andrey Kamaev c712f376d5 Fixed warnings about unused return value of fscanf, scanf and system 13 years ago
Alexey Spizhevoy b549900fe1 Minor fixes and updates in videostab module and sample 13 years ago
Alexey Spizhevoy 673f879ccd Fixed bug in videostab sample. Fixed model size in global estimators. 13 years ago
Andrey Kamaev 7cc7a3f37d Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings. 13 years ago
Andrey Kamaev 1c1c6b98f6 #645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration 13 years ago
Alexey Spizhevoy 30b461a506 Added support of homography motion model into vidostab sample 13 years ago
Maria Dimashova 85fa0e7763 added cv::EM, moved CvEM to legacy, added/updated tests 13 years ago
Alexey Spizhevoy d9d4755387 Updated wobble suppression code in videostab module 13 years ago
Alexey Spizhevoy fa09f3d121 Refactored videostab module. Added MoreAccurateMotionWobbleSuppressor class 13 years ago
Alexey Spizhevoy f32b645b96 Refactored videostab module, added base class for woobble suppression 13 years ago
Alexey Spizhevoy efa0717d01 Added support of homography estimation into videostab module 13 years ago
Alexey Spizhevoy 56b5e6d8a8 Updated videostab module 13 years ago
Alexey Spizhevoy 3e23bb6df6 Refactored videostab module and sample 13 years ago
Vadim Pisarevsky f309bafe9e another fix for cap_dshow.cpp; fixed warning in facerec_demo 13 years ago
Alexey Spizhevoy 014accaf31 Fixed default arg value in videostab sample 13 years ago
Alexey Spizhevoy 99f29b75a1 Added linear similarity estimation into videostab module 13 years ago
Vadim Pisarevsky 7a62413c94 added houghcircles sample, improved circle detection (ticket #951) 13 years ago
Vadim Pisarevsky e8fab91d51 added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch) 13 years ago
Maria Dimashova 550fd8e57c added image and depth synchronization 13 years ago
Vadim Pisarevsky cec8f719a3 added face recognition algorithms, LDA, colormaps (all by Philipp Wagner) 13 years ago
Alexey Spizhevoy 45fd8a6a63 Added load and save motion args into videostab sample 13 years ago
Alexey Spizhevoy 984583981c Split stabilizer into OnePassStabilizer and TwoPassStabilizer 13 years ago
Maria Dimashova c1a6cb6221 added oni-files reading 13 years ago
Alexey Spizhevoy 3323ee9d18 Added distance threshold argument into videostab sample 13 years ago
Alexey Spizhevoy dcb5464b3c Added more inpainting methods. Fixed some errors. 13 years ago
Marina Kolpakova 577dabb8bc fixed bug #1571 13 years ago
Alexey Spizhevoy be73f8e29c Added quiet mode into videostab sample 13 years ago
Alexey Spizhevoy e4651fa697 Fixed ensureInclusionConstraint 13 years ago
Alexey Spizhevoy 3abd941774 Minor changes in videostab sample 13 years ago
Alexey Spizhevoy bde7456256 Updated videostab sample 13 years ago
Alexey Spizhevoy a60dc947b1 Added first version of videostab module 13 years ago
Marina Kolpakova 1d2c6ef410 fixed sample for new signature of calcOpticalFlowPyrLK 13 years ago