Home
last modified time | relevance | path

Searched refs:Xp (Results 1 – 5 of 5) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_image_homography.h156 double **Xp,double **X,int nr_points,int orientation_preserving=1,
169 inline void db_StitchSimilarity2D(double H[9],double **Xp,double **X,int nr_points,int orientation_…
174 db_StitchSimilarity2DRaw(&s,R,t,Xp,X,nr_points,orientation_preserving,
Ddb_framestitching.cpp81 double **Xp,double **X,int nr_points,int orientation_preserving, in db_StitchSimilarity3DRaw() argument
92 db_PointCentroid3D(cp,Xp,nr_points); in db_StitchSimilarity3DRaw()
105 temp_p= *Xp++; in db_StitchSimilarity3DRaw()
Ddb_image_homography.cpp237 double **Xp,double **X,int nr_points,int orientation_preserving, in db_StitchSimilarity2DRaw() argument
248 db_PointCentroid2D(cp,Xp,nr_points); in db_StitchSimilarity2DRaw()
261 temp_p= *Xp++; in db_StitchSimilarity2DRaw()
Ddb_rob_image_homography.cpp702 double *X[3],*Xp[3]; in db_RobImageHomography() local
866 Xp[0]= &xp_i[s[0]<<1]; in db_RobImageHomography()
867 Xp[1]= &xp_i[s[1]<<1]; in db_RobImageHomography()
868 Xp[2]= &xp_i[s[2]<<1]; in db_RobImageHomography()
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving, in db_RobImageHomography()
Ddb_framestitching.h88 double **Xp,double **X,int nr_points,int orientation_preserving=1,