OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::detail::ImageFeatures 結構體參考

包含影像關鍵點和描述符的結構體。 更多...

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

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

此結構體的文件生成自以下檔案