/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...] |
db_rob_image_homography.h | 132 DB_API double db_RobImageHomography_Cost(double H[9],int point_count,double *x_i, 136 DB_API void db_RobCamRotation_Polish(double H[9],int point_count,double *x_i, 142 DB_API void db_RobCamRotation_Polish_Generic(double H[9],int point_count,int homography_type,
|
db_metrics.h | 324 inline int db_RemoveOutliers_Homography(const double H[9], double *x_i,double *xp_i, double *wp,double *im, double *im_p, double *im_r, double *im_raw,double *im_raw_p,int point_count,double scale, double thresh=DB_OUTLIER_THRESHOLD) 341 for(c=0;c<point_count;c++)
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gdef-table.hh | 51 unsigned int *point_count /* IN/OUT */, 57 if (point_count) 58 *point_count = 0; 64 if (point_count) { 65 const UINT16 *array = points.sub_array (start_offset, point_count); 66 unsigned int count = *point_count; 364 unsigned int *point_count /* IN/OUT */, 366 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); }
|
hb-ot-layout.h | 78 unsigned int *point_count /* IN/OUT */,
|
hb-ot-layout.cc | 274 unsigned int *point_count /* IN/OUT */, 277 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array); [all...] |
/external/opencv/cv/include/ |
cvcompat.h | 637 CV_INLINE void cvFindExtrinsicCameraParams( int point_count, 643 CvMat image_points = cvMat( point_count, 1, CV_32FC2, _image_points ); 644 CvMat object_points = cvMat( point_count, 1, CV_32FC3, _object_points ); 662 CV_INLINE void cvFindExtrinsicCameraParams_64d( int point_count, 668 CvMat image_points = cvMat( point_count, 1, CV_64FC2, _image_points ); 669 CvMat object_points = cvMat( point_count, 1, CV_64FC3, _object_points ); 702 CV_INLINE void cvProjectPoints( int point_count, CvPoint3D64f* _object_points, 712 CvMat object_points = cvMat( point_count, 1, CV_64FC3, _object_points ); 713 CvMat image_points = cvMat( point_count, 1, CV_64FC2, _image_points ); 719 CvMat dpdr = cvMat( 2*point_count, 3, CV_64FC1, _deriv_points_rotation_matrix ) [all...] |
cv.h | [all...] |
/external/freetype/src/truetype/ |
ttgxvar.c | 3059 FT_UInt point_count, spoint_count = 0; local 3573 FT_UInt point_count, spoint_count = 0; local [all...] |
/external/pdfium/core/fpdfapi/page/ |
cpdf_streamcontentparser.cpp | 90 int point_count = kSingleCoordinatePair; local 92 point_count = kTensorCoordinatePairs; 94 point_count = kCoonsCoordinatePairs; 109 point_count -= 4; 113 for (int i = 0; i < point_count; i++) { [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterDrawRepresentation.java | 61 private static final String SERIAL_POINTS_COUNT = "point_count";
|
/external/pdfium/core/fpdfapi/render/ |
cpdf_renderstatus.cpp | 859 int point_count = type == kTensorProductPatchMeshShading ? 16 : 12; 878 for (i = iStartPoint; i < point_count; i++) { 897 CFX_FloatRect bbox = CFX_FloatRect::GetBBox(coords, point_count); [all...] |