Home
last modified time | relevance | path

Searched refs:homography_type (Results 1 – 4 of 4) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp417 …rozen_coord,double H[9],int point_count,double *x_i,double *xp_i,int homography_type,double one_ov… in db_RobImageHomography_Jacobians_Generic() argument
435 switch(homography_type) in db_RobImageHomography_Jacobians_Generic()
513 …eHomographyUpdateGeneric(double H_p_dx[9],double H[9],double *dx,int homography_type,int frozen_co… in db_ImageHomographyUpdateGeneric() argument
515 switch(homography_type) in db_ImageHomographyUpdateGeneric()
567 void db_RobCamRotation_Polish_Generic(double H[9],int point_count,int homography_type,double *x_i,d… in db_RobCamRotation_Polish_Generic() argument
583 …ians_Generic(JtJ_ref,min_Jtf,&n,&frozen_coord,H,point_count,x_i,xp_i,homography_type,one_over_scal… in db_RobCamRotation_Polish_Generic()
596 db_ImageHomographyUpdateGeneric(H_p_dx,H,dx,homography_type,frozen_coord); in db_RobCamRotation_Polish_Generic()
646 int homography_type, in db_RobImageHomography() argument
781 switch(homography_type) in db_RobImageHomography()
793 switch(homography_type) in db_RobImageHomography()
[all …]
Ddb_rob_image_homography.h110 int homography_type=DB_HOMOGRAPHY_TYPE_DEFAULT,
142 DB_API void db_RobCamRotation_Polish_Generic(double H[9],int point_count,int homography_type,
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.h155 int homography_type = DB_HOMOGRAPHY_TYPE_DEFAULT,
175 void ResetHomographyType(int homography_type) { m_homography_type = homography_type; } in ResetHomographyType() argument
Ddbreg.cpp148 int homography_type, in Init() argument
194 m_homography_type = homography_type; in Init()