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

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 700 double *x_h_point,*xp_h_point; local
763 x_h_point=x_h+j;
765 db_Multiply3x3_3x1(x_h_point,K_inv,im+c);
768 db_HomogenousNormalize3(x_h_point);
774 db_DeHomogenizeImagePoint(x_i+c,x_h_point); // 2-dimension
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_rob_image_homography.cpp 700 double *x_h_point,*xp_h_point; local
763 x_h_point=x_h+j;
765 db_Multiply3x3_3x1(x_h_point,K_inv,im+c);
768 db_HomogenousNormalize3(x_h_point);
774 db_DeHomogenizeImagePoint(x_i+c,x_h_point); // 2-dimension
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 700 double *x_h_point,*xp_h_point; local
763 x_h_point=x_h+j;
765 db_Multiply3x3_3x1(x_h_point,K_inv,im+c);
768 db_HomogenousNormalize3(x_h_point);
774 db_DeHomogenizeImagePoint(x_i+c,x_h_point); // 2-dimension
    [all...]

Completed in 97 milliseconds