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

画像のキーポイントと記述子を格納する構造体。続き...

#include <opencv2/stitching/detail/matchers.hpp>

Collaboration diagram for cv::detail::ImageFeatures:

公開メンバ関数

std::vector< KeyPointgetKeypoints ()
 

公開変数類

UMat descriptors
 
int img_idx
 
Size img_size
 
std::vector< KeyPointkeypoints
 

詳細説明

画像のキーポイントと記述子を格納する構造体。

メンバ関数詳解

◆ getKeypoints()

std::vector< KeyPoint > cv::detail::ImageFeatures::getKeypoints ( )
inline

メンバ変数詳解

◆ descriptors

UMat cv::detail::ImageFeatures::descriptors

◆ img_idx

int cv::detail::ImageFeatures::img_idx

◆ img_size

Size cv::detail::ImageFeatures::img_size

◆ keypoints

std::vector<KeyPoint> cv::detail::ImageFeatures::keypoints

この構造体詳解は次のファイルから抽出されました: