summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/tracker-easy.h
AgeCommit message (Collapse)Author
2019-05-19Easy Tracker: Fix #945 trivial warnings.Stéphane Lenclud
Also fixing broken build.
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-24Adding support for four points model.Stéphane Lenclud
Can't get it to work correctly though.
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: 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: Fixing issues with preview head point cross.Stéphane Lenclud
2019-04-24Easy Tracker: Renaming settings.Stéphane Lenclud
2019-04-24EasyTracker: Adding namespace. Reducing number of classes.Stéphane Lenclud
2019-04-24Easy Tracker: Renaming frame to preview.Stéphane Lenclud
2019-04-24Easy Tracker: Deleting legacy point extractor. Various clean-up. Head center ↵Stéphane Lenclud
preview now working.
2019-04-24Easy Tracker: OpenCV point extractor.Stéphane Lenclud
2019-04-24Easy Tracker: removing legacy point tracker camera architecture.Stéphane Lenclud
2019-04-24Easy Tracker: Renaming some filesStéphane Lenclud