summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Tracker_PT/ftnoir_tracker_pt.cpp
AgeCommit message (Expand)Author
2014-09-06rename caseStanislaw Halik
2014-06-14pt: adjust dt rangeStanislaw Halik
2014-06-12prevent spurious debug output all the timeStanislaw Halik
2014-06-12fix a data race caused by std::atomic usageStanislaw Halik
2014-06-12Fix lock order reversalStanislaw Halik
2014-06-11Defer PT apply to avoid deadlockStanislaw Halik
2014-06-11use the precise counterStanislaw Halik
2014-01-14prevent mutex starvation with PT on non-Windows platformsStanislaw Halik
2014-01-13pt: protect against pthread starvation when stoppingStanislaw Halik
2014-01-12pt: display points' centersStanislaw Halik
2014-01-12Revert "use levmarq instead of coplanar POSIT implemented in numerically unst...Stanislaw Halik
2014-01-12Revert "buffer flush"Stanislaw Halik
2014-01-12Revert "display extracted points' centers"Stanislaw Halik
2014-01-12Revert "use proper scale for translation"Stanislaw Halik
2014-01-12Revert "use correct scale for point coords"Stanislaw Halik
2014-01-12Revert "remove forgotten debug code"Stanislaw Halik
2014-01-12Revert "FINALLY fix d_order -> image pos"Stanislaw Halik
2014-01-11FINALLY fix d_order -> image posStanislaw Halik
2014-01-11remove forgotten debug codeStanislaw Halik
2014-01-11use correct scale for point coordsStanislaw Halik
2014-01-11use proper scale for translationStanislaw Halik
2014-01-11display extracted points' centersStanislaw Halik
2014-01-11replace hand-rolled timer class with QElapsedTimerStanislaw Halik
2014-01-08buffer flushStanislaw Halik
2014-01-08use levmarq instead of coplanar POSIT implemented in numerically unstable fas...Stanislaw Halik
2014-01-04disable hysteresis debug; throttle frame update rateStanislaw Halik
2014-01-04PT: remove sleep intervalStanislaw Halik
2014-01-04initialize camera params in right orderStanislaw Halik
2013-12-30pt: use new settings framework, cleanupStanislaw Halik
2013-12-10Merge pull request #14 from usrusr/feature/pt-hysteresisStanislaw Halik
2013-12-10s/Give/Get/Stanislaw Halik
2013-12-10remove return value from GiveHeadPoseDataStanislaw Halik
2013-12-10add an optional per-pixel hysteresis to remove pixel noise at the expense of ...usrusr
2013-10-26PT: use full frame sizeStanislaw Halik
2013-10-26pt: decruft following c++11 requirementStanislaw Halik
2013-10-26Hopefully fix PT fps nowStanislaw Halik
2013-10-25PT: possibly fix applying settingsStanislaw Halik
2013-10-23pt fix: frame race, framerateStanislaw Halik
2013-10-22fix raceStanislaw Halik
2013-10-15fix trackers for qt5Stanislaw Halik
2013-09-15New PT from Patrick Ruoff adapted to LinuxStanislaw Halik
2013-09-15Initial PT 1.1 importStanislaw Halik
2013-03-22Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!!Stanislaw Halik
2013-01-13PT: Camera pitch correction for translation, prepared GUI for releasePatrick Ruoff
2013-01-12PointTracker: Tracker state is reported to FTNoIR, Camera pitch correction, D...Patrick Ruoff
2013-01-02Added 'enable axis' parameters to the Trackers. Added 'none' to filter-listbox.Wim Vriend
2012-12-31Updated PointTrackerPatrick Ruoff
2012-09-29Updated vc9 project files.Patrick Ruoff
2012-09-29Unversioning local .vcproj and .slnWim Vriend
2012-09-21RAII-style dll management 1: Replaced autoptr and release with virtual destru...Patrick Ruoff