summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-02-17Merge pull request #135 from DaMichel/mapping-prStanislaw Halik
Linear Interpolation of Mapping Curves
2015-02-15tabsDaMichel
2015-02-15lerp ftwDaMichel
2015-02-01nix submoduleStanislaw Halik
2015-02-01bring back dynamic pose resolution following user outrageopentrack-2.3-rc9Stanislaw Halik
Uses a simpler method without computing point velocities. Issues: #112, #126
2015-02-01ht: prenitialize pose to invalid valueStanislaw Halik
2015-02-01center when first pose receivedStanislaw Halik
Requested-by: many
2015-01-24pt: make translation consistent with model positionStanislaw Halik
Issue: #106
2015-01-24Revert "pt: calibration X sign needn't inverting"Stanislaw Halik
This reverts commit 1a407734e2b5215df5548480a70562338f85a85d.
2015-01-24pt: retrieve current pose under lockStanislaw Halik
2015-01-24ht: adjust tuning parametersStanislaw Halik
2015-01-18pt: reset calibration when it startsStanislaw Halik
2015-01-18link to Windows Phone trackerStanislaw Halik
Issue: #119 Author: Aleksandar Adamovic
2015-01-18pt: calibration X sign needn't invertingStanislaw Halik
Issue: #106
2015-01-08signed freepie IMU .apk with service supportopentrack-2.3-rc8Stanislaw Halik
Thanks, @AndersMalmgren!
2015-01-08update no camera feed image for the uiStanislaw Halik
2015-01-08don't increment dataid twiceStanislaw Halik
2015-01-05copy centering code from 2.2Stanislaw Halik
Issue: #106 Signs of XYZ are the same, it turns out. It's the display value that needs adjusting. Tested on @FlyingCircus- video.
2015-01-05pt: add informative text on calibrationStanislaw Halik
2015-01-05pt: change pose() prototypeStanislaw Halik
Return a pose, don't copy it to passed param
2015-01-05fix typo breaking axis remapStanislaw Halik
Issue: #114
2015-01-05don't register null tracker/filter/proto when dialog is createdStanislaw Halik
2015-01-05register tracker/proto/filter on start in existing dialogStanislaw Halik
2015-01-05add tab key order for main UIStanislaw Halik
2015-01-05remove needless settings reload in dialogsStanislaw Halik
Options handling was fixed to pass the same bundle to all consumers. There's no need to reload it explicitly anymore.
2014-12-30pt: undo swap axis for data, and for displayStanislaw Halik
Issue: #106
2014-12-21pt, aruco: rename calibration buttons for clarityopentrack-2.3-rc7Stanislaw Halik
2014-12-21Revert "pt: calibrated pitch needs axis swap"Stanislaw Halik
This reverts commit 7c8786ec390bb43e9ef4aaf4242576bf723fabff. It was right and that made the sign wrong.
2014-12-21pt: millimeters as unit not centimetersStanislaw Halik
This text is purely decorational, any units can be used consistently.
2014-12-21aruco: calibration button feedback when in progressStanislaw Halik
2014-12-21pt: calibrated pitch needs axis swapStanislaw Halik
2014-12-21pt: hyst frame output need show points only in blueStanislaw Halik
2014-12-21pt: cap hyst further to 1/8 of image intensityStanislaw Halik
Higher values cause too much lag.
2014-12-21pt: don't visualize hyst debug infoStanislaw Halik
It's confusing from user's perspective.
2014-12-21pt: cap hyst value to 1/4 of image intensityStanislaw Halik
2014-12-21fix d_order logicStanislaw Halik
Issue: #107 The d value was computed using points from camera, not model coordinates.
2014-12-21pt: show model center in different color to avoid confusionStanislaw Halik
2014-12-20pt: fix d_order logicStanislaw Halik
Issue: #107
2014-12-20pt: fix calibration wrong signStanislaw Halik
Issue: #106
2014-12-20apply r/t compensation before mapping translation valuesStanislaw Halik
Suggested-by: @FlyingCircus- Issue: #106
2014-12-20pt: set minimum size for model tabStanislaw Halik
2014-12-20remove explicit "make install" invocationStanislaw Halik
We don't have make(1) readily available on Windows
2014-12-19tracker: fix typo breaking Z valueStanislaw Halik
Issue: #106 Yaw value was copied as Z value due to typo.
2014-12-19mat: add addition and subtraction operatorsStanislaw Halik
2014-12-19aruco: decrease thresholding paramStanislaw Halik
Failed to work on low-contrast images.
2014-12-19aruco: fix calibration sign swapStanislaw Halik
2014-12-19timer: cleanup warningStanislaw Halik
2014-12-19cmake: cleanup hardcoded path in toolchain fileStanislaw Halik
2014-12-18pt: use 2d coordinates only for d_orderStanislaw Halik
Issue: #107
2014-12-18implement camera offsetStanislaw Halik