OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
cv::detail::ImageFeatures Struct Reference

Structure containing image keypoints and descriptors. More...

#include "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

UMat cv::detail::ImageFeatures::descriptors
int cv::detail::ImageFeatures::img_idx
Size cv::detail::ImageFeatures::img_size
std::vector<KeyPoint> cv::detail::ImageFeatures::keypoints

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