Video Processing Framework
Keypoint Class Reference

#include <keypoint.h>

List of all members.

Public Member Functions

 Keypoint ()
 Keypoint (float x, float y)
 Keypoint (float x, float y, vector< double > const &m, vector< double > const &o, unsigned int s)

Public Attributes

float xi
float yi
vector< double > mag
vector< double > orien
unsigned int scale

Constructor & Destructor Documentation

Keypoint::Keypoint ( ) [inline]
Keypoint::Keypoint ( float  x,
float  y 
) [inline]
Keypoint::Keypoint ( float  x,
float  y,
vector< double > const &  m,
vector< double > const &  o,
unsigned int  s 
) [inline]

Member Data Documentation

vector<double> Keypoint::mag
vector<double> Keypoint::orien
unsigned int Keypoint::scale
float Keypoint::xi
float Keypoint::yi

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines