Searched defs:db_SquaredInhomogenousHomographyError (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
H A D | db_metrics.h | 133 inline double db_SquaredInhomogenousHomographyError(const double y[2],const double H[9],const double x[2]) function 157 sd=db_SquaredInhomogenousHomographyError(y,H,x); 347 temp_valueE=db_SquaredInhomogenousHomographyError(im_p+ind3,H,im+ind3);
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_metrics.h | 133 inline double db_SquaredInhomogenousHomographyError(const double y[2],const double H[9],const double x[2]) function 157 sd=db_SquaredInhomogenousHomographyError(y,H,x); 347 temp_valueE=db_SquaredInhomogenousHomographyError(im_p+ind3,H,im+ind3);
|
Completed in 367 milliseconds