HomeSort by relevance Sort by last modified time
    Searched defs:Xp (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 702 double *X[3],*Xp[3];
866 Xp[0]= &xp_i[s[0]<<1];
867 Xp[1]= &xp_i[s[1]<<1];
868 Xp[2]= &xp_i[s[2]<<1];
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving,
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 702 double *X[3],*Xp[3];
866 Xp[0]= &xp_i[s[0]<<1];
867 Xp[1]= &xp_i[s[1]<<1];
868 Xp[2]= &xp_i[s[2]<<1];
869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving,
    [all...]

Completed in 692 milliseconds