OpenCV  3.4.16
Open Source Computer Vision
Public Attributes | List of all members
cv::detail::ImageFeatures Struct Reference

Structure containing image keypoints and descriptors. More...

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

Public Attributes

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

Detailed Description

Structure containing image keypoints and descriptors.

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: