OpenCV  2.4.13
Open Source Computer Vision
cv::BaseKeypoint Struct Reference

#include <legacy.hpp>

Public Member Functions

 BaseKeypoint ()
 
 BaseKeypoint (int _x, int _y, IplImage *_image)
 

Public Attributes

int x
 
int y
 
IplImageimage
 

Constructor & Destructor Documentation

cv::BaseKeypoint::BaseKeypoint ( )
inline
cv::BaseKeypoint::BaseKeypoint ( int  _x,
int  _y,
IplImage _image 
)
inline

Member Data Documentation

IplImage* cv::BaseKeypoint::image
int cv::BaseKeypoint::x
int cv::BaseKeypoint::y

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