OpenCV 4.10.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

此结构体的文档是从以下文件生成的