summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-04-29cv: gather common init codeStanislaw Halik
2019-04-29video/opencv: fix crash with obscure backendsStanislaw Halik
Issue: #726
2019-04-29compat/timer: fix multiply overflowStanislaw Halik
2019-04-29compat/timer: check status code on OSXStanislaw Halik
2019-04-29logic/pipeline: debug sleep timesStanislaw Halik
2019-04-29compat: allow naming threads for debuggingStanislaw Halik
2019-04-28Merge pull request #937 from opentrack/easy-tracker-more-modelsStanislaw Halik
Easy tracker more models
2019-04-28compat/timer: simplifyStanislaw Halik
That long double cast shouldn't exist though.
2019-04-28try fix warning in #726Stanislaw Halik
2019-04-28Easy Tracker: Auto center configurable from settings.easy-tracker-more-modelsStéphane Lenclud
2019-04-28Easy Tracker: Removing support for specific models such as clip and cap.Stéphane Lenclud
Only generic model supported from now on. Removing vestige from calibration stuff. Changing version to 1.0.
2019-04-28Easy Track: Five points model support.Stéphane Lenclud
Because we can!
2019-04-28Easy Tracker: Adding basic bad pose filter based on pitch consistency.Stéphane Lenclud
Working toward five vertices support.
2019-04-28Easy Tracker: UI rework for custom model with three, four or five vertices.Stéphane Lenclud
More settings can be changed live without have to restart the tracker. Fixing a few deadlock issues.
2019-04-27Easy Tracker: Auto center when user removes her hat.Stéphane Lenclud
2019-04-25Merge pull request #934 from opentrack/pr/kinect-detectionStanislaw Halik
video/kinect: don't list when device not present
2019-04-25proto/mouse: fix vertical movement wraparoundStanislaw Halik
2019-04-24Adding support for four points model.Stéphane Lenclud
Can't get it to work correctly though.
2019-04-24video/kinect: don't list when device not presentStanislaw Halik
2019-04-24tracker/aruco: install if sharedStanislaw Halik
2019-04-24options/value: kill copy ctorStanislaw Halik
2019-04-24fixup! tracker/easy: add compile test for newer opencvStanislaw Halik
2019-04-24tracker/easy: add check for other modulesStanislaw Halik
2019-04-24tracker/easy: fix warnsStanislaw Halik
2019-04-24pose-widget: fix back-face checkStanislaw Halik
This should really be using proper algebra.
2019-04-24options: add missing value::is_null() checksStanislaw Halik
2019-04-24cmake: kill link_libraries win32 kludgeStanislaw Halik
2019-04-24cmake: kill -Wheader-hygieneStanislaw Halik
2019-04-24cmake: do compile tests w/o linkingStanislaw Halik
2019-04-24cmake: allow install lib by pathStanislaw Halik
2019-04-24cmake: fix otr_module(... SUBDIRS ...)Stanislaw Halik
2019-04-24tracker/easy: add compile test for newer opencvStanislaw Halik
2019-04-24tracker/aruco: fix compile test cache variable nameStanislaw Halik
2019-04-24Easy Tracker: Settings clean-up and rearrangement.Stéphane Lenclud
2019-04-24Easy Tracker: PNP solver now a settings option.Stéphane Lenclud
2019-04-24Easy Tracker: Deadzone implementation to minimize noise.Stéphane Lenclud
Added Deadzone pixels size to settings. Clip and Custom model settings tabs disabled.
2019-04-24EasyTracker: Now using a timer.Stéphane Lenclud
2019-04-24Easy Tracker: built-in Kalman filter.Stéphane Lenclud
It's hard to tell if it brings much though.
2019-04-24Easy Tracker: Experimented with erode/dilate and mean/cam shift. It does not ↵Stéphane Lenclud
bring much.
2019-04-24Easy Tracker: Moving things around and theoretical data structure usage ↵Stéphane Lenclud
optimization.
2019-04-24Easy Tracker: Mostly code clean-up.Stéphane Lenclud
2019-04-24Easy Tracker: Cheap way to dramatically improve CPU usage. Now displaying ↵Stéphane Lenclud
FPS info on frame preview.
2019-04-24Easy Tracker: Improved solver managements of data structures.Stéphane Lenclud
2019-04-24Easy Tracker: Removing point extractor interface. Using cv::Point instead of ↵Stéphane Lenclud
vec2.
2019-04-24Easy Tracker: Using C++ style cv constants.Stéphane Lenclud
2019-04-24Easy Tracker: Making full size preview optionalStéphane Lenclud
2019-04-24Easy Tracker: Minor changes to preview.Stéphane Lenclud
2019-04-24Easy Tracker: Removed area check from bounding box validation. Using simpler ↵Stéphane Lenclud
contours.
2019-04-24Easy Tracker: Fixing issues with preview head point cross.Stéphane Lenclud
2019-04-24Easy Tracker: Renaming settings.Stéphane Lenclud