summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-12-06filters: move icon to main appStanislaw Halik
2014-12-06accela: resize formStanislaw Halik
2014-12-06accela: simplifyStanislaw Halik
2014-12-03remove alphanumeric keybindings making list too longStanislaw Halik
2014-12-03pagedown works for win32 keybindingsStanislaw Halik
Reported-by: @KyokushinPL
2014-11-29implement zero shortcutStanislaw Halik
2014-11-28fit line using basic arithmeticStanislaw Halik
Issue: #98
2014-11-28don't reset coords on pauseStanislaw Halik
Issue: #99
2014-11-28pt: use 3D coordinates for distinguishing pointsStanislaw Halik
Issue: #98
2014-11-28pt: remove dead codeStanislaw Halik
2014-11-28no need ever filter translation as muchopentrack-2.3-rc4Stanislaw Halik
2014-11-28decrease multipliers from absurd valuesStanislaw Halik
2014-11-28accela: work even at zero slider positionStanislaw Halik
Issue: #96
2014-11-28move constants to headerStanislaw Halik
2014-11-28adjust smoothing alphas a bitStanislaw Halik
2014-11-28adjust thresholding after aruco_test runStanislaw Halik
Previous values increased CPU usage needlessly.
2014-11-28accela: scale up to thres exponentially, not linearlyStanislaw Halik
2014-11-27accela: rework to remove deadzone needStanislaw Halik
Tested-by: @KyokushinPL filter gain adjusted by a slider. frames smoothed by ewma for sudden noise spike reduction. likely need further work for arbitrary magic constants embedded in tracker gain.
2014-11-27add freepie .apkStanislaw Halik
2014-11-27ftclient: also enable freetrack on Linux for WineStanislaw Halik
Issue: #97
2014-11-27ftclient: update binaryStanislaw Halik
Issue: #97
2014-11-27ftclient: copy the data actualStanislaw Halik
Issue: #97
2014-11-27ftclient: skip stdbool requirementStanislaw Halik
2014-11-26tracker: map before filteringStanislaw Halik
2014-11-25no need to bundle obsolete .apk hereStanislaw Halik
2014-11-25Revert "revert freepie apk change for now"Stanislaw Halik
This reverts commit ee86e9367d960a7993409e4fc2f4cef1309d109b. New .apk version released by FreePIE
2014-11-24accela: tweak delta smoothingStanislaw Halik
2014-11-24accela: use dynamic dtStanislaw Halik
2014-11-24aruco: decrease threshold paramStanislaw Halik
2014-11-24aruco: framerate s/120/125Stanislaw Halik
2014-11-24timer: split start/elapsed. convert usesStanislaw Halik
2014-11-23pt: avoid crash on startup/close with opencv/highgui/libv4lStanislaw Halik
2014-11-23pt: get resolution when frame arrivesStanislaw Halik
2014-11-23pt: nix old camera codeStanislaw Halik
2014-11-23remove "R" labels from cap for consistencyStanislaw Halik
Issue: #96
2014-11-23copy old config when savingStanislaw Halik
Issue: #96
2014-11-23force options flush to file when savingStanislaw Halik
2014-11-23remove dead codeStanislaw Halik
2014-11-23remove obsolete commentopentrack-2.3-rc3Stanislaw Halik
2014-11-22pt: fix copy-paste bug in d_order logicStanislaw Halik
Issue: #63, #93
2014-11-22pt: restore original ypr codeStanislaw Halik
2014-11-22pt: rename class to avoid further confusionStanislaw Halik
"FrameTrafo" isn't a word even. Rename to "Affine"
2014-11-22don't crash with x=2^31-1Stanislaw Halik
2014-11-19fix build furtherStanislaw Halik
2014-11-19fix build with recent mingw-w64Stanislaw Halik
2014-11-19cmake: fix lto buildStanislaw Halik
2014-11-19cmake convenienceStanislaw Halik
2014-11-13model calibration had sign swappedStanislaw Halik
Issue: #93
2014-11-12pt: restore clip model pitch. remove workaroundStanislaw Halik
Issue: #63, #93
2014-11-12pt: fix ui tab orderStanislaw Halik