Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lfeat::KeyPoint Class Reference

#include <KeyPoint.h>

Public Member Functions

 KeyPoint ()
 
 KeyPoint (const KeyPoint &k)
 
 KeyPoint (double x, double y, double s, double score, int trace)
 
KeyPointoperator= (const KeyPoint &k) throw ()
 
 ~KeyPoint ()
 
void allocVector (int iSize)
 

Public Attributes

double _x
 
double _y
 
double _scale
 
double _score
 
int _trace
 
double _ori
 
double_vec
 

Detailed Description

Definition at line 32 of file KeyPoint.h.

Constructor & Destructor Documentation

◆ KeyPoint() [1/3]

lfeat::KeyPoint::KeyPoint ( )
inline

Definition at line 54 of file KeyPoint.h.

◆ KeyPoint() [2/3]

lfeat::KeyPoint::KeyPoint ( const KeyPoint k)
inline

Definition at line 65 of file KeyPoint.h.

◆ KeyPoint() [3/3]

lfeat::KeyPoint::KeyPoint ( double  x,
double  y,
double  s,
double  score,
int  trace 
)
inline

Definition at line 59 of file KeyPoint.h.

◆ ~KeyPoint()

lfeat::KeyPoint::~KeyPoint ( )
inline

Definition at line 88 of file KeyPoint.h.

References _vec.

Member Function Documentation

◆ allocVector()

void lfeat::KeyPoint::allocVector ( int  iSize)
inline

Definition at line 96 of file KeyPoint.h.

References _vec, and threshold().

◆ operator=()

KeyPoint & lfeat::KeyPoint::operator= ( const KeyPoint k)
throw (
)
inline

Definition at line 72 of file KeyPoint.h.

References _x, and threshold().

Member Data Documentation

◆ _ori

double lfeat::KeyPoint::_ori

Definition at line 48 of file KeyPoint.h.

◆ _scale

double lfeat::KeyPoint::_scale

Definition at line 45 of file KeyPoint.h.

◆ _score

double lfeat::KeyPoint::_score

Definition at line 46 of file KeyPoint.h.

◆ _trace

int lfeat::KeyPoint::_trace

Definition at line 47 of file KeyPoint.h.

◆ _vec

double* lfeat::KeyPoint::_vec

Definition at line 50 of file KeyPoint.h.

Referenced by allocVector(), and ~KeyPoint().

◆ _x

double lfeat::KeyPoint::_x

Definition at line 44 of file KeyPoint.h.

Referenced by operator=().

◆ _y

double lfeat::KeyPoint::_y

Definition at line 44 of file KeyPoint.h.


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