/
Alx89
/
OpenCV
Обзор
Документация
Войти
/
Alx89
/
OpenCV
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.x
modules/video/src/tracking/tracker.cpp
19 строк
336 B
Alexander Alekhin
Merge pull request #18838 from alalek:video_tracking_api
18 ноя 2020, 14:04
Не верифицирован
18 ноя 2020, 14:04
aab6362
Код
Авторство
О чём код?
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html. #include "../precomp.hpp" namespace cv { Tracker::Tracker() { // nothing } Tracker::~Tracker() { // nothing } } // namespace cv