Elliptic region around an interest point.  
 More...
#include <opencv2/xfeatures2d.hpp>
|  | 
|  | Elliptic_KeyPoint () | 
|  | 
|  | Elliptic_KeyPoint (Point2f pt, float angle, Size axes, float size, float si) | 
|  | 
| virtual | ~Elliptic_KeyPoint () | 
|  | 
|  | KeyPoint () | 
|  | the default constructor 
 | 
|  | 
|  | KeyPoint (Point2f _pt, float _size, float _angle=-1, float _response=0, int _octave=0, int _class_id=-1) | 
|  | 
|  | KeyPoint (float x, float y, float _size, float _angle=-1, float _response=0, int _octave=0, int _class_id=-1) | 
|  | 
| size_t | hash () const | 
|  | 
|  | 
| Size_< float > | axes | 
|  | the lengths of the major and minor ellipse axes 
 | 
|  | 
| float | si | 
|  | the integration scale at which the parameters were estimated 
 | 
|  | 
| Matx23f | transf | 
|  | the transformation between image space and local patch space 
 | 
|  | 
| float | angle | 
|  | 
| int | class_id | 
|  | object class (if the keypoints need to be clustered by an object they belong to) 
 | 
|  | 
| int | octave | 
|  | octave (pyramid layer) from which the keypoint has been extracted 
 | 
|  | 
| Point2f | pt | 
|  | coordinates of the keypoints 
 | 
|  | 
| float | response | 
|  | the response by which the most strong keypoints have been selected. Can be used for the further sorting or subsampling 
 | 
|  | 
| float | size | 
|  | diameter of the meaningful keypoint neighborhood 
 | 
|  | 
Elliptic region around an interest point. 
      
        
          | cv::xfeatures2d::Elliptic_KeyPoint::Elliptic_KeyPoint | ( |  | ) |  | 
      
 
 
      
        
          | cv::xfeatures2d::Elliptic_KeyPoint::Elliptic_KeyPoint | ( | Point2f | pt, | 
        
          |  |  | float | angle, | 
        
          |  |  | Size | axes, | 
        
          |  |  | float | size, | 
        
          |  |  | float | si | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | virtual cv::xfeatures2d::Elliptic_KeyPoint::~Elliptic_KeyPoint | ( |  | ) |  |  | virtual | 
 
 
      
        
          | Size_<float> cv::xfeatures2d::Elliptic_KeyPoint::axes | 
      
 
the lengths of the major and minor ellipse axes 
 
 
      
        
          | float cv::xfeatures2d::Elliptic_KeyPoint::si | 
      
 
the integration scale at which the parameters were estimated 
 
 
      
        
          | Matx23f cv::xfeatures2d::Elliptic_KeyPoint::transf | 
      
 
the transformation between image space and local patch space 
 
 
The documentation for this class was generated from the following file: