Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-06 | tracker/easy: Adding support for Clip models where three vertices are ↵ | Stéphane Lenclud | |
arranged from top to bottom. Close #1145 | |||
2020-09-02 | tracker/easy: Disable Kinect distortion coefficients usage thus notably ↵ | Stéphane Lenclud | |
fixing badly broken Z component in translation vector. Close #1141 Close #1020 | |||
2020-03-29 | tracker/easy: kill msvc warnings | Stanislaw Halik | |
2019-07-05 | tracker/easy: fix some warnings | Stanislaw Halik | |
2019-07-05 | Revert "tracker/easy: don't recreate preview all the time" | Stanislaw Halik | |
2019-07-05 | tracker/easy: fix crash on quick exit | Stanislaw Halik | |
Avoid a crash when `cv::destroyWindow()` gets called before `Tracker::Tick()' ever gets to run. | |||
2019-07-05 | tracker/easy: avoid race & crash on exit | Stanislaw Halik | |
cv::destroyWindow() can't be called along with `cv::imshow()' in progress from another thread. Moreover, `cv::waitKey()' doesn't work without any windows present. Also check for preview enablement to avoid a crash in `cv::destroyWindow()'. | |||
2019-07-05 | tracker/easy: don't recreate preview all the time | Stanislaw Halik | |
2019-06-26 | tracker/easy: fix -Wall -Wextra -Wpedantic | Stanislaw Halik | |
Notice to: @SLion | |||
2019-05-19 | Easy Tracker: Fix #945 trivial warnings. | Stéphane Lenclud | |
Also fixing broken build. | |||
2019-05-19 | Easy Tracker: Fixing deadlock occurring after changing ticker timer interval. | Stéphane Lenclud | |
Was mostly affecting color cameras. Not attempting to extract points from color buffer any more. | |||
2019-05-02 | tracker/{aruco,easy,pt}: bail out when camera missing | Stanislaw Halik | |
2019-04-29 | video: break camera API | Stanislaw Halik | |
2019-04-29 | cv: gather common init code | Stanislaw Halik | |
2019-04-28 | Easy Tracker: Auto center configurable from settings.easy-tracker-more-models | Stéphane Lenclud | |
2019-04-28 | Easy Tracker: Removing support for specific models such as clip and cap. | Stéphane Lenclud | |
Only generic model supported from now on. Removing vestige from calibration stuff. Changing version to 1.0. | |||
2019-04-28 | Easy Track: Five points model support. | Stéphane Lenclud | |
Because we can! | |||
2019-04-28 | Easy Tracker: Adding basic bad pose filter based on pitch consistency. | Stéphane Lenclud | |
Working toward five vertices support. | |||
2019-04-28 | Easy Tracker: UI rework for custom model with three, four or five vertices. | Stéphane Lenclud | |
More settings can be changed live without have to restart the tracker. Fixing a few deadlock issues. | |||
2019-04-27 | Easy Tracker: Auto center when user removes her hat. | Stéphane Lenclud | |
2019-04-24 | Adding support for four points model. | Stéphane Lenclud | |
Can't get it to work correctly though. | |||
2019-04-24 | Easy Tracker: PNP solver now a settings option. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Deadzone implementation to minimize noise. | Stéphane Lenclud | |
Added Deadzone pixels size to settings. Clip and Custom model settings tabs disabled. | |||
2019-04-24 | EasyTracker: Now using a timer. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: built-in Kalman filter. | Stéphane Lenclud | |
It's hard to tell if it brings much though. | |||
2019-04-24 | Easy Tracker: Moving things around and theoretical data structure usage ↵ | Stéphane Lenclud | |
optimization. | |||
2019-04-24 | Easy Tracker: Mostly code clean-up. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Cheap way to dramatically improve CPU usage. Now displaying ↵ | Stéphane Lenclud | |
FPS info on frame preview. | |||
2019-04-24 | Easy Tracker: Improved solver managements of data structures. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Removing point extractor interface. Using cv::Point instead of ↵ | Stéphane Lenclud | |
vec2. | |||
2019-04-24 | Easy Tracker: Making full size preview optional | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Fixing issues with preview head point cross. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Renaming settings. | Stéphane Lenclud | |
2019-04-24 | Kinect: IR camera now provides raw 16 bits buffer. | Stéphane Lenclud | |
Easy Tracker: Support for 16 bits and RGB frame buffers. | |||
2019-04-24 | Easy Tracker: Sorting out UI and logo issues. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Disabling debug output | Stéphane Lenclud | |
2019-04-24 | EasyTracker: Adding namespace. Reducing number of classes. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Deleting legacy point extractor. Various clean-up. Head center ↵ | Stéphane Lenclud | |
preview now working. | |||
2019-04-24 | Easy Tracker: OpenCV point extractor. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: removing legacy point tracker camera architecture. | Stéphane Lenclud | |
2019-04-24 | Easy Tracker: Renaming some files | Stéphane Lenclud | |