Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-26 | merge unstable | Stanislaw Halik | |
2015-07-26 | pt camera: small tweaks | Stanislaw Halik | |
2015-07-26 | pt: preventing crashing on camera manipulation | Stanislaw Halik | |
2015-07-26 | pt: stop crashing on camera ops | Stanislaw Halik | |
2015-07-26 | trackhat pt: style changes | Stanislaw Halik | |
2015-07-25 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |
2015-07-25 | fix integral/float confusion | Stanislaw Halik | |
2015-07-24 | standardize on not using "using namespace {cv,std}" | Stanislaw Halik | |
2015-07-24 | Merge branch 'unstable' into trackhat-ui | 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 | Merge branch 'unstable' into trackhat-ui | 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 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
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-20 | cleanup invalid recursive mutex acquisitions | Stanislaw Halik | |
2015-07-20 | plug in race in camera release | Stanislaw Halik | |
We can crash if start/stop pressed fast eventually. | |||
2015-07-20 | cleanup ftnoir code | Stanislaw Halik | |
2015-07-20 | pt: display label only once | Stanislaw Halik | |
2015-07-20 | pt: cleanup some data races | Stanislaw Halik | |
2015-07-20 | Merge branch 'unstable' into trackhat-ui | 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-20 | camera: more robust get_info() | Stanislaw Halik | |
If camera was barely created and there's no info, grab the first frame to get resolution data. | |||
2015-07-20 | add my copyright to some more code | Stanislaw Halik | |
2015-07-19 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-19 | don't set thread affinity for anything | Stanislaw Halik | |
Fixes #174 | |||
2015-07-17 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-16 | all: use macros for symbol exposure | Stanislaw Halik | |
2015-07-14 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-13 | pt, ht, aruco: use calibration data. rename fov to diagonal in UI | Stanislaw Halik | |
2015-07-13 | reformat only | Stanislaw Halik | |
2015-07-08 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-08 | retab and reformat only | Stanislaw Halik | |
2015-07-06 | Merge branch 'unstable' into trackhat-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-04 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-03 | pt: use default cap dimensions | Stanislaw Halik | |
Reported-by: Mathijs Groothuis Issue: #180 | |||
2015-07-03 | pt: default to "standard" clip dimensions | Stanislaw Halik | |
Suggested-by: Mathijs Groothuis Issue: #180 | |||
2015-07-03 | pt: reintroduce dynamic pose timer | Stanislaw Halik | |
2015-07-03 | fix crash on msvc | Stanislaw Halik | |
2015-07-01 | Merge branch 'unstable' of github.com:opentrack/opentrack into trackhat-ui | Stanislaw Halik | |
2015-07-01 | pt: show color frame in widget | Stanislaw Halik | |
2015-07-01 | pt: fix sqrt eps | Stanislaw Halik | |
2015-07-01 | pt: use iterative contour detector | Stanislaw Halik | |
2015-06-19 | pt: extractor algorithm based on OpenCV's SimpleBlobDetector | Stanislaw Halik | |
Tunables are probably wrong, we'll get to that later. | |||
2015-06-19 | pt: remove hysteresis | Stanislaw Halik | |
No one used it, and we have a better solution for stable extraction, pending commit. | |||
2015-06-18 | minor fixes now | Stanislaw Halik | |
2015-06-18 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
Conflicts: ftnoir_tracker_pt/point_extractor.cpp |