Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-25 | fix integral/float confusion | Stanislaw Halik | |
2015-07-24 | standardize on not using "using namespace {cv,std}" | Stanislaw Halik | |
2015-07-20 | for now remove calibration support | Stanislaw Halik | |
PT tracker returns garbage when calibrating, Z is zero. Maybe can be reverted and fixed later. | |||
2015-07-20 | cleanup #ifdefs | Stanislaw Halik | |
We're the only maintainer of the PT tracker now, so don't clutter the file so much. | |||
2015-07-03 | pt: reintroduce dynamic pose timer | Stanislaw Halik | |
2015-02-17 | pt: start with all zeros if no pose supplied | Stanislaw Halik | |
Issue: #106 | |||
2015-02-01 | bring back dynamic pose resolution following user outrageopentrack-2.3-rc9 | Stanislaw Halik | |
Uses a simpler method without computing point velocities. Issues: #112, #126 | |||
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-20 | pt: fix d_order logic | Stanislaw Halik | |
Issue: #107 | |||
2014-12-18 | pt: use 2d coordinates only for d_order | Stanislaw Halik | |
Issue: #107 | |||
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-22 | pt: fix copy-paste bug in d_order logic | Stanislaw Halik | |
Issue: #63, #93 | |||
2014-11-10 | nix debug display posit iter count | Stanislaw Halik | |
2014-11-09 | nix reset, doesn't do anything now | Stanislaw Halik | |
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-25 | pt: use identity as metric, not last | Stanislaw Halik | |
Issue: #63 Build soon to follow, @FlyingCircus- please test. | |||
2014-09-23 | decruft PT more, so it doesn't crash finally | 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-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 | Run dos2unix on the tree. No user-facing changes. | Stanislaw Halik | |
2013-04-02 | Just put everything new in. Conflict resolution will be later | Stanislaw Halik | |
2013-03-22 | Remove .bat files, actually finish rename this time | Stanislaw Halik | |
2013-03-22 | finish rename | Stanislaw Halik | |
2013-03-22 | Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!! | Stanislaw Halik | |
.git/config: [core] ignorecase = false |