Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-28 | Easy Tracker: Adding basic bad pose filter based on pitch consistency. | Stéphane Lenclud | |
Working toward five vertices support. | |||
2019-04-28 | Easy 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-27 | Easy Tracker: Auto center when user removes her hat. | Stéphane Lenclud | |
2019-04-24 | Adding support for four points model. | Stéphane Lenclud | |
Can't get it to work correctly though. | |||
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 | |
Added Deadzone pixels size to settings. Clip and Custom model settings tabs disabled. | |||
2019-04-24 | EasyTracker: Now using a timer. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: built-in Kalman filter. | Stéphane Lenclud | |
It's hard to tell if it brings much though. | |||
2019-04-24 | Easy Tracker: Experimented with erode/dilate and mean/cam shift. It does not ↵ | Stéphane Lenclud | |
bring much. | |||
2019-04-24 | Easy Tracker: Moving things around and theoretical data structure usage ↵ | Stéphane Lenclud | |
optimization. | |||
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 ↵ | Stéphane Lenclud | |
FPS info on frame preview. | |||
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 | |
vec2. | |||
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 | |
2019-04-24 | Easy Tracker: Removed area check from bounding box validation. Using simpler ↵ | Stéphane Lenclud | |
contours. | |||
2019-04-24 | Easy Tracker: Fixing issues with preview head point cross. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Renaming settings. | Stéphane Lenclud | |
2019-04-24 | Kinect: IR camera now provides raw 16 bits buffer. | Stéphane Lenclud | |
Easy Tracker: Support for 16 bits and RGB frame buffers. | |||
2019-04-24 | Easy Tracker: Sorting out UI and logo issues. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Disabling debug output | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: logo update. | Stéphane Lenclud | |
2019-04-24 | EasyTracker: Adding namespace. Reducing number of classes. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Renaming frame to preview. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Deleting legacy point extractor. Various clean-up. Head center ↵ | Stéphane Lenclud | |
preview now working. | |||
2019-04-24 | Easy Tracker: OpenCV point extractor. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Support for single channel camera frames. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Renaming coordinates utility class. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: removing legacy point tracker camera architecture. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Renaming some files | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Removing base static library. | Stéphane Lenclud | |
2019-04-24 | Renaming Points Tracker to Easy Tracker. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Preview cross hair now showing top point. | Stéphane Lenclud | |
Deleting home made P3P solver we branched from pt now that our OpenCV solution is working. | |||
2019-04-24 | Translations now in centimetres. | Stéphane Lenclud | |
2019-04-24 | Tracker now providing OpenCV data. | Stéphane Lenclud | |
2019-04-24 | Fixing look-up of top point after realizing that our bitmap origin is top left. | Stéphane Lenclud | |
Fixing cap clip model. Using OpenCV APIs to get Euler angles, though it's possibly slower as it is doing a bunch of other things too. It looks like angles are correct except that we are getting some yaw when pitching down. | |||
2019-04-24 | Adding Euler angles computation and distortion coefficient. | Stéphane Lenclud | |
Angles values are being funny though, looks like it will take some serious debugging to get something that makes sense. Though I guess from there we should try feeding the OpenCV computed value to OpenTrack and trash the original pt tracker code. | |||
2019-04-24 | First solveP3P results that are looking consistent. | Stéphane Lenclud | |
Translation vector in meters seems to be spot on. Rotation angles still need to be computed. Radial distortion still need to be taken into account. | |||
2019-04-24 | Hacking my way through to cv::solveP3P usage. | Stéphane Lenclud | |
2019-04-24 | Create Points Tracker based on original Point Tracker. | Stéphane Lenclud | |
2019-04-16 | opentrack: avoid QWidget::raise() unless on OSX | Stanislaw Halik | |
2019-04-16 | logic/pipeline: make debug code more bearable | Stanislaw Halik | |
2019-04-16 | compat/timer: simplify stuff | Stanislaw Halik | |
2019-04-16 | compat/arch: fix pragma scope | Stanislaw Halik | |
2019-04-14 | tracker/pt: camera is never NULL | Stanislaw Halik | |
2019-04-14 | tracker/wii: try fixing camera stop | Stanislaw Halik | |
It's still not enabled due to my lacking an actual Wii device. | |||
2019-04-14 | tracker/wii: appease clang-tidy | Stanislaw Halik | |