Age | Commit message (Collapse) | Author |
|
|
|
|
|
Issue: #975
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set up CI with Azure Pipelines
|
|
|
|
[skip ci]
|
|
Fixes proto/freetrack
Issue: #983
|
|
This should fix CI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #726
|
|
|
|
|
|
|
|
|
|
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()'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #967
|
|
|
|
|
|
|
|
|
|
Issue: #967
|
|
|
|
|
|
|
|
|