Searched refs:allow_scaling (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_framestitching.h46 allow_scaling, allow_rotation and allow_translation allow s,R and t
83 \param allow_scaling estimate scale
89 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
H A Ddb_image_homography.h114 allow_scaling, allow_rotation and allow_translation allow s,R and t
151 \param allow_scaling compute scale (if 0, scale=1)
157 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
165 \param allow_scaling compute scale (if 0, scale=1)
170 int allow_scaling=1,int allow_rotation=1,int allow_translation=1)
175 allow_scaling,allow_rotation,allow_translation);
169 db_StitchSimilarity2D(double H[9],double **Xp,double **X,int nr_points,int orientation_preserving=1, int allow_scaling=1,int allow_rotation=1,int allow_translation=1) argument
H A Ddb_framestitching.cpp82 int allow_scaling,int allow_rotation,int allow_translation)
128 if(allow_scaling) sc=sqrt(db_SafeDivision(sp,s));
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_rob_image_homography.cpp704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; local
797 allow_scaling=1;
804 allow_scaling=1;
811 allow_scaling=0;
818 allow_scaling=0;
825 allow_scaling=0;
832 allow_scaling=1;
839 allow_scaling=1;
846 allow_scaling=0;
853 allow_scaling
[all...]
H A Ddb_image_homography.cpp238 int allow_scaling,int allow_rotation,int allow_translation)
277 if(allow_scaling) sc=sqrt(db_SafeDivision(sp,s));
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

Completed in 7 milliseconds