Searched defs:allow_rotation (Results 1 - 4 of 4) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_image_homography.h114 allow_scaling, allow_rotation and allow_translation allow s,R and t
152 \param allow_rotation compute rotation (if 0, R=[I])
157 int allow_scaling=1,int allow_rotation=1,int allow_translation=1);
166 \param allow_rotation compute rotation (if 0, R=[I])
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)
133 if(allow_rotation)
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.cpp238 int allow_scaling,int allow_rotation,int allow_translation)
282 if(allow_rotation)
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.cpp704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; local
798 allow_rotation=1;
805 allow_rotation=1;
812 allow_rotation=0;
819 allow_rotation=1;
826 allow_rotation=1;
833 allow_rotation=0;
840 allow_rotation=0;
847 allow_rotation=1;
854 allow_rotation
[all...]

Completed in 448 milliseconds