summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/point-extractor.cpp
AgeCommit message (Collapse)Author
2019-04-24Easy Tracker: Moving things around and theoretical data structure usage ↵Stéphane Lenclud
optimization.
2019-04-24Easy Tracker: Removing point extractor interface. Using cv::Point instead of ↵Stéphane Lenclud
vec2.
2019-04-24Easy Tracker: Using C++ style cv constants.Stéphane Lenclud
2019-04-24Easy Tracker: Removed area check from bounding box validation. Using simpler ↵Stéphane Lenclud
contours.
2019-04-24Easy Tracker: Renaming settings.Stéphane Lenclud