Searched refs:x_r (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h126 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
132 * \param x_r right x coordinates of features
141 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
216 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
222 * \param x_r right x coordinates of features
233 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
H A Ddb_feature_matching.cpp2929 int x_l,y_l,x_r,y_r,xm,ym; local
2934 x_r=pir_r->x;
2936 xm=x_l-x_r;
3226 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
3233 if(H==0) db_FillBuckets_f(ps,r_img,m_bp_r,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_r,y_r,nr_r);
3234 else db_FillBucketsPrewarped_f(ps,r_img,m_bp_r,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_r,y_r,nr_r,H);
3354 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
3362 db_FillBuckets_u(ps,r_img,m_bp_r,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_r,y_r,nr_r,m_use_smaller_matching_window,m_use_21);
3393 x_r,y_r,nr_r,H,Hinv,warpbounds,affine);
3396 db_FillBucketsPrewarped_u(ps,r_img,m_bp_r,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_r,y_
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h126 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
132 * \param x_r right x coordinates of features
141 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
216 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
222 * \param x_r right x coordinates of features
233 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
H A Ddb_feature_matching.cpp2929 int x_l,y_l,x_r,y_r,xm,ym; local
2934 x_r=pir_r->x;
2936 xm=x_l-x_r;
3226 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
3233 if(H==0) db_FillBuckets_f(ps,r_img,m_bp_r,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_r,y_r,nr_r);
3234 else db_FillBucketsPrewarped_f(ps,r_img,m_bp_r,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_r,y_r,nr_r,H);
3354 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
3362 db_FillBuckets_u(ps,r_img,m_bp_r,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_r,y_r,nr_r,m_use_smaller_matching_window,m_use_21);
3393 x_r,y_r,nr_r,H,Hinv,warpbounds,affine);
3396 db_FillBucketsPrewarped_u(ps,r_img,m_bp_r,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_r,y_
[all...]

Completed in 247 milliseconds