Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | pt: set minimum size for model tab | Stanislaw Halik | |
2014-12-18 | pt: use 2d coordinates only for d_order | Stanislaw Halik | |
Issue: #107 | |||
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 | 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 | 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-11-28 | fit line using basic arithmetic | Stanislaw Halik | |
Issue: #98 | |||
2014-11-28 | pt: use 3D coordinates for distinguishing points | Stanislaw Halik | |
Issue: #98 | |||
2014-11-28 | pt: remove dead code | Stanislaw Halik | |
2014-11-24 | timer: split start/elapsed. convert uses | Stanislaw Halik | |
2014-11-23 | pt: avoid crash on startup/close with opencv/highgui/libv4l | Stanislaw Halik | |
2014-11-23 | pt: get resolution when frame arrives | Stanislaw Halik | |
2014-11-23 | pt: nix old camera code | Stanislaw Halik | |
2014-11-23 | remove "R" labels from cap for consistency | Stanislaw Halik | |
Issue: #96 | |||
2014-11-23 | remove dead code | Stanislaw Halik | |
2014-11-23 | remove obsolete commentopentrack-2.3-rc3 | Stanislaw Halik | |
2014-11-22 | pt: fix copy-paste bug in d_order logic | Stanislaw Halik | |
Issue: #63, #93 | |||
2014-11-22 | pt: restore original ypr code | Stanislaw Halik | |
2014-11-22 | pt: rename class to avoid further confusion | Stanislaw Halik | |
"FrameTrafo" isn't a word even. Rename to "Affine" | |||
2014-11-13 | model calibration had sign swapped | Stanislaw Halik | |
Issue: #93 | |||
2014-11-12 | pt: restore clip model pitch. remove workaround | Stanislaw Halik | |
Issue: #63, #93 | |||
2014-11-12 | pt: fix ui tab order | Stanislaw Halik | |
2014-11-11 | PT: change pitch sign yet again | Stanislaw Halik | |
Issue: #63 | |||
2014-11-11 | pt: align spinboxes with clip image | Stanislaw Halik | |
2014-11-10 | negate yaw, pitch, roll values | Stanislaw Halik | |
Submitted-by: @FlyingCircus- Issue: #63 | |||
2014-11-10 | nix debug display posit iter count | Stanislaw Halik | |
2014-11-10 | restore PT axis order swap | Stanislaw Halik | |
Reported-by: @FlyingCircus- Issue: #63 | |||
2014-11-09 | nix reset, doesn't do anything now | Stanislaw Halik | |
2014-11-09 | pt: fix pitch sign | Stanislaw Halik | |
This made clip dialog unusable. Reported-by: @FlyingCircus- Issue: #63 | |||
2014-11-09 | Revert "fix typos" | Stanislaw Halik | |
This reverts commit e74f029bf790342b1d3e0f11e5edf98c16946b08. | |||
2014-11-09 | fix typos | Stanislaw Halik | |
2014-11-07 | nix atan2 usage also in PT | Stanislaw Halik | |
Issue: #63 | |||
2014-11-03 | ui typo/size | Stanislaw Halik | |
2014-11-02 | add todo | Stanislaw Halik | |
2014-11-02 | fix axis swappage in PT | Stanislaw Halik | |
Issue: #63 Reported-by: @FlyingCircus- | |||
2014-11-02 | resize ui a bit | Stanislaw Halik | |
2014-11-02 | fixup after ce5bc536c5587fe48efd122e20ee3cafd41a0c74 | Stanislaw Halik | |
More code to remove. | |||
2014-10-29 | pt: remove even more dynamic pose remnants | Stanislaw Halik | |
Reported-by: @FlyingCircus- Issue: #63 Tested-by: video provided by @FlyingCircus- | |||
2014-10-27 | pt: remove manual camera rotation declaration | Stanislaw Halik | |
We do it in core. And if we don't, we have to! Issue: #63 | |||
2014-10-25 | pt: use identity as metric, not last | Stanislaw Halik | |
Issue: #63 Build soon to follow, @FlyingCircus- please test. | |||
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 |