Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp698 double H_temp[9],H_temp2[9]; in db_RobImageHomography() local
1006 db_Copy9(H_temp,hyp_H_array+9*hyp_perm[best_pos]); in db_RobImageHomography()
1011 …point_count_new = db_RemoveOutliers_Homography(H_temp,x_i,xp_i,wp,im,im_p,im_r,im_raw,im_raw_p,poi… in db_RobImageHomography()
1031 …db_RobCamRotation_Polish_Generic(H_temp,db_mini(point_count,max_points),homography_type,x_i,xp_i,o… in db_RobImageHomography()
1034 …db_RobCamRotation_Polish(H_temp,db_mini(point_count,max_points),x_i,xp_i,one_over_scale2,max_itera… in db_RobImageHomography()
1041 else db_Identity3x3(H_temp); in db_RobImageHomography()
1073 …db_RobImageHomography_Statistics(H_temp,db_mini(point_count,max_points),x_i,xp_i,one_over_scale2,s… in db_RobImageHomography()
1076 db_Multiply3x3_3x3(H_temp2,H_temp,K_inv); in db_RobImageHomography()