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

  /development/perftests/panorama/feature_stab/db_vlvm/
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_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_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++)
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
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_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_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 USHORT *array = points.sub_array (start_offset, point_count);
66 unsigned int count = *point_count;
359 unsigned int *point_count /* IN/OUT */,
361 { 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 190 unsigned int *point_count /* IN/OUT */,
193 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_tri_collision.cpp 470 GUINT point_count; local
474 point_count = clip_triangle(tv_plane,tv_vertices,tu_vertices,contact_points);
475 if(point_count == 0) return false;
476 contacts.merge_points(tv_plane,margin,contact_points,point_count);
480 point_count = clip_triangle(tu_plane,tu_vertices,tv_vertices,contact_points);
481 if(point_count == 0) return false;
482 contacts.merge_points(tu_plane,margin,contact_points,point_count);
gim_tri_collision.h 79 GREAL margin, const btVector3 * points, GUINT point_count, DISTANCE_FUNC distance_func)
88 for(_k=0;_k<point_count;_k++)
116 const btVector3 * points, GUINT point_count)
119 mergepoints_generic(plane, margin, points, point_count, DISTANCE_PLANE_3D_FUNC());
btTriangleShapeEx.cpp 29 btScalar margin, const btVector3 * points, int point_count)
38 for ( _k=0;_k<point_count;_k++)
btTriangleShapeEx.h 68 btScalar margin, const btVector3 * points, int point_count);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
GIM_TRIANGLE_CONTACT.java 107 public void merge_points(btVector4 plane, float margin, btVector3 points, int point_count) {
108 CollisionJNI.GIM_TRIANGLE_CONTACT_merge_points(swigCPtr, this, btVector4.getCPtr(plane), plane, margin, btVector3.getCPtr(points), points, point_count);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 278 int point_count = kSingleCoordinatePair; local
280 point_count = kTensorCoordinatePairs;
282 point_count = kCoonsCoordinatePairs;
294 point_count -= 4;
298 for (int i = 0; i < point_count; i++) {
  /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 1359 FT_UInt point_count; local
1854 FT_UInt point_count, spoint_count = 0; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.c 1341 FT_UInt point_count; local
1838 FT_UInt point_count, spoint_count = 0; local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c 1301 FT_UInt point_count; local
1783 FT_UInt point_count, spoint_count = 0; local
    [all...]
  /external/opencv3/modules/imgproc/test/
test_convhull.cpp 545 int i, point_count, hull_count; local
556 point_count = ptseq->total;
599 if( idx < 0 || idx >= point_count )
632 for( i = 0; i < point_count; i++ )
708 int i, j, point_count = points2->rows + points2->cols - 1; local
740 for( i = 0; i < point_count; i++ )
753 for( i = 0; i < point_count; i++ )
850 for( i = 0; i < point_count; i++ )
969 int i, j = 0, point_count = points2->rows + points2->cols - 1; local
979 for( i = 0; i < point_count; i++
    [all...]
  /external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d_c.h 64 CVAPI(CvPOSITObject*) cvCreatePOSITObject( CvPoint3D32f* points, int point_count );
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 783 int point_count = bTensor ? 16 : 12;
800 for (i = iStartPoint; i < point_count; i++) {
811 CFX_FloatRect bbox = CFX_FloatRect::GetBBox(coords, point_count);
    [all...]

Completed in 597 milliseconds