HomeSort by relevance Sort by last modified time
    Searched refs:xp_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
764 xp_h_point=xp_h+j;
766 db_Multiply3x3_3x1(xp_h_point,Kp_inv,im_p+c);
769 db_HomogenousNormalize3(xp_h_point);
775 db_DeHomogenizeImagePoint(xp_i+c,xp_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
764 xp_h_point=xp_h+j;
766 db_Multiply3x3_3x1(xp_h_point,Kp_inv,im_p+c);
769 db_HomogenousNormalize3(xp_h_point);
775 db_DeHomogenizeImagePoint(xp_i+c,xp_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
764 xp_h_point=xp_h+j;
766 db_Multiply3x3_3x1(xp_h_point,Kp_inv,im_p+c);
769 db_HomogenousNormalize3(xp_h_point);
775 db_DeHomogenizeImagePoint(xp_i+c,xp_h_point); //2-dimension
    [all...]

Completed in 76 milliseconds