Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_image_homography.cpp183 double *hyp_point,ft; in db_StitchRotationCommonFocalLength_3Points() local
208 hyp_point=hyp+9*i; in db_StitchRotationCommonFocalLength_3Points()
209 db_StitchCameraRotation_2Points(hyp_point,x1_temp,x2_temp,xp1_temp,xp2_temp); in db_StitchRotationCommonFocalLength_3Points()
210 hyp_point[2]*=ft; in db_StitchRotationCommonFocalLength_3Points()
211 hyp_point[5]*=ft; in db_StitchRotationCommonFocalLength_3Points()
212 hyp_point[6]*=m; in db_StitchRotationCommonFocalLength_3Points()
213 hyp_point[7]*=m; in db_StitchRotationCommonFocalLength_3Points()
214 cost=db_SquaredReprojectionErrorHomography(y,hyp_point,x3); in db_StitchRotationCommonFocalLength_3Points()
Ddb_rob_image_homography.cpp680 double *hyp_point; in db_RobImageHomography() local
945 hyp_point=hyp_H_array+9*hyp_perm[j]; in db_RobImageHomography()
955 … acc=db_ExpCauchyInhomogenousHomographyError(xp_i_temp,hyp_point,x_i_temp,one_over_scale2); in db_RobImageHomography()
956 … acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+2,hyp_point,x_i_temp+2,one_over_scale2); in db_RobImageHomography()
957 … acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+4,hyp_point,x_i_temp+4,one_over_scale2); in db_RobImageHomography()
958 … acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+6,hyp_point,x_i_temp+6,one_over_scale2); in db_RobImageHomography()
959 … acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+8,hyp_point,x_i_temp+8,one_over_scale2); in db_RobImageHomography()
960 … acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+10,hyp_point,x_i_temp+10,one_over_scale2); in db_RobImageHomography()
961 … acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+12,hyp_point,x_i_temp+12,one_over_scale2); in db_RobImageHomography()
962 … acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+14,hyp_point,x_i_temp+14,one_over_scale2); in db_RobImageHomography()
[all …]