HomeSort by relevance Sort by last modified time
    Searched refs:CvPoint2D32f (Results 26 - 50 of 62) sorted by null

12 3

  /external/opencv/cv/src/
cvlkpyramid.cpp 46 intersect( CvPoint2D32f pt, CvSize win_size, CvSize imgSize,
266 const CvPoint2D32f * featuresA,
267 CvPoint2D32f * featuresB,
449 CvPoint2D32f v;
453 CvPoint2D32f u;
507 CvPoint2D32f _v;
657 const CvPoint2D32f * featuresA,
658 CvPoint2D32f * featuresB,
811 CvPoint2D32f u;
    [all...]
cvconvhull.cpp 118 icvSklansky_32f( CvPoint2D32f** array, int start, int end, int* stack, int nsign, int sign2 )
196 static CV_IMPLEMENT_QSORT( icvSortPointsByPointers_32f, CvPoint2D32f*, cmp_pts )
233 CvPoint2D32f** pointerf = 0;
334 pointerf = (CvPoint2D32f**)pointer;
807 CvPoint2D32f *prev_pt = (CvPoint2D32f*)reader.prev_elem;
808 CvPoint2D32f *cur_pt = (CvPoint2D32f*)reader.ptr;
819 CV_NEXT_SEQ_ELEM( sizeof(CvPoint2D32f), reader );
821 cur_pt = (CvPoint2D32f*) reader.ptr
    [all...]
cvcalibinit.cpp 101 CvPoint2D32f pt; // Coordinates of the corner
162 static int icvCheckBoardMonotony( CvPoint2D32f* corners, CvSize pattern_size );
166 icvCalcAffineTranf2D32f(CvPoint2D32f* pts1, CvPoint2D32f* pts2, int count, CvMat* affine_trans)
201 CvPoint2D32f* out_corners, int* out_corner_count,
345 CvPoint2D32f pt1, pt2;
399 CvPoint2D32f pt1, pt2;
476 CvPoint2D32f temp;
497 icvCheckBoardMonotony( CvPoint2D32f* corners, CvSize pattern_size )
505 CvPoint2D32f a = k == 0 ? corners[i*pattern_size.width] : corners[i]
    [all...]
cvgeometry.cpp 87 cvBoxPoints( CvBox2D box, CvPoint2D32f pt[4] )
132 CvPoint2D32f org = cvSubdiv2DEdgeOrg( edge )->pt;
133 CvPoint2D32f dst = cvSubdiv2DEdgeDst( edge )->pt;
147 double *a1, double *b1, double *c1, CvPoint2D32f * point )
165 cvPointPolygonTest( const CvArr* _contour, CvPoint2D32f pt, int measure_dist )
242 CvPoint2D32f v0, v;
cvlinefit.cpp 46 icvFitLine2D_wods( CvPoint2D32f * points, int _count, float *weights, float *line )
220 icvCalcDist2D( CvPoint2D32f * points, int count, float *_line, float *dist )
339 static CvStatus icvFitLine2D( CvPoint2D32f * points, int count, int dist,
713 IPPI_CALL( icvFitLine2D( (CvPoint2D32f*)points, ptseq->total,
cvmoments.cpp 107 xi_1 = ((CvPoint2D32f*)(reader.ptr))->x;
108 yi_1 = ((CvPoint2D32f*)(reader.ptr))->y;
124 xi = ((CvPoint2D32f*)(reader.ptr))->x;
125 yi = ((CvPoint2D32f*)(reader.ptr))->y;
cvposit.cpp 112 static CvStatus icvPOSIT( CvPOSITObject *pObject, CvPoint2D32f *imagePoints,
352 cvPOSIT( CvPOSITObject * pObject, CvPoint2D32f * imagePoints,
cvapprox.cpp 730 CvPoint2D32f start_pt = {-1e6f, -1e6f}, end_pt = {0, 0}, pt = {0,0};
756 end_pt = *(CvPoint2D32f*)(reader.ptr);
757 start_pt = *(CvPoint2D32f*)cvGetSeqElem( src_contour, -1 );
902 *((CvPoint2D32f*)reader2.ptr) = start_pt = end_pt;
908 *((CvPoint2D32f*)reader2.ptr) = start_pt = pt;
914 *((CvPoint2D32f*)reader2.ptr) = pt;
cvinpaint.cpp 198 inline float VectorScalMult(CvPoint2D32f v1,CvPoint2D32f v2) {
202 inline float VectorLength(CvPoint2D32f v1) {
304 CvPoint2D32f gradI,gradT,r;
417 CvPoint2D32f gradI,gradT,r;
538 CvPoint2D32f gradI,r;
629 CvPoint2D32f gradI,r;
    [all...]
cvfeatureselect.cpp 49 CvPoint2D32f* corners, int *corner_count,
cvundistort.cpp 382 const CvPoint2D32f* srcf;
384 CvPoint2D32f* dstf;
424 srcf = (const CvPoint2D32f*)_src->data.ptr;
426 dstf = (CvPoint2D32f*)_dst->data.ptr;
cvsamplers.cpp 149 dsttype* dst, int dst_step, CvSize win_size, CvPoint2D32f center ) \
268 dsttype* dst, int dst_step, CvSize win_size, CvPoint2D32f center ) \
394 float* dst, int dst_step, CvSize win_size, CvPoint2D32f center )
533 CvPoint2D32f center );
536 cvGetRectSubPix( const void* srcarr, void* dstarr, CvPoint2D32f center )
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 893 typedef struct CvPoint2D32f
899 CvPoint2D32f(float _x = 0, float _y = 0): x(_x), y(_y) {}
901 CvPoint2D32f(const cv::Point_<_Tp>& pt): x((float)pt.x), y((float)pt.y) {}
906 CvPoint2D32f;
908 /** constructs CvPoint2D32f structure. */
909 CV_INLINE CvPoint2D32f cvPoint2D32f( double x, double y )
911 CvPoint2D32f p;
919 /** converts CvPoint to CvPoint2D32f. */
920 CV_INLINE CvPoint2D32f cvPointTo32f( CvPoint point
    [all...]
  /external/opencv/cv/include/
cvcompat.h 410 CvPoint2D32f* anchor,
411 CvPoint2D32f* vect1,
412 CvPoint2D32f* vect2 )
416 CvPoint2D32f pt[4];
442 CV_INLINE void cvFitLine2D( CvPoint2D32f* points, int count, int dist,
452 CV_INLINE void cvFitEllipse( const CvPoint2D32f* points, int count, CvBox2D* box )
461 CvPoint2D32f* points2D,
575 CvSize pattern_size, CvPoint2D32f * corners,
585 CvSize image_size, CvPoint2D32f* _image_points, CvPoint3D32f* _object_points,
638 CvSize CV_UNREFERENCED(image_size), CvPoint2D32f* _image_points
    [all...]
  /external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d_c.h 69 CVAPI(void) cvPOSIT( CvPOSITObject* posit_object, CvPoint2D32f* image_points,
223 CvPoint2D32f* corners,
229 CvPoint2D32f* corners,
  /external/opencv/cxcore/include/
cxtypes.h 928 typedef struct CvPoint2D32f
933 CvPoint2D32f;
936 CV_INLINE CvPoint2D32f cvPoint2D32f( double x, double y )
938 CvPoint2D32f p;
947 CV_INLINE CvPoint2D32f cvPointTo32f( CvPoint point )
949 return cvPoint2D32f( (float)point.x, (float)point.y );
953 CV_INLINE CvPoint cvPointFrom32f( CvPoint2D32f point )
1063 CvPoint2D32f center; /* Center of the box. */
    [all...]
  /external/opencv3/modules/calib3d/src/
posit.cpp 113 static CvStatus icvPOSIT( CvPOSITObject *pObject, CvPoint2D32f *imagePoints,
345 cvPOSIT( CvPOSITObject * pObject, CvPoint2D32f * imagePoints,
  /external/opencv3/modules/video/src/
compat_video.cpp 266 const CvPoint2D32f * featuresA,
267 CvPoint2D32f * featuresB,
  /external/opencv3/modules/photo/src/
inpaint.cpp 200 inline float VectorScalMult(CvPoint2D32f v1,CvPoint2D32f v2) {
204 inline float VectorLength(CvPoint2D32f v1) {
306 CvPoint2D32f gradI,gradT,r;
418 CvPoint2D32f gradI,gradT,r;
538 CvPoint2D32f gradI,r;
626 CvPoint2D32f gradI,r;
    [all...]
  /external/opencv3/modules/calib3d/test/
test_cornerssubpix.cpp 186 cvFindCornerSubPix(&chessboard_image_header, (CvPoint2D32f*)&test_corners[0],
  /external/opencv3/modules/imgproc/src/
cornersubpix.cpp 158 cvFindCornerSubPix( const void* srcarr, CvPoint2D32f* _corners,
undistort.cpp 272 const CvPoint2D32f* srcf;
274 CvPoint2D32f* dstf;
325 srcf = (const CvPoint2D32f*)_src->data.ptr;
327 dstf = (CvPoint2D32f*)_dst->data.ptr;
shapedescr.cpp 707 cvMinEnclosingCircle( const void* array, CvPoint2D32f * _center, float *_radius )
1007 CvPoint2D32f* pt = (CvPoint2D32f*)reader.ptr;
1008 CvPoint2D32f* prev_pt = (CvPoint2D32f*)reader.prev_elem;
geometry.cpp 87 cvBoxPoints( CvBox2D box, CvPoint2D32f pt[4] )
246 cvPointPolygonTest( const CvArr* _contour, CvPoint2D32f pt, int measure_dist )
featureselect.cpp 408 CvPoint2D32f* _corners, int *_corner_count,

Completed in 201 milliseconds

12 3