summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-04-24Easy Tracker: Experimented with erode/dilate and mean/cam shift. It does not ...Stéphane Lenclud
2019-04-24Easy Tracker: Moving things around and theoretical data structure usage optim...Stéphane Lenclud
2019-04-24Easy Tracker: Mostly code clean-up.Stéphane Lenclud
2019-04-24Easy Tracker: Cheap way to dramatically improve CPU usage. Now displaying FPS...Stéphane Lenclud
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
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
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-24Kinect: IR camera now provides raw 16 bits buffer.Stéphane Lenclud
2019-04-24Easy Tracker: Sorting out UI and logo issues.Stéphane Lenclud
2019-04-24Easy Tracker: Disabling debug outputStéphane Lenclud
2019-04-24Easy Tracker: logo update.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
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
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
2019-04-24Adding Euler angles computation and distortion coefficient.Stéphane Lenclud
2019-04-24First solveP3P results that are looking consistent.Stéphane Lenclud
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
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
2019-04-13tracker/wii: fix typoStanislaw Halik
2019-04-13cmake: add more verbose error messageStanislaw Halik