Lines Matching refs:CvMat
61 CvMat* mat;
62 deref(CvMat* _mat) : mat(_mat) { in deref()
79 CvMat* mat;
83 void find_nn(CvMat* d, int k, int emax, CvMat* results, CvMat* dist) { in find_nn()
118 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, in find_ortho_range()
119 CvMat* results) { in find_ortho_range()
135 CvFeatureTree(CvMat* _mat) : mat(_mat) { in CvFeatureTree()
162 void find_nn(CvMat* d, int k, int emax, CvMat* results, CvMat* dist) { in find_nn()
170 int find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, in find_ortho_range()
171 CvMat* results) { in find_ortho_range()
186 CvFeatureTree* cvCreateFeatureTree(CvMat* desc) { in cvCreateFeatureTree()
207 void cvFindFeatures(CvFeatureTree* tr, CvMat* desc, in cvFindFeatures()
208 CvMat* results, CvMat* dist, int k, int emax) { in cvFindFeatures()
228 CvMat* old_desc = desc; in cvFindFeatures()
243 CvMat* bounds_min, CvMat* bounds_max, in cvFindFeaturesBoxed()
244 CvMat* results) { in cvFindFeaturesBoxed()
264 CvMat* old_bounds_min = bounds_min; in cvFindFeaturesBoxed()
268 CvMat* old_bounds_max = bounds_max; in cvFindFeaturesBoxed()