![]() |
OpenCV 4.10.0
开源计算机视觉库
|
#include <opencv2/tracking/tracking_legacy.hpp>
公有成员函数 | |
| void | read (const FileNode &fn) |
| void | write (FileStorage &fs) const |
从 cv::TrackerMIL::Params 继承的公有成员函数 | |
| Params () | |
额外继承的成员 | |
从 cv::TrackerMIL::Params 继承的公有属性 | |
| int | featureSetNumFeatures |
| float | samplerInitInRadius |
| 用于在初始化期间收集正样本的半径 | |
| int | samplerInitMaxNegNum |
| float | samplerSearchWinSize |
| 搜索窗口的大小 | |
| float | samplerTrackInRadius |
| 用于在跟踪期间收集正样本的半径 | |
| int | samplerTrackMaxNegNum |
| int | samplerTrackMaxPosNum |
| void cv::legacy::TrackerMIL::Params::read | ( | const FileNode & | fn | ) |
| void cv::legacy::TrackerMIL::Params::write | ( | FileStorage & | fs | ) | const |
1.9.8 于 2024 年 6 月 2 日星期日 21:52:18 为 OpenCV 生成