Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-04-14 | tracker/wii: kill unused variables | Stanislaw Halik | |
2019-04-14 | tracker/wii: kill static variables | Stanislaw Halik | |
2019-04-14 | tracker/wii: kill leading underscore in identifiers | Stanislaw Halik | |
2019-04-13 | tracker/kinect: set min dialog size, justify text | Stanislaw Halik | |
2019-04-13 | tracker/kinect: display license terms | Stanislaw Halik | |
2019-04-13 | tracker/wii: remove dead code | Stanislaw Halik | |
2019-04-13 | tracker/wii: fix opencv assert | Stanislaw Halik | |
Issue: #876 | |||
2019-04-13 | tracker/wii: fix typo | Stanislaw Halik | |
2019-04-13 | cmake: add more verbose error message | Stanislaw Halik | |
2019-04-12 | Kinect Tracker settings now showing telemetry notice as per EULA. | Stéphane Lenclud | |
Closes #929 | |||
2019-04-06 | cv: fix variable scope | Stanislaw Halik | |
Issue: #926 | |||
2019-04-06 | cmake: fix evil typo | Stanislaw Halik | |
2019-04-05 | cmake: fix pdb path install | Stanislaw Halik | |
Issue: #867 | |||
2019-04-05 | cmake: install shared libs only on win32 | Stanislaw Halik | |
Issue: #867 | |||
2019-04-05 | cmake: install shared opencv libraries | Stanislaw Halik | |
Issue: #867 Requested by: @Slion | |||
2019-04-05 | logic/pipeline: kill improper center mode | Stanislaw Halik | |
Issue: #912, #925 | |||
2019-04-05 | logic/extensions: kill for now | Stanislaw Halik | |
2019-04-05 | api: fix gcc | Stanislaw Halik | |
Issue: #926 | |||
2019-03-28 | tracker/kinect: kill magic number | Stanislaw Halik | |
2019-03-28 | tracker/kinect: fix IDE bug (no functional changes) | Stanislaw Halik | |
2019-03-28 | tracker/kinect: use C++11 style | Stanislaw Halik | |
2019-03-28 | tracker/kinect: get metadata only on first frame | Stanislaw Halik | |
2019-03-28 | tracker/kinect: avoid malloc | Stanislaw Halik | |
2019-03-28 | cmake: move around variant directories | Stanislaw Halik | |
2019-03-28 | tracker/test: use for testing yaw wraparound | Stanislaw Halik | |
Issue: #912 | |||
2019-03-28 | tracker/test: rename only | Stanislaw Halik | |
2019-03-28 | pose-widget: change octopus X/Y scale | Stanislaw Halik | |