![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
トピック | |
| 行動認識 | |
| 顔認識 | |
| ジェスチャー認識 | |
| 人物姿勢推定 | |
| 画像レジストレーション | |
| 画像セグメンテーション(領域分割) | |
| 多視点ステレオマッチング | |
| 物体認識 | |
| 歩行者検出 | |
| SLAM | |
| 超解像 | |
| テキスト認識 | |
| トラッキング | |
datasetsモジュールには、さまざまなデータセットを扱うためのクラスが含まれている: データの読み込み、それらに対するさまざまなアルゴリズムの評価、ベンチマークの提供など。
以下を予定している:
クラス | |
| class | cv::datasets::Dataset |
| struct | 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>