Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-21 | pt, aruco: rename calibration buttons for clarityopentrack-2.3-rc7 | Stanislaw Halik | |
2014-12-21 | Revert "pt: calibrated pitch needs axis swap" | Stanislaw Halik | |
This reverts commit 7c8786ec390bb43e9ef4aaf4242576bf723fabff. It was right and that made the sign wrong. | |||
2014-12-21 | pt: millimeters as unit not centimeters | Stanislaw Halik | |
This text is purely decorational, any units can be used consistently. | |||
2014-12-21 | aruco: calibration button feedback when in progress | Stanislaw Halik | |
2014-12-21 | pt: calibrated pitch needs axis swap | Stanislaw Halik | |
2014-12-21 | pt: hyst frame output need show points only in blue | Stanislaw Halik | |
2014-12-21 | pt: cap hyst further to 1/8 of image intensity | Stanislaw Halik | |
Higher values cause too much lag. | |||
2014-12-21 | pt: don't visualize hyst debug info | Stanislaw Halik | |
It's confusing from user's perspective. | |||
2014-12-21 | pt: cap hyst value to 1/4 of image intensity | Stanislaw Halik | |
2014-12-21 | fix d_order logic | Stanislaw Halik | |
Issue: #107 The d value was computed using points from camera, not model coordinates. | |||
2014-12-21 | pt: show model center in different color to avoid confusion | Stanislaw Halik | |
2014-12-20 | pt: fix d_order logic | Stanislaw Halik | |
Issue: #107 | |||
2014-12-20 | pt: fix calibration wrong sign | Stanislaw Halik | |
Issue: #106 | |||
2014-12-20 | apply r/t compensation before mapping translation values | Stanislaw Halik | |
Suggested-by: @FlyingCircus- Issue: #106 | |||
2014-12-20 | pt: set minimum size for model tab | Stanislaw Halik | |
2014-12-20 | remove explicit "make install" invocation | Stanislaw Halik | |
We don't have make(1) readily available on Windows | |||
2014-12-19 | tracker: fix typo breaking Z value | Stanislaw Halik | |
Issue: #106 Yaw value was copied as Z value due to typo. | |||
2014-12-19 | mat: add addition and subtraction operators | Stanislaw Halik | |
2014-12-19 | aruco: decrease thresholding param | Stanislaw Halik | |
Failed to work on low-contrast images. | |||
2014-12-19 | aruco: fix calibration sign swap | Stanislaw Halik | |
2014-12-19 | timer: cleanup warning | Stanislaw Halik | |
2014-12-19 | cmake: cleanup hardcoded path in toolchain file | Stanislaw Halik | |
2014-12-18 | pt: use 2d coordinates only for d_order | Stanislaw Halik | |
Issue: #107 | |||
2014-12-18 | implement camera offset | Stanislaw Halik | |
2014-12-18 | const correctness | Stanislaw Halik | |
2014-12-15 | pt: fix calibration | Stanislaw Halik | |
Issue: #106 Signs were swapped. | |||
2014-12-15 | pt: visualize model center as another point | Stanislaw Halik | |
2014-12-15 | pt, aruco: fix calibration | Stanislaw Halik | |
2014-12-15 | move rmat->euler and euler->rmat conversions to header | Stanislaw Halik | |
2014-12-15 | options: emit signals only outside mutex scope | Stanislaw Halik | |
2014-12-15 | pt: match input boxes with images better in dialog | Stanislaw Halik | |
2014-12-14 | pt: use settings framework | Stanislaw Halik | |
Issue: #96 Model values are recomputed every frame. This shouldn't matter, as there's very little to compute. With this change, sliders and other options are applied immediately, and the "Apply" button is gone. | |||
2014-12-14 | allow tying option to tab widget's index | Stanislaw Halik | |
2014-12-14 | emit "saving()" after bundle's been updated | Stanislaw Halik | |
2014-12-14 | switch back to volatile bool for tracker flags | Stanislaw Halik | |
UI thread is the only writer for the flags. Makes no sense to use more than volatile. | |||
2014-12-14 | wiki update | Stanislaw Halik | |
2014-12-14 | use default freepie UDP port | Stanislaw Halik | |
2014-12-14 | pt: set correct focal length from camera fovopentrack-2.3-rc6 | Stanislaw Halik | |
Issue: #96 Having user-supplied camera fov, we can prevent yaw and pitch occuring by itself when moving horizontally and vertically. Note PointExtractor::extract_points(Mat& frame) should enable same value for fx and fy: c[0] = (mx/m - W/2)/W; c[1] = -(my/m - H/2)/W; | |||
2014-12-14 | bind socket on worker thread for thread ownership | Stanislaw Halik | |
2014-12-08 | delete QLibrary, not force unload() | Stanislaw Halik | |
Issue: #96 Reported-by: @sasam Also fixes a memory leak. | |||
2014-12-08 | update tray when changing setting through UI | Stanislaw Halik | |
Issue: #104 | |||
2014-12-08 | ensure tray exists before minimizing to it | Stanislaw Halik | |
Issue: #104 | |||
2014-12-07 | accela: adjust constants for faster responseopentrack-2.3-rc5 | Stanislaw Halik | |
Tested-by: @KyokushinPL | |||
2014-12-07 | credit for contributor | Stanislaw Halik | |
2014-12-06 | move shortcut dialog to ui module | Stanislaw Halik | |
2014-12-06 | filters: move icon to main app | Stanislaw Halik | |
2014-12-06 | accela: resize form | Stanislaw Halik | |
2014-12-06 | accela: simplify | Stanislaw Halik | |
2014-12-03 | remove alphanumeric keybindings making list too long | Stanislaw Halik | |
2014-12-03 | pagedown works for win32 keybindings | Stanislaw Halik | |
Reported-by: @KyokushinPL |