Home | History | Annotate | Download | only in db_vlvm

Lines Matching refs:db_Bucket_f

2621 db_Bucket_f** db_AllocBuckets_f(int nr_h,int nr_v,int bd)
2624 db_Bucket_f **bp,*b;
2626 b=new db_Bucket_f [(nr_h+2)*(nr_v+2)];
2627 bp=new db_Bucket_f* [(nr_v+2)];
2661 void db_FreeBuckets_f(db_Bucket_f **bp,int nr_h,int nr_v)
2685 void db_EmptyBuckets_f(db_Bucket_f **bp,int nr_h,int nr_v)
2697 float* db_FillBuckets_f(float *patch_space,const float * const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners)
2700 db_Bucket_f *br;
2785 float* db_FillBucketsPrewarped_f(float *patch_space,const float *const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners,const double H[9])
2788 db_Bucket_f *br;
3024 inline void db_MatchPointAgainstBucket_f(db_PointInfo_f *pir_l,db_Bucket_f *b_r,
3048 void db_MatchBuckets_f(db_Bucket_f **bp_l,db_Bucket_f **bp_r,int nr_h,int nr_v,
3052 db_Bucket_f *br;
3102 void db_CollectMatches_f(db_Bucket_f **bp_l,int nr_h,int nr_v,unsigned long target,int *id_l,int *id_r,int *nr_matches)
3106 db_Bucket_f *br;