![]() |
OpenCV 4.13.0
开源计算机视觉库 (Open Source Computer Vision)
|
主题 | |
| 动作识别 | |
| 人脸识别 | |
| 手势识别 | |
| 人体姿态估计 | |
| 图像配准 | |
| 图像分割 | |
| 多视图立体匹配 | |
| 对象识别 | |
| 行人检测 | |
| SLAM | |
| 超分辨率 | |
| 文本识别 | |
| Tracking | |
datasets 模块包含用于处理不同数据集的类:加载数据、在数据上评估不同算法、包含基准测试等。
计划包含
类 | |
| 类 | cv::datasets::Dataset |
| 结构体 | cv::datasets::Object |
函数 | |
| void | cv::datasets::createDirectory (const std::string &path) |
| void | cv::datasets::getDirList (const std::string &dirName, std::vector< std::string > &fileNames) |
| void | cv::datasets::split (const std::string &s, std::vector< std::string > &elems, char delim) |
| void cv::datasets::createDirectory | ( | const std::string & | path | ) |
#include <opencv2/datasets/util.hpp>
| void cv::datasets::getDirList | ( | const std::string & | dirName, |
| std::vector< std::string > & | fileNames ) |
#include <opencv2/datasets/util.hpp>
| void cv::datasets::split | ( | const std::string & | s, |
| std::vector< std::string > & | elems, | ||
| char | delim ) |
#include <opencv2/datasets/util.hpp>