Searched defs:Xp (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.h105 takes the nr_points inhomogenous 2D points X to Xp,
107 Xp and X we would have
109 Xp~
147 \param Xp (nr_points x 2) pointer to array of image points
156 double **Xp,double **X,int nr_points,int orientation_preserving=1,
161 \param Xp (nr_points x 2) pointer to array of image points
169 inline void db_StitchSimilarity2D(double H[9],double **Xp,double **X,int nr_points,int orientation_preserving=1, argument
174 db_StitchSimilarity2DRaw(&s,R,t,Xp,X,nr_points,orientation_preserving,
H A Ddb_framestitching.cpp81 double **Xp,double **X,int nr_points,int orientation_preserving,
92 db_PointCentroid3D(cp,Xp,nr_points);
105 temp_p= *Xp++;
80 db_StitchSimilarity3DRaw(double *scale,double R[9],double t[3], double **Xp,double **X,int nr_points,int orientation_preserving, int allow_scaling,int allow_rotation,int allow_translation) argument
H A Ddb_image_homography.cpp42 /*Compute two constraints on H generated by the correspondence (Xp,X),
43 assuming that Xp ~= H*X. No normalization is used*/
48 /*Find index of coordinate of Xp with largest absolute value*/
237 double **Xp,double **X,int nr_points,int orientation_preserving,
248 db_PointCentroid2D(cp,Xp,nr_points);
261 temp_p= *Xp++;
236 db_StitchSimilarity2DRaw(double *scale,double R[4],double t[2], double **Xp,double **X,int nr_points,int orientation_preserving, int allow_scaling,int allow_rotation,int allow_translation) argument
H A Ddb_rob_image_homography.cpp702 double *X[3],*Xp[3]; local
866 Xp[0]= &xp_i[s[0]<<1];
867 Xp[1]= &xp_i[s[1]<<1];
868 Xp[2]= &xp_i[s[2]<<1];
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving,
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.h105 takes the nr_points inhomogenous 2D points X to Xp,
107 Xp and X we would have
109 Xp~
147 \param Xp (nr_points x 2) pointer to array of image points
156 double **Xp,double **X,int nr_points,int orientation_preserving=1,
161 \param Xp (nr_points x 2) pointer to array of image points
169 inline void db_StitchSimilarity2D(double H[9],double **Xp,double **X,int nr_points,int orientation_preserving=1, argument
174 db_StitchSimilarity2DRaw(&s,R,t,Xp,X,nr_points,orientation_preserving,
H A Ddb_framestitching.cpp81 double **Xp,double **X,int nr_points,int orientation_preserving,
92 db_PointCentroid3D(cp,Xp,nr_points);
105 temp_p= *Xp++;
80 db_StitchSimilarity3DRaw(double *scale,double R[9],double t[3], double **Xp,double **X,int nr_points,int orientation_preserving, int allow_scaling,int allow_rotation,int allow_translation) argument
H A Ddb_image_homography.cpp42 /*Compute two constraints on H generated by the correspondence (Xp,X),
43 assuming that Xp ~= H*X. No normalization is used*/
48 /*Find index of coordinate of Xp with largest absolute value*/
237 double **Xp,double **X,int nr_points,int orientation_preserving,
248 db_PointCentroid2D(cp,Xp,nr_points);
261 temp_p= *Xp++;
236 db_StitchSimilarity2DRaw(double *scale,double R[4],double t[2], double **Xp,double **X,int nr_points,int orientation_preserving, int allow_scaling,int allow_rotation,int allow_translation) argument
H A Ddb_rob_image_homography.cpp702 double *X[3],*Xp[3]; local
866 Xp[0]= &xp_i[s[0]<<1];
867 Xp[1]= &xp_i[s[1]<<1];
868 Xp[2]= &xp_i[s[2]<<1];
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving,
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.h105 takes the nr_points inhomogenous 2D points X to Xp,
107 Xp and X we would have
109 Xp~
147 \param Xp (nr_points x 2) pointer to array of image points
156 double **Xp,double **X,int nr_points,int orientation_preserving=1,
161 \param Xp (nr_points x 2) pointer to array of image points
169 inline void db_StitchSimilarity2D(double H[9],double **Xp,double **X,int nr_points,int orientation_preserving=1, argument
174 db_StitchSimilarity2DRaw(&s,R,t,Xp,X,nr_points,orientation_preserving,
H A Ddb_framestitching.cpp81 double **Xp,double **X,int nr_points,int orientation_preserving,
92 db_PointCentroid3D(cp,Xp,nr_points);
105 temp_p= *Xp++;
80 db_StitchSimilarity3DRaw(double *scale,double R[9],double t[3], double **Xp,double **X,int nr_points,int orientation_preserving, int allow_scaling,int allow_rotation,int allow_translation) argument
H A Ddb_image_homography.cpp42 /*Compute two constraints on H generated by the correspondence (Xp,X),
43 assuming that Xp ~= H*X. No normalization is used*/
48 /*Find index of coordinate of Xp with largest absolute value*/
237 double **Xp,double **X,int nr_points,int orientation_preserving,
248 db_PointCentroid2D(cp,Xp,nr_points);
261 temp_p= *Xp++;
236 db_StitchSimilarity2DRaw(double *scale,double R[4],double t[2], double **Xp,double **X,int nr_points,int orientation_preserving, int allow_scaling,int allow_rotation,int allow_translation) argument
H A Ddb_rob_image_homography.cpp702 double *X[3],*Xp[3]; local
866 Xp[0]= &xp_i[s[0]<<1];
867 Xp[1]= &xp_i[s[1]<<1];
868 Xp[2]= &xp_i[s[2]<<1];
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving,

Completed in 83 milliseconds