HomeSort by relevance Sort by last modified time
    Searched refs:db_SquaredInhomogenousHomographyError (Results 1 - 6 of 6) sorted by null

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 133 inline double db_SquaredInhomogenousHomographyError(const double y[2],const double H[9],const double x[2])
157 sd=db_SquaredInhomogenousHomographyError(y,H,x);
347 temp_valueE=db_SquaredInhomogenousHomographyError(im_p+ind3,H,im+ind3);
db_rob_image_homography.cpp 82 i+=(db_SquaredInhomogenousHomographyError(xp_i+(c<<1),H,x_i+(c<<1))*one_over_scale2<=t2)?1:0;
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_metrics.h 133 inline double db_SquaredInhomogenousHomographyError(const double y[2],const double H[9],const double x[2])
157 sd=db_SquaredInhomogenousHomographyError(y,H,x);
347 temp_valueE=db_SquaredInhomogenousHomographyError(im_p+ind3,H,im+ind3);
db_rob_image_homography.cpp 82 i+=(db_SquaredInhomogenousHomographyError(xp_i+(c<<1),H,x_i+(c<<1))*one_over_scale2<=t2)?1:0;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_metrics.h 133 inline double db_SquaredInhomogenousHomographyError(const double y[2],const double H[9],const double x[2])
157 sd=db_SquaredInhomogenousHomographyError(y,H,x);
347 temp_valueE=db_SquaredInhomogenousHomographyError(im_p+ind3,H,im+ind3);
db_rob_image_homography.cpp 82 i+=(db_SquaredInhomogenousHomographyError(xp_i+(c<<1),H,x_i+(c<<1))*one_over_scale2<=t2)?1:0;
    [all...]

Completed in 27 milliseconds