summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy
AgeCommit message (Collapse)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
Added Deadzone pixels size to settings. Clip and Custom model settings tabs disabled.
2019-04-19EasyTracker: Now using a timer.Stéphane Lenclud
2019-04-18Easy Tracker: built-in Kalman filter.Stéphane Lenclud
It's hard to tell if it brings much though.
2019-04-17Easy Tracker: Experimented with erode/dilate and mean/cam shift. It does not ↵Stéphane Lenclud
bring much.
2019-04-16Easy Tracker: Moving things around and theoretical data structure usage ↵Stéphane Lenclud
optimization.
2019-04-16Easy Tracker: Mostly code clean-up.Stéphane Lenclud
2019-04-16Easy Tracker: Cheap way to dramatically improve CPU usage. Now displaying ↵Stéphane Lenclud
FPS info on frame preview.
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
vec2.
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
contours.
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
Easy Tracker: Support for 16 bits and RGB frame buffers.
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
preview now working.
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