Searched refs:orientation_preserving (Results 1 – 5 of 5) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_rob_image_homography.cpp | 704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; in db_RobImageHomography() local 796 orientation_preserving=1; in db_RobImageHomography() 803 orientation_preserving=0; in db_RobImageHomography() 810 orientation_preserving=1; in db_RobImageHomography() 817 orientation_preserving=1; in db_RobImageHomography() 824 orientation_preserving=0; in db_RobImageHomography() 831 orientation_preserving=1; in db_RobImageHomography() 838 orientation_preserving=1; in db_RobImageHomography() 845 orientation_preserving=1; in db_RobImageHomography() 852 orientation_preserving=1; in db_RobImageHomography() [all …]
|
D | db_image_homography.h | 156 double **Xp,double **X,int nr_points,int orientation_preserving=1, 169 …b_StitchSimilarity2D(double H[9],double **Xp,double **X,int nr_points,int orientation_preserving=1, 174 db_StitchSimilarity2DRaw(&s,R,t,Xp,X,nr_points,orientation_preserving,
|
D | db_framestitching.cpp | 81 double **Xp,double **X,int nr_points,int orientation_preserving, in db_StitchSimilarity3DRaw() argument 135 if(orientation_preserving) in db_StitchSimilarity3DRaw()
|
D | db_image_homography.cpp | 237 double **Xp,double **X,int nr_points,int orientation_preserving, in db_StitchSimilarity2DRaw() argument 306 if(!orientation_preserving && (Aacc2!=0.0 || Bacc2!=0.0)) in db_StitchSimilarity2DRaw()
|
D | db_framestitching.h | 88 double **Xp,double **X,int nr_points,int orientation_preserving=1,
|