Age | Commit message (Collapse) | Author |
|
|
|
|
|
Avoid a crash when `cv::destroyWindow()` gets called before
`Tracker::Tick()' ever gets to run.
|
|
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()'.
|
|
|
|
Notice to: @SLion
|
|
|
|
Also fixing broken build.
|
|
Was mostly affecting color cameras.
Not attempting to extract points from color buffer any more.
|
|
|
|
|
|
|
|
|
|
Easy tracker more models
|
|
|
|
Only generic model supported from now on.
Removing vestige from calibration stuff.
Changing version to 1.0.
|
|
Because we can!
|
|
Working toward five vertices support.
|
|
More settings can be changed live without have to restart the tracker.
Fixing a few deadlock issues.
|
|
|
|
Can't get it to work correctly though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added Deadzone pixels size to settings.
Clip and Custom model settings tabs disabled.
|
|
|
|
It's hard to tell if it brings much though.
|
|
bring much.
|
|
optimization.
|
|
|
|
FPS info on frame preview.
|
|
|
|
vec2.
|
|
|
|
|
|
|
|
contours.
|
|
|
|
|
|
Easy Tracker: Support for 16 bits and RGB frame buffers.
|
|
|
|
|
|
|
|
|
|
|
|
preview now working.
|
|
|