Searched refs:nr_matches (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_matching.h | 142 int *id_l,int *id_r,int *nr_matches,const double H[9]=0); 234 int *id_l,int *id_r,int *nr_matches,const double H[9]=0,int affine=0);
|
D | db_feature_matching.cpp | 3102 …es_f(db_Bucket_f **bp_l,int nr_h,int nr_v,unsigned long target,int *id_l,int *id_r,int *nr_matches) in db_CollectMatches_f() argument 3136 *nr_matches=count; in db_CollectMatches_f() 3139 …es_u(db_Bucket_u **bp_l,int nr_h,int nr_v,unsigned long target,int *id_l,int *id_r,int *nr_matches) in db_CollectMatches_u() argument 3173 *nr_matches=count; in db_CollectMatches_u() 3227 int *id_l,int *id_r,int *nr_matches,const double H[9]) in Match() argument 3240 db_CollectMatches_f(m_bp_l,m_nr_h,m_nr_v,m_target,id_l,id_r,nr_matches); in Match() 3355 int *id_l,int *id_r,int *nr_matches,const double H[9],int affine) in Match() argument 3404 db_CollectMatches_u(m_bp_l,m_nr_h,m_nr_v,m_target,id_l,id_r,nr_matches); in Match()
|