OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。

詳細説明

HumanEvaデータセット

データセットの読み込みを実装する:

「HumanEva Dataset」: http://humaneva.is.tue.mpg.de

使用例:

  1. 上記リンクから HumanEva-I (tar) & HumanEva-II のデータセットファイルをダウンロードする。
  2. それらを HumanEva_1 & HumanEva_2 にそれぞれ展開する。
  3. データを読み込むには次を実行する:
    ./opencv/build/bin/example_datasets_hpe_humaneva -p=/home/user/path_to_unpacked_folders/

PARSEデータセット

データセットの読み込みを実装する:

「PARSE Dataset」: http://www.ics.uci.edu/~dramanan/papers/parse/

使用例:

  1. 上記リンクからデータセットファイルをダウンロードする: people.zip
  2. それを展開する。
  3. データを読み込むには次を実行する:
    ./opencv/build/bin/example_datasets_hpe_parse -p=/home/user/path_to_unpacked_folder/people_all/

クラス

class  cv::datasets::HPE_humaneva
 
struct  cv::datasets::HPE_humanevaObj
 
class  cv::datasets::HPE_parse
 
struct  cv::datasets::HPE_parseObj
 

列挙型

enum  cv::datasets::datasetType {
  cv::datasets::humaneva_1 = 1 ,
  cv::datasets::humaneva_2
}
 

列挙型詳解

◆ datasetType

#include <opencv2/datasets/hpe_humaneva.hpp>

列挙値
humaneva_1 
Python: cv.datasets.humaneva_1
humaneva_2 
Python: cv.datasets.humaneva_2