Age | Commit message (Expand) | Author |
2019-04-29 | kill some logspam | Stanislaw Halik |
2019-04-29 | tracker/{easy,pt,wii}: update `ensure_size' | Stanislaw Halik |
2019-04-29 | video: break camera API | Stanislaw Halik |
2019-04-29 | cv: gather common init code | Stanislaw Halik |
2019-04-29 | video/opencv: fix crash with obscure backends | Stanislaw Halik |
2019-04-29 | compat/timer: fix multiply overflow | Stanislaw Halik |
2019-04-29 | compat/timer: check status code on OSX | Stanislaw Halik |
2019-04-29 | logic/pipeline: debug sleep times | Stanislaw Halik |
2019-04-29 | compat: allow naming threads for debugging | Stanislaw Halik |
2019-04-28 | Merge pull request #937 from opentrack/easy-tracker-more-models | Stanislaw Halik |
2019-04-28 | compat/timer: simplify | Stanislaw Halik |
2019-04-28 | try fix warning in #726 | Stanislaw Halik |
2019-04-28 | Easy Tracker: Auto center configurable from settings.easy-tracker-more-models | Stéphane Lenclud |
2019-04-28 | Easy Tracker: Removing support for specific models such as clip and cap. | Stéphane Lenclud |
2019-04-28 | Easy Track: Five points model support. | Stéphane Lenclud |
2019-04-28 | Easy Tracker: Adding basic bad pose filter based on pitch consistency. | Stéphane Lenclud |
2019-04-28 | Easy Tracker: UI rework for custom model with three, four or five vertices. | Stéphane Lenclud |
2019-04-27 | Easy Tracker: Auto center when user removes her hat. | Stéphane Lenclud |
2019-04-25 | Merge pull request #934 from opentrack/pr/kinect-detection | Stanislaw Halik |
2019-04-25 | proto/mouse: fix vertical movement wraparound | Stanislaw Halik |
2019-04-24 | Adding support for four points model. | Stéphane Lenclud |
2019-04-24 | video/kinect: don't list when device not present | Stanislaw Halik |
2019-04-24 | tracker/aruco: install if shared | Stanislaw Halik |
2019-04-24 | options/value: kill copy ctor | Stanislaw Halik |
2019-04-24 | fixup! tracker/easy: add compile test for newer opencv | Stanislaw Halik |
2019-04-24 | tracker/easy: add check for other modules | Stanislaw Halik |
2019-04-24 | tracker/easy: fix warns | Stanislaw Halik |
2019-04-24 | pose-widget: fix back-face check | Stanislaw Halik |
2019-04-24 | options: add missing value::is_null() checks | Stanislaw Halik |
2019-04-24 | cmake: kill link_libraries win32 kludge | Stanislaw Halik |
2019-04-24 | cmake: kill -Wheader-hygiene | Stanislaw Halik |
2019-04-24 | cmake: do compile tests w/o linking | Stanislaw Halik |
2019-04-24 | cmake: allow install lib by path | Stanislaw Halik |
2019-04-24 | cmake: fix otr_module(... SUBDIRS ...) | Stanislaw Halik |
2019-04-24 | tracker/easy: add compile test for newer opencv | Stanislaw Halik |
2019-04-24 | tracker/aruco: fix compile test cache variable name | Stanislaw Halik |
2019-04-24 | Easy Tracker: Settings clean-up and rearrangement. | Stéphane Lenclud |
2019-04-24 | Easy Tracker: PNP solver now a settings option. | Stéphane Lenclud |
2019-04-24 | Easy Tracker: Deadzone implementation to minimize noise. | Stéphane Lenclud |
2019-04-24 | EasyTracker: Now using a timer. | Stéphane Lenclud |
2019-04-24 | Easy Tracker: built-in Kalman filter. | Stéphane Lenclud |
2019-04-24 | Easy Tracker: Experimented with erode/dilate and mean/cam shift. It does not ... | Stéphane Lenclud |
2019-04-24 | Easy Tracker: Moving things around and theoretical data structure usage optim... | Stéphane Lenclud |
2019-04-24 | Easy Tracker: Mostly code clean-up. | Stéphane Lenclud |
2019-04-24 | Easy Tracker: Cheap way to dramatically improve CPU usage. Now displaying FPS... | Stéphane Lenclud |
2019-04-24 | Easy Tracker: Improved solver managements of data structures. | Stéphane Lenclud |
2019-04-24 | Easy Tracker: Removing point extractor interface. Using cv::Point instead of ... | Stéphane Lenclud |
2019-04-24 | Easy Tracker: Using C++ style cv constants. | Stéphane Lenclud |
2019-04-24 | Easy Tracker: Making full size preview optional | Stéphane Lenclud |
2019-04-24 | Easy Tracker: Minor changes to preview. | Stéphane Lenclud |