![]() |
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>