summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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: Support for single channel camera frames.Stéphane Lenclud
2019-04-24Easy Tracker: Renaming coordinates utility class.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
2019-04-24Easy Tracker: Removing base static library.Stéphane Lenclud
2019-04-24Renaming Points Tracker to Easy Tracker.Stéphane Lenclud
2019-04-24Easy 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-24Translations now in centimetres.Stéphane Lenclud
2019-04-24Tracker now providing OpenCV data.Stéphane Lenclud
2019-04-24Fixing 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-24Adding 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-24First 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-24Hacking my way through to cv::solveP3P usage.Stéphane Lenclud
2019-04-24Create Points Tracker based on original Point Tracker.Stéphane Lenclud
2019-04-16opentrack: avoid QWidget::raise() unless on OSXStanislaw Halik
2019-04-16logic/pipeline: make debug code more bearableStanislaw Halik
2019-04-16compat/timer: simplify stuffStanislaw Halik
2019-04-16compat/arch: fix pragma scopeStanislaw Halik
2019-04-14tracker/pt: camera is never NULLStanislaw Halik
2019-04-14tracker/wii: try fixing camera stopStanislaw Halik
It's still not enabled due to my lacking an actual Wii device.
2019-04-14tracker/wii: appease clang-tidyStanislaw Halik
2019-04-14tracker/wii: kill unused variablesStanislaw Halik
2019-04-14tracker/wii: kill static variablesStanislaw Halik
2019-04-14tracker/wii: kill leading underscore in identifiersStanislaw Halik
2019-04-13tracker/kinect: set min dialog size, justify textStanislaw Halik
2019-04-13tracker/kinect: display license termsStanislaw Halik
2019-04-13tracker/wii: remove dead codeStanislaw Halik
2019-04-13tracker/wii: fix opencv assertStanislaw Halik
Issue: #876
2019-04-13tracker/wii: fix typoStanislaw Halik
2019-04-13cmake: add more verbose error messageStanislaw Halik
2019-04-12Kinect Tracker settings now showing telemetry notice as per EULA.Stéphane Lenclud
Closes #929
2019-04-06cv: fix variable scopeStanislaw Halik
Issue: #926
2019-04-06cmake: fix evil typoStanislaw Halik
2019-04-05cmake: fix pdb path installStanislaw Halik
Issue: #867
2019-04-05cmake: install shared libs only on win32Stanislaw Halik
Issue: #867
2019-04-05cmake: install shared opencv librariesStanislaw Halik
Issue: #867 Requested by: @Slion
2019-04-05logic/pipeline: kill improper center modeStanislaw Halik
Issue: #912, #925
2019-04-05logic/extensions: kill for nowStanislaw Halik
2019-04-05api: fix gccStanislaw Halik
Issue: #926
2019-03-28tracker/kinect: kill magic numberStanislaw Halik
2019-03-28tracker/kinect: fix IDE bug (no functional changes)Stanislaw Halik
2019-03-28tracker/kinect: use C++11 styleStanislaw Halik
2019-03-28tracker/kinect: get metadata only on first frameStanislaw Halik
2019-03-28tracker/kinect: avoid mallocStanislaw Halik
2019-03-28cmake: move around variant directoriesStanislaw Halik
2019-03-28tracker/test: use for testing yaw wraparoundStanislaw Halik
Issue: #912
2019-03-28tracker/test: rename onlyStanislaw Halik