Home | History | Annotate | Download | only in src

Lines Matching refs:CvMat

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