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

  /external/freetype/src/truetype/
ttgxvar.c 1133 FT_UInt point_count; local
1339 FT_UInt point_count, spoint_count = 0; local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 36 inline double db_RobImageHomography_Cost(double H[9],int point_count,double *x_i,double *xp_i,double one_over_scale2)
41 for(back=0.0,c=0;c<point_count;)
45 if(c+9<point_count)
64 for(acc=1.0;c<point_count;c++)
74 inline double db_RobImageHomography_Statistics(double H[9],int point_count,double *x_i,double *xp_i,double one_over_scale2,db_Statistics *stat,double thresh=DB_OUTLIER_THRESHOLD)
80 for(i=0,c=0;c<point_count;c++)
84 frac=((double)i)/((double)(db_maxi(point_count,1)));
87 std::cout << "Inlier Percentage RobImageHomography: " << frac*100.0 << "% out of " << point_count << " constraints" << std::endl;
92 stat->nr_points=point_count;
97 stat->cost=db_RobImageHomography_Cost(H,point_count,x_i,xp_i,one_over_scale2)
674 int i,j,c,point_count,hyp_count; local
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_rob_image_homography.cpp 36 inline double db_RobImageHomography_Cost(double H[9],int point_count,double *x_i,double *xp_i,double one_over_scale2)
41 for(back=0.0,c=0;c<point_count;)
45 if(c+9<point_count)
64 for(acc=1.0;c<point_count;c++)
74 inline double db_RobImageHomography_Statistics(double H[9],int point_count,double *x_i,double *xp_i,double one_over_scale2,db_Statistics *stat,double thresh=DB_OUTLIER_THRESHOLD)
80 for(i=0,c=0;c<point_count;c++)
84 frac=((double)i)/((double)(db_maxi(point_count,1)));
87 std::cout << "Inlier Percentage RobImageHomography: " << frac*100.0 << "% out of " << point_count << " constraints" << std::endl;
92 stat->nr_points=point_count;
97 stat->cost=db_RobImageHomography_Cost(H,point_count,x_i,xp_i,one_over_scale2)
674 int i,j,c,point_count,hyp_count; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 36 inline double db_RobImageHomography_Cost(double H[9],int point_count,double *x_i,double *xp_i,double one_over_scale2)
41 for(back=0.0,c=0;c<point_count;)
45 if(c+9<point_count)
64 for(acc=1.0;c<point_count;c++)
74 inline double db_RobImageHomography_Statistics(double H[9],int point_count,double *x_i,double *xp_i,double one_over_scale2,db_Statistics *stat,double thresh=DB_OUTLIER_THRESHOLD)
80 for(i=0,c=0;c<point_count;c++)
84 frac=((double)i)/((double)(db_maxi(point_count,1)));
87 std::cout << "Inlier Percentage RobImageHomography: " << frac*100.0 << "% out of " << point_count << " constraints" << std::endl;
92 stat->nr_points=point_count;
97 stat->cost=db_RobImageHomography_Cost(H,point_count,x_i,xp_i,one_over_scale2)
674 int i,j,c,point_count,hyp_count; local
    [all...]

Completed in 161 milliseconds