Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-10-17 | pt: switch min/max point size to reals | Stanislaw Halik | |
2015-10-02 | pt: add histogram-based thresholding | Stanislaw Halik | |
Otsu-based thresholding doesn't work in normal lighting conditions. Sponsored-by: TrackHat | |||
2015-10-02 | pt: experimental auto threshold support | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-05 | pt: add wiki link for calibration instructions | Stanislaw Halik | |
2015-07-13 | pt, ht, aruco: use calibration data. rename fov to diagonal in UI | Stanislaw Halik | |
2015-07-06 | pt: initial camera dialog | Stanislaw Halik | |
2015-07-03 | pt: reintroduce dynamic pose timer | Stanislaw Halik | |
2015-06-19 | pt: remove hysteresis | Stanislaw Halik | |
No one used it, and we have a better solution for stable extraction, pending commit. | |||
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 | |||
2015-01-05 | pt: add informative text on calibration | Stanislaw Halik | |
2014-12-21 | pt, aruco: rename calibration buttons for clarityopentrack-2.3-rc7 | Stanislaw Halik | |
2014-12-21 | pt: millimeters as unit not centimeters | Stanislaw Halik | |
This text is purely decorational, any units can be used consistently. | |||
2014-12-20 | pt: set minimum size for model tab | 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-23 | remove "R" labels from cap for consistency | Stanislaw Halik | |
Issue: #96 | |||
2014-11-12 | pt: fix ui tab order | Stanislaw Halik | |
2014-11-11 | pt: align spinboxes with clip image | Stanislaw Halik | |
2014-11-03 | ui typo/size | Stanislaw Halik | |
2014-11-02 | resize ui a bit | Stanislaw Halik | |
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-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-22 | remove obsolete axis selector from trackers | Stanislaw Halik | |
2014-09-06 | rename case | 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 |