![]() |
OpenCV 4.12.0
开源计算机视觉
|
主题 | |
| 行为识别 | |
| 人脸识别 | |
| 手势识别 | |
| 人体姿态估计 | |
| 图像配准 | |
| 图像分割 | |
| 多视图立体匹配 | |
| 目标识别 | |
| 行人检测 | |
| SLAM | |
| 超分辨率 | |
| 文本识别 | |
| 跟踪 | |
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 & | 路径 | ) |
#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>