Lines Matching defs:CvFeatureTree
54 struct CvFeatureTree { struct
57 struct deref {
79 CvMat* mat;
80 void* data;
83 void find_nn(CvMat* d, int k, int emax, CvMat* results, CvMat* dist) { in find_nn()
132 CvFeatureTree(const CvFeatureTree& x); argument
135 CvFeatureTree(CvMat* _mat) : mat(_mat) { in CvFeatureTree() argument
149 ~CvFeatureTree() { in ~CvFeatureTree() argument
153 int dims() { in dims()
158 int type() { in type()
162 void find_nn(CvMat* d, int k, int emax, CvMat* results, CvMat* dist) { in find_nn()
186 CvFeatureTree* cvCreateFeatureTree(CvMat* desc) { in cvCreateFeatureTree() argument