WaldBoost 检测器。 更多…
#include <opencv2/xobjdetect.hpp>
◆ ~WBDetector()
virtual cv::xobjdetect::WBDetector::~WBDetector |
( |
| ) |
|
|
内联虚函数 |
◆ create()
◆ detect()
virtual void cv::xobjdetect::WBDetector::detect |
( |
const Mat & | img, |
|
|
std::vector< Rect > & | bboxes, |
|
|
std::vector< double > & | confidences ) |
|
纯虚函数 |
使用 WaldBoost 检测器检测图像上的目标。
- 参数
-
img | 用于检测的输入图像 |
bboxes | 边界框坐标输出向量 |
confidences | 边界框的置信度值输出向量 |
◆ read()
virtual void cv::xobjdetect::WBDetector::read |
( |
const FileNode & | node | ) |
|
|
纯虚函数 |
◆ train()
virtual void cv::xobjdetect::WBDetector::train |
( |
const std::string & | pos_samples, |
|
|
const std::string & | neg_imgs ) |
|
纯虚函数 |
训练 WaldBoost 检测器。
- 参数
-
pos_samples | 包含裁剪后的正样本的目录路径 |
neg_imgs | 包含负样本(背景)图像的目录路径 |
◆ write()
virtual void cv::xobjdetect::WBDetector::write |
( |
FileStorage & | fs | ) |
const |
|
纯虚函数 |
此类的文档是从以下文件生成的: