summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt
AgeCommit message (Collapse)Author
2014-10-19decruft moreStanislaw Halik
2014-10-19update modules to refactored APIStanislaw Halik
2014-10-18pt: get camera fps/size on startupStanislaw Halik
Issue: #86
2014-10-18nix PT opening zeroth camera in case >0th camera usedStanislaw Halik
Reported-by: @brokenhands Issue: #79 Breakage-of: pt-tracker
2014-10-14update options apiStanislaw Halik
2014-10-11less crapolaStanislaw Halik
2014-10-11Avoid floating point division by zeroStanislaw Halik
Maybe-fixes-issue: #79
2014-10-05flushStanislaw Halik
2014-09-27unbreak build, needs access from subclassStanislaw Halik
2014-09-27make stuff private, not protectedStanislaw Halik
clang generates warnings for unused private stuff, so use that.
2014-09-24fix dos2unix fiascoStanislaw Halik
2014-09-23qt macro nonsenseStanislaw Halik
2014-09-23fix commentStanislaw Halik
Likely as per <http://www.purplemath.com/modules/determs.htm> meant det
2014-09-23decruft PT more, so it doesn't crash finallyStanislaw Halik
2014-09-22fixup! fixup! PT tracker feature removalStanislaw Halik
Some PT features got under the knife: - dynamic pose resolution velocity prediction model - tracker dialog's tracker tab - focal length coefficient
2014-09-22fixup! PT tracker feature removalStanislaw Halik
Some PT features got under the knife: - dynamic pose resolution velocity prediction model - tracker dialog's tracker tab - focal length coefficient
2014-09-22nix stderr spamStanislaw Halik
2014-09-22get rid of evil CALLING_CONVENTION macroStanislaw Halik
2014-09-22PT tracker feature removalStanislaw Halik
Some PT features got under the knife: - dynamic pose resolution velocity prediction model - tracker dialog's tracker tab - focal length coefficient
2014-09-22dos2unix onlyStanislaw Halik
2014-09-22pt: remove verbose commentStanislaw Halik
2014-09-22win32: all plugins in Windows binary distro updated to new apiStanislaw Halik
2014-09-22remove obsolete axis selector from trackersStanislaw Halik
2014-09-22pt: fix warningStanislaw Halik
2014-09-18-Wall -Wextra, no functional changesStanislaw Halik
2014-09-06unbreak build following renameStanislaw Halik
2014-09-06rename caseStanislaw Halik
2013-09-15Initial PT 1.1 importStanislaw Halik
Codebase broken at this stage
2013-09-14Downcase settings directory. Only affects LinuxStanislaw Halik
2013-09-14Run dos2unix on the tree. No user-facing changes.Stanislaw Halik
2013-09-14Remove the modal flag from PT settings dialogStanislaw Halik
2013-07-26cherry pick new point extractor from PatrickStanislaw Halik
2013-06-27Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusionStanislaw Halik
Requested-by: mm0zct
2013-06-06Remove dead codeStanislaw Halik
2013-04-29cleanupStanislaw Halik
2013-04-29use doubles consistentlyStanislaw Halik
2013-04-29Remove potential artifactsStanislaw Halik
2013-04-29Rename global settings locationStanislaw Halik
2013-04-29Correct prototypesStanislaw Halik
2013-04-27Fix embarassing locking but propagated through the codebase :(Stanislaw Halik
2013-04-27Avoid crashes in video frameStanislaw Halik
2013-04-27Implement video widgets properly, so they're fast enoughStanislaw Halik
2013-04-27Get rid of last remnants of QOpenGLStanislaw Halik
2013-04-26Cleanup: don't inherit from UI class since it's a member tooStanislaw Halik
2013-04-24Prevent a crash from happening, apply defensive coding against races with ↵Stanislaw Halik
camera start
2013-04-24Use atomic ops instead of lockingStanislaw Halik
2013-04-24Fix late-night coding bugStanislaw Halik
2013-04-13Update opencv, fix incompatibility in latest point-releaseStanislaw Halik
2013-04-13Don't use axes as class/struct members. Use an array instead, and iterate ↵Stanislaw Halik
over them where applicable.
2013-04-12reduce CPU usage during trackingStanislaw Halik