summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Tracker_PT/pt_video_widget.cpp
AgeCommit message (Collapse)Author
2014-09-06rename caseStanislaw Halik
2014-01-11get rid of frame copy throttlingStanislaw Halik
2014-01-11prevent empty video frame upon raceStanislaw Halik
2014-01-04disable hysteresis debug; throttle frame update rateStanislaw Halik
2013-12-04draw images directly, without pixmapsStanislaw Halik
2013-11-10fix buildStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-11-07fix build error on ocv 2.4 branchStanislaw Halik
2013-11-07(hopefully) fix pitch issues on MacStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-22Optimize widget redrawStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-15fix trackers for qt5Stanislaw Halik
Assorted changes: - make filenames unique, since automoc made a boo-boo - adjust include paths, "QtGui" -> "" - use std::shared_ptr in c++11 mode (thanks Patrick!) - make class names unique, automoc sucks, but saves typing - add a dummy class in one file since moronic automoc thinks every target contains Q_OBJECTS!!!