Wondercoll
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Public Member Functions | Public Attributes | List of all members
CvFeatureTree Struct Reference

Classes

struct  deref
 

Public Member Functions

template<class __treetype >
void find_nn (CvMat *d, int k, int emax, CvMat *results, CvMat *dist)
 
template<class __treetype >
int find_ortho_range (CvMat *bounds_min, CvMat *bounds_max, CvMat *results)
 
 CvFeatureTree (const CvFeatureTree &x)
 
CvFeatureTreeoperator= (const CvFeatureTree &rhs)
 
 CvFeatureTree (CvMat *_mat)
 
 ~CvFeatureTree ()
 
int dims ()
 
int type ()
 
void find_nn (CvMat *d, int k, int emax, CvMat *results, CvMat *dist)
 
int find_ortho_range (CvMat *bounds_min, CvMat *bounds_max, CvMat *results)
 

Public Attributes

CvMatmat
 
void * data
 

Constructor & Destructor Documentation

CvFeatureTree::CvFeatureTree ( const CvFeatureTree x)
CvFeatureTree::CvFeatureTree ( CvMat _mat)
CvFeatureTree::~CvFeatureTree ( )

Member Function Documentation

int CvFeatureTree::dims ( )
template<class __treetype >
void CvFeatureTree::find_nn ( CvMat d,
int  k,
int  emax,
CvMat results,
CvMat dist 
)
void CvFeatureTree::find_nn ( CvMat d,
int  k,
int  emax,
CvMat results,
CvMat dist 
)
template<class __treetype >
int CvFeatureTree::find_ortho_range ( CvMat bounds_min,
CvMat bounds_max,
CvMat results 
)
int CvFeatureTree::find_ortho_range ( CvMat bounds_min,
CvMat bounds_max,
CvMat results 
)
CvFeatureTree& CvFeatureTree::operator= ( const CvFeatureTree rhs)
int CvFeatureTree::type ( )

Member Data Documentation

void* CvFeatureTree::data
CvMat* CvFeatureTree::mat

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