OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::detail::ImageFeatures Struct Reference

Structure containing image keypoints and descriptors. More...

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

Collaboration diagram for cv::detail::ImageFeatures:

Public Member Functions

std::vector< KeyPointgetKeypoints ()
 

Public Attributes

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

Detailed Description

Structure containing image keypoints and descriptors.

Member Function Documentation

◆ getKeypoints()

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

References cv::detail::computeImageFeatures(), CV_EXPORTS_AS, CV_EXPORTS_W, CV_OUT, cv::gapi::mask(), and cv::noArray().

Here is the call graph for this function:

Member Data Documentation

◆ 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

The documentation for this struct was generated from the following file: