summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-04-21Easy Tracker: Settings clean-up and rearrangement.opencv-point-trackerStéphane Lenclud
2019-04-21Easy Tracker: PNP solver now a settings option.Stéphane Lenclud
2019-04-20Easy Tracker: Deadzone implementation to minimize noise.Stéphane Lenclud
2019-04-19EasyTracker: Now using a timer.Stéphane Lenclud
2019-04-18Easy Tracker: built-in Kalman filter.Stéphane Lenclud
2019-04-17Easy Tracker: Experimented with erode/dilate and mean/cam shift. It does not ...Stéphane Lenclud
2019-04-16Easy Tracker: Moving things around and theoretical data structure usage optim...Stéphane Lenclud
2019-04-16Easy Tracker: Mostly code clean-up.Stéphane Lenclud
2019-04-16Easy Tracker: Cheap way to dramatically improve CPU usage. Now displaying FPS...Stéphane Lenclud
2019-04-15Easy Tracker: Improved solver managements of data structures.Stéphane Lenclud
2019-04-15Easy Tracker: Removing point extractor interface. Using cv::Point instead of ...Stéphane Lenclud
2019-04-15Easy Tracker: Using C++ style cv constants.Stéphane Lenclud
2019-04-15Easy Tracker: Making full size preview optionalStéphane Lenclud
2019-04-15Easy Tracker: Minor changes to preview.Stéphane Lenclud
2019-04-14Easy Tracker: Removed area check from bounding box validation. Using simpler ...Stéphane Lenclud
2019-04-14Easy Tracker: Fixing issues with preview head point cross.Stéphane Lenclud
2019-04-14Easy Tracker: Renaming settings.Stéphane Lenclud
2019-04-14Kinect: IR camera now provides raw 16 bits buffer.Stéphane Lenclud
2019-04-13Easy Tracker: Sorting out UI and logo issues.Stéphane Lenclud
2019-04-13Easy Tracker: Disabling debug outputStéphane Lenclud
2019-04-13Easy Tracker: logo update.Stéphane Lenclud
2019-04-13EasyTracker: Adding namespace. Reducing number of classes.Stéphane Lenclud
2019-04-13Easy Tracker: Renaming frame to preview.Stéphane Lenclud
2019-04-13Easy Tracker: Deleting legacy point extractor. Various clean-up. Head center ...Stéphane Lenclud
2019-04-13Easy Tracker: OpenCV point extractor.Stéphane Lenclud
2019-04-13Easy Tracker: Support for single channel camera frames.Stéphane Lenclud
2019-04-12Easy Tracker: Renaming coordinates utility class.Stéphane Lenclud
2019-04-12Easy Tracker: removing legacy point tracker camera architecture.Stéphane Lenclud
2019-04-12Easy Tracker: Renaming some filesStéphane Lenclud
2019-04-12Easy Tracker: Removing base static library.Stéphane Lenclud
2019-04-12Renaming Points Tracker to Easy Tracker.Stéphane Lenclud
2019-04-12Easy Tracker: Preview cross hair now showing top point.Stéphane Lenclud
2019-04-12Translations now in centimetres.Stéphane Lenclud
2019-04-12Tracker now providing OpenCV data.Stéphane Lenclud
2019-04-12Fixing look-up of top point after realizing that our bitmap origin is top left.Stéphane Lenclud
2019-04-12Adding Euler angles computation and distortion coefficient.Stéphane Lenclud
2019-04-12First solveP3P results that are looking consistent.Stéphane Lenclud
2019-04-12Hacking my way through to cv::solveP3P usage.Stéphane Lenclud
2019-04-12Create Points Tracker based on original Point Tracker.Stéphane Lenclud
2019-04-12Kinect Tracker settings now showing telemetry notice as per EULA.Stéphane Lenclud
2019-04-06cv: fix variable scopeStanislaw Halik
2019-04-06cmake: fix evil typoStanislaw Halik
2019-04-05cmake: fix pdb path installStanislaw Halik
2019-04-05cmake: install shared libs only on win32Stanislaw Halik
2019-04-05cmake: install shared opencv librariesStanislaw Halik
2019-04-05logic/pipeline: kill improper center modeStanislaw Halik
2019-04-05logic/extensions: kill for nowStanislaw Halik
2019-04-05api: fix gccStanislaw Halik
2019-03-28tracker/kinect: kill magic numberStanislaw Halik
2019-03-28tracker/kinect: fix IDE bug (no functional changes)Stanislaw Halik