Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-04 | pt: change extraction code | Stanislaw Halik | |
Point size is now specified by its radius. Points are extracted in one pass, using multiple passes caused missed detection for some users. Circularity is now displayed as part of overlay. Points are now sorted by circularity, which is our confidence metric. Tracker code ignores additional points, keeping only those with the highest confidence metric. | |||
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-18 | pt, aruco: another take at focal length formula | Stanislaw Halik | |
Aspect ratio is meant to be viewport's ratio, not diagonal to axis. | |||
2015-07-26 | pt: preventing crashing on camera manipulation | Stanislaw Halik | |
2015-07-24 | standardize on not using "using namespace {cv,std}" | Stanislaw Halik | |
2015-07-24 | Revert "pt: change point internal representation"opentrack-2.3-rc15p1 | Stanislaw Halik | |
This reverts commit e89c2b1034692eb1365715a089b7035e6d837719. Issue: #199 | |||
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 ftnoir code | Stanislaw Halik | |
2015-07-20 | pt: cleanup some data races | Stanislaw Halik | |
2015-07-20 | pt: use calibration | Stanislaw Halik | |
Issue: #190 | |||
2015-07-20 | pt: change point internal representation | Stanislaw Halik | |
Store points as pixel coordinates, not -0.5->0.5. This has no effect on tracking as POSIT is robust enough not to care. | |||
2015-07-19 | don't set thread affinity for anything | Stanislaw Halik | |
Fixes #174 | |||
2015-07-16 | all: use macros for symbol exposure | 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-06 | prevent redefinition error by qt moc | Stanislaw Halik | |
2015-07-03 | pt: reintroduce dynamic pose timer | Stanislaw Halik | |
2015-07-03 | fix crash on msvc | Stanislaw Halik | |
2015-06-16 | pt: rename for consistency with trackhat | Stanislaw Halik | |
We're going to merge to trackhat often so let's not introduce needless conflicts. PT headers need to be include-able. | |||
2015-06-10 | pt: issue with duplicate symbols on including dshow.h in two files | Stanislaw Halik | |
Let's work around it by including dshow.h in only one file | |||
2015-06-05 | all: pin computation threads to specific cores | Stanislaw Halik | |
2015-06-03 | pt: pass -Wall -Wextra | Stanislaw Halik | |
2015-06-01 | pt, aruco, ht: select camera by name, not index | Stanislaw Halik | |
2015-03-25 | pt: don't return zeros when last frame had no result | Stanislaw Halik | |
2015-03-17 | this doesn't make sense | Stanislaw Halik | |
Snuck in at db456083 | |||
2015-03-17 | pt: fix(?) for the head center position marker | DaMichel | |
Conflicts: ftnoir_tracker_pt/ftnoir_tracker_pt.cpp | |||
2015-03-13 | pt: swap Y and Z for model center display | Stanislaw Halik | |
Issue: #106 Confirmed by cap calibration video. | |||
2015-02-17 | pt: calibrate only if pose received | Stanislaw Halik | |
Otherwise breaks center-on-startup logic. | |||
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-24 | pt: make translation consistent with model position | Stanislaw Halik | |
Issue: #106 | |||
2015-01-24 | Revert "pt: calibration X sign needn't inverting" | Stanislaw Halik | |
This reverts commit 1a407734e2b5215df5548480a70562338f85a85d. | |||
2015-01-24 | pt: retrieve current pose under lock | Stanislaw Halik | |
2015-01-18 | pt: calibration X sign needn't inverting | Stanislaw Halik | |
Issue: #106 | |||
2015-01-05 | copy centering code from 2.2 | Stanislaw Halik | |
Issue: #106 Signs of XYZ are the same, it turns out. It's the display value that needs adjusting. Tested on @FlyingCircus- video. | |||
2015-01-05 | pt: change pose() prototype | Stanislaw Halik | |
Return a pose, don't copy it to passed param | |||
2014-12-30 | pt: undo swap axis for data, and for display | Stanislaw Halik | |
Issue: #106 | |||
2014-12-21 | pt: show model center in different color to avoid confusion | Stanislaw Halik | |
2014-12-20 | pt: fix calibration wrong sign | Stanislaw Halik | |
Issue: #106 | |||
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-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-24 | timer: split start/elapsed. convert uses | Stanislaw Halik | |
2014-11-23 | remove dead code | Stanislaw Halik | |
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-12 | pt: restore clip model pitch. remove workaround | Stanislaw Halik | |
Issue: #63, #93 | |||
2014-11-11 | PT: change pitch sign yet again | Stanislaw Halik | |
Issue: #63 | |||
2014-11-10 | negate yaw, pitch, roll values | Stanislaw Halik | |
Submitted-by: @FlyingCircus- Issue: #63 | |||
2014-11-10 | restore PT axis order swap | Stanislaw Halik | |
Reported-by: @FlyingCircus- Issue: #63 |