summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui
AgeCommit message (Collapse)Author
2015-07-13pt, ht, aruco: use calibration data. rename fov to diagonal in UIStanislaw Halik
2015-07-06pt: initial camera dialogStanislaw Halik
2015-07-03pt: reintroduce dynamic pose timerStanislaw Halik
2015-06-19pt: remove hysteresisStanislaw Halik
No one used it, and we have a better solution for stable extraction, pending commit.
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-01-05pt: add informative text on calibrationStanislaw Halik
2014-12-21pt, aruco: rename calibration buttons for clarityopentrack-2.3-rc7Stanislaw Halik
2014-12-21pt: millimeters as unit not centimetersStanislaw Halik
This text is purely decorational, any units can be used consistently.
2014-12-20pt: set minimum size for model tabStanislaw Halik
2014-12-15pt: match input boxes with images better in dialogStanislaw Halik
2014-12-14pt: use settings frameworkStanislaw 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-14pt: set correct focal length from camera fovopentrack-2.3-rc6Stanislaw 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-23remove "R" labels from cap for consistencyStanislaw Halik
Issue: #96
2014-11-12pt: fix ui tab orderStanislaw Halik
2014-11-11pt: align spinboxes with clip imageStanislaw Halik
2014-11-03ui typo/sizeStanislaw Halik
2014-11-02resize ui a bitStanislaw Halik
2014-10-27pt: remove manual camera rotation declarationStanislaw Halik
We do it in core. And if we don't, we have to! Issue: #63
2014-09-22PT tracker feature removalStanislaw Halik
Some PT features got under the knife: - dynamic pose resolution velocity prediction model - tracker dialog's tracker tab - focal length coefficient
2014-09-22dos2unix onlyStanislaw Halik
2014-09-22remove obsolete axis selector from trackersStanislaw Halik
2014-09-06rename caseStanislaw Halik
2013-03-22finish renameStanislaw Halik
2013-03-22Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!!Stanislaw Halik
.git/config: [core] ignorecase = false