Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-19 | update modules to refactored API | Stanislaw Halik | |
2014-10-18 | pt: get camera fps/size on startup | Stanislaw Halik | |
Issue: #86 | |||
2014-10-18 | nix PT opening zeroth camera in case >0th camera used | Stanislaw Halik | |
Reported-by: @brokenhands Issue: #79 Breakage-of: pt-tracker | |||
2014-10-14 | update options api | Stanislaw Halik | |
2014-10-11 | less crapola | Stanislaw Halik | |
2014-10-11 | Avoid floating point division by zero | Stanislaw Halik | |
Maybe-fixes-issue: #79 | |||
2014-10-05 | flush | Stanislaw Halik | |
2014-09-27 | unbreak build, needs access from subclass | Stanislaw Halik | |
2014-09-27 | make stuff private, not protected | Stanislaw Halik | |
clang generates warnings for unused private stuff, so use that. | |||
2014-09-24 | fix dos2unix fiasco | Stanislaw Halik | |
2014-09-23 | qt macro nonsense | Stanislaw Halik | |
2014-09-23 | fix comment | Stanislaw Halik | |
Likely as per <http://www.purplemath.com/modules/determs.htm> meant det | |||
2014-09-23 | decruft PT more, so it doesn't crash finally | Stanislaw Halik | |
2014-09-22 | fixup! fixup! PT tracker feature removal | Stanislaw Halik | |
Some PT features got under the knife: - dynamic pose resolution velocity prediction model - tracker dialog's tracker tab - focal length coefficient | |||
2014-09-22 | fixup! PT tracker feature removal | Stanislaw Halik | |
Some PT features got under the knife: - dynamic pose resolution velocity prediction model - tracker dialog's tracker tab - focal length coefficient | |||
2014-09-22 | nix stderr spam | Stanislaw Halik | |
2014-09-22 | get rid of evil CALLING_CONVENTION macro | Stanislaw Halik | |
2014-09-22 | PT tracker feature removal | Stanislaw Halik | |
Some PT features got under the knife: - dynamic pose resolution velocity prediction model - tracker dialog's tracker tab - focal length coefficient | |||
2014-09-22 | dos2unix only | Stanislaw Halik | |
2014-09-22 | pt: remove verbose comment | Stanislaw Halik | |
2014-09-22 | win32: all plugins in Windows binary distro updated to new api | Stanislaw Halik | |
2014-09-22 | remove obsolete axis selector from trackers | Stanislaw Halik | |
2014-09-22 | pt: fix warning | Stanislaw Halik | |
2014-09-18 | -Wall -Wextra, no functional changes | Stanislaw Halik | |
2014-09-06 | unbreak build following rename | Stanislaw Halik | |
2014-09-06 | rename case | Stanislaw Halik | |
2013-09-15 | Initial PT 1.1 import | Stanislaw Halik | |
Codebase broken at this stage | |||
2013-09-14 | Downcase settings directory. Only affects Linux | Stanislaw Halik | |
2013-09-14 | Run dos2unix on the tree. No user-facing changes. | Stanislaw Halik | |
2013-09-14 | Remove the modal flag from PT settings dialog | Stanislaw Halik | |
2013-07-26 | cherry pick new point extractor from Patrick | Stanislaw Halik | |
2013-06-27 | Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusion | Stanislaw Halik | |
Requested-by: mm0zct | |||
2013-06-06 | Remove dead code | Stanislaw Halik | |
2013-04-29 | cleanup | Stanislaw Halik | |
2013-04-29 | use doubles consistently | Stanislaw Halik | |
2013-04-29 | Remove potential artifacts | Stanislaw Halik | |
2013-04-29 | Rename global settings location | Stanislaw Halik | |
2013-04-29 | Correct prototypes | Stanislaw Halik | |
2013-04-27 | Fix embarassing locking but propagated through the codebase :( | Stanislaw Halik | |
2013-04-27 | Avoid crashes in video frame | Stanislaw Halik | |
2013-04-27 | Implement video widgets properly, so they're fast enough | Stanislaw Halik | |
2013-04-27 | Get rid of last remnants of QOpenGL | Stanislaw Halik | |
2013-04-26 | Cleanup: don't inherit from UI class since it's a member too | Stanislaw Halik | |
2013-04-24 | Prevent a crash from happening, apply defensive coding against races with ↵ | Stanislaw Halik | |
camera start | |||
2013-04-24 | Use atomic ops instead of locking | Stanislaw Halik | |
2013-04-24 | Fix late-night coding bug | Stanislaw Halik | |
2013-04-13 | Update opencv, fix incompatibility in latest point-release | Stanislaw Halik | |
2013-04-13 | Don't use axes as class/struct members. Use an array instead, and iterate ↵ | Stanislaw Halik | |
over them where applicable. | |||
2013-04-12 | reduce CPU usage during tracking | Stanislaw Halik | |