/external/opencv/cvaux/src/ |
D | cvmorphcontours.cpp | 68 double _cvBendingWork( CvPoint2D32f* B0, 69 CvPoint2D32f* F0, 70 CvPoint2D32f* B1, 71 CvPoint2D32f* F1/*, 74 double _cvStretchingWork(CvPoint2D32f* P1, 75 CvPoint2D32f* P2); 77 void _cvWorkEast (int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2); 78 void _cvWorkSouthEast(int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2); 79 void _cvWorkSouth (int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2); 81 static CvPoint2D32f null_edge = {0,0}; [all …]
|
D | cvlcm.cpp | 64 CvPoint2D32f site_first_pt; 65 CvPoint2D32f site_last_pt; 250 void _cvProjectionPointToSegment(CvPoint2D32f* PointO, 251 CvPoint2D32f* PointA, 252 CvPoint2D32f* PointB, 253 CvPoint2D32f* PrPoint, 589 sizeof(CvPoint2D32f),pLCM->ContourStorage); in _cvCreateLCMNode() 599 pLCMEdge->chain = cvCreateSeq(0, sizeof(CvSeq),sizeof(CvPoint2D32f),pLCM->EdgeStorage); in _cvCreateLCMEdge() 690 void _cvProjectionPointToSegment(CvPoint2D32f* PointO, in _cvProjectionPointToSegment() 691 CvPoint2D32f* PointA, in _cvProjectionPointToSegment() [all …]
|
D | cvepilines.cpp | 1476 CvPoint2D32f pointb1; in icvGetQuadsTransform() 1477 CvPoint2D32f pointe1; in icvGetQuadsTransform() 1479 CvPoint2D32f pointb2; in icvGetQuadsTransform() 1480 CvPoint2D32f pointe2; in icvGetQuadsTransform() 2183 CvPoint2D32f *start,CvPoint2D32f *end, in FindLineForEpiline() 2187 CvPoint2D32f frameBeg; in FindLineForEpiline() 2189 CvPoint2D32f frameEnd; in FindLineForEpiline() 2190 CvPoint2D32f cross[4]; in FindLineForEpiline() 2274 int GetAngleLinee( CvPoint2D32f epipole, CvSize imageSize,CvPoint2D32f point1,CvPoint2D32f point2) in GetAngleLinee() 2283 CvPoint2D32f pa,pb,pc,pd; in GetAngleLinee() [all …]
|
D | cvcorrimages.cpp | 62 CvPoint2D32f *cornerPoints = 0; in icvCreateFeaturePoints() 126 CV_CALL( cornerPoints = (CvPoint2D32f*)cvAlloc( sizeof(CvPoint2D32f) * needNumPoints) ); in icvCreateFeaturePoints() 188 CvPoint2D32f* cornerPoints1 = 0; in icvFindCorrForGivenPoints() 189 CvPoint2D32f* cornerPoints2 = 0; in icvFindCorrForGivenPoints() 289 CV_CALL( cornerPoints1 = (CvPoint2D32f*)cvAlloc( sizeof(CvPoint2D32f)*numVisPoints) ); in icvFindCorrForGivenPoints() 290 CV_CALL( cornerPoints2 = (CvPoint2D32f*)cvAlloc( sizeof(CvPoint2D32f)*numVisPoints) ); in icvFindCorrForGivenPoints() 687 seq = cvCreateSeq( 0, sizeof(*seq), sizeof(CvPoint2D32f), storage ); in icvRemoveDoublePoins() 695 CvPoint2D32f pt; in icvRemoveDoublePoins() 718 CvPoint2D32f pt; in icvRemoveDoublePoins()
|
D | cvcalibfilter.cpp | 96 int pointCount, CvPoint2D32f* points ) in SetEtalon() 153 etalonPoints = (CvPoint2D32f*)cvAlloc( arrSize ); in SetEtalon() 193 int* pointCount, const CvPoint2D32f** points ) const in GetEtalon() 368 latestPoints[i] = (CvPoint2D32f*) in FindEtalon() 437 bool CvCalibFilter::Push( const CvPoint2D32f** pts ) in Push() 449 pts = (const CvPoint2D32f**)latestPoints; in Push() 462 CvPoint2D32f* prev = points[i]; in Push() 464 points[i] = (CvPoint2D32f*)cvAlloc( newMaxPoints * sizeof(prev[0])); in Push() 483 bool CvCalibFilter::GetLatestPoints( int idx, CvPoint2D32f** pts, in GetLatestPoints() 528 CvPoint2D32f* pts = 0; in DrawPoints()
|
D | cv3dtracker.cpp | 60 static void DrawEtalon(IplImage *img, CvPoint2D32f *corners, 64 static CvPoint3D32f ImageCStoWorldCS(const Cv3dTrackerCameraInfo &camera_info, CvPoint2D32f p); 83 CvPoint2D32f *points = NULL; // 2d coordinates of checkerboard points as seen by a camera in cv3dTrackerCalibrateCameras() 128 CV_CALL(points = (CvPoint2D32f *)cvAlloc(num_points * sizeof(CvPoint2D32f))); in cv3dTrackerCalibrateCameras() 201 CvPoint2D32f *row = &points[j*etalon_size.width]; in cv3dTrackerCalibrateCameras() 327 static void DrawEtalon(IplImage *img, CvPoint2D32f *corners, in DrawEtalon() 550 static CvPoint3D32f ImageCStoWorldCS(const Cv3dTrackerCameraInfo &camera_info, CvPoint2D32f p) in ImageCStoWorldCS()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 261 CV_INLINE double icvSqDist2D32f( CvPoint2D32f pt1, CvPoint2D32f pt2 ) in icvSqDist2D32f() 528 CvPoint2D32f quad[2][4]; /* coordinates of destination quadrangle after 531 CvPoint2D32f border[2][4]; 554 CvPoint2D32f* cameraPoint, 555 CvPoint2D32f* warpPoint, 584 …int) icvGetCrossPieceVector(CvPoint2D32f p1_start,CvPoint2D32f p1_end,CvPoint2D32f v2_start,CvPoin… 585 CVAPI(int) icvGetCrossLineDirect(CvPoint2D32f p1,CvPoint2D32f p2,float a,float b,float c,CvPoint2D3… 586 CVAPI(float) icvDefinePointPosition(CvPoint2D32f point1,CvPoint2D32f point2,CvPoint2D32f point); 590 CvPoint2D32f* imagePoints1, 591 CvPoint2D32f* imagePoints2, [all …]
|
/external/opencv/cv/src/ |
D | cvshapedescr.cpp | 106 CvPoint2D32f* pt = (CvPoint2D32f*)reader.ptr; in cvArcLength() 107 CvPoint2D32f* prev_pt = (CvPoint2D32f*)reader.prev_elem; in cvArcLength() 134 icvFindCircle( CvPoint2D32f pt0, CvPoint2D32f pt1, in icvFindCircle() 135 CvPoint2D32f pt2, CvPoint2D32f * center, float *radius ) in icvFindCircle() 166 CV_INLINE double icvIsPtInCircle( CvPoint2D32f pt, CvPoint2D32f center, float radius ) in icvIsPtInCircle() 175 icvFindEnslosingCicle4pts_32f( CvPoint2D32f * pts, CvPoint2D32f * _center, float *_radius ) in icvFindEnslosingCicle4pts_32f() 182 CvPoint2D32f center; in icvFindEnslosingCicle4pts_32f() 183 CvPoint2D32f min_center; in icvFindEnslosingCicle4pts_32f() 185 CvPoint2D32f res_pts[4]; in icvFindEnslosingCicle4pts_32f() 278 cvMinEnclosingCircle( const void* array, CvPoint2D32f * _center, float *_radius ) in cvMinEnclosingCircle() [all …]
|
D | cvsubdivision2d.cpp | 109 cvSubdiv2DAddPoint( CvSubdiv2D * subdiv, CvPoint2D32f pt, int is_virtual ) in cvSubdiv2DAddPoint() 240 icvIsRightOf( CvPoint2D32f& pt, CvSubdiv2DEdge edge ) in icvIsRightOf() 251 cvSubdiv2DLocate( CvSubdiv2D * subdiv, CvPoint2D32f pt, in cvSubdiv2DLocate() 350 CvPoint2D32f org_pt = cvSubdiv2DEdgeOrg( edge )->pt; in cvSubdiv2DLocate() 351 CvPoint2D32f dst_pt = cvSubdiv2DEdgeDst( edge )->pt; in cvSubdiv2DLocate() 396 icvIsPtInCircle3( CvPoint2D32f pt, CvPoint2D32f a, CvPoint2D32f b, CvPoint2D32f c ) in icvIsPtInCircle3() 408 cvSubdivDelaunay2DInsert( CvSubdiv2D * subdiv, CvPoint2D32f pt ) in cvSubdivDelaunay2DInsert() 520 CvPoint2D32f ppA, ppB, ppC; in cvInitSubdivDelaunay2D() 663 CvPoint2D32f virt_point; in cvCalcSubdivVoronoi2D() 719 icvIsRightOf2( const CvPoint2D32f& pt, const CvPoint2D32f& org, const CvPoint2D32f& diff ) in icvIsRightOf2() [all …]
|
D | _cvgeom.h | 46 CV_INLINE float icvDistanceL2_32f( CvPoint2D32f pt1, CvPoint2D32f pt2 ) in icvDistanceL2_32f() 64 CvPoint2D32f* point );
|
D | cvrotcalipers.cpp | 93 icvRotatingCalipers( CvPoint2D32f* points, int n, int mode, float* out ) in icvRotatingCalipers() 99 CvPoint2D32f* vect = (CvPoint2D32f*)cvAlloc( n * sizeof(vect[0]) ); in icvRotatingCalipers() 113 CvPoint2D32f pt0 = points[0]; in icvRotatingCalipers() 134 CvPoint2D32f pt = points[(i+1) & (i+1 < n ? -1 : 0)]; in icvRotatingCalipers() 352 CvPoint2D32f* points = 0; in cvMinAreaRect2() 365 CvPoint2D32f out[3]; in cvMinAreaRect2() 419 CV_CALL( points = (CvPoint2D32f*)cvAlloc( n*sizeof(points[0]) )); in cvMinAreaRect2()
|
D | cvlkpyramid.cpp | 46 intersect( CvPoint2D32f pt, CvSize win_size, CvSize imgSize, in intersect() 266 const CvPoint2D32f * featuresA, in cvCalcOpticalFlowPyrLK() 267 CvPoint2D32f * featuresB, in cvCalcOpticalFlowPyrLK() 449 CvPoint2D32f v; in cvCalcOpticalFlowPyrLK() 453 CvPoint2D32f u; in cvCalcOpticalFlowPyrLK() 507 CvPoint2D32f _v; in cvCalcOpticalFlowPyrLK() 657 const CvPoint2D32f * featuresA, in cvCalcAffineFlowPyrLK() 658 CvPoint2D32f * featuresB, in cvCalcAffineFlowPyrLK() 811 CvPoint2D32f u; in cvCalcAffineFlowPyrLK() 1035 icvGetRTMatrix( const CvPoint2D32f* a, const CvPoint2D32f* b, in icvGetRTMatrix() [all …]
|
D | cvconvhull.cpp | 118 icvSklansky_32f( CvPoint2D32f** array, int start, int end, int* stack, int nsign, int sign2 ) in icvSklansky_32f() 196 static CV_IMPLEMENT_QSORT( icvSortPointsByPointers_32f, CvPoint2D32f*, cmp_pts ) in CV_IMPLEMENT_QSORT() 233 CvPoint2D32f** pointerf = 0; in cvConvexHull2() 334 pointerf = (CvPoint2D32f**)pointer; in cvConvexHull2() 807 CvPoint2D32f *prev_pt = (CvPoint2D32f*)reader.prev_elem; in cvCheckContourConvexity() 808 CvPoint2D32f *cur_pt = (CvPoint2D32f*)reader.ptr; in cvCheckContourConvexity() 819 CV_NEXT_SEQ_ELEM( sizeof(CvPoint2D32f), reader ); in cvCheckContourConvexity() 821 cur_pt = (CvPoint2D32f*) reader.ptr; in cvCheckContourConvexity()
|
D | _cvimgproc.h | 105 uchar* dst, int dst_step, CvSize win_size, CvPoint2D32f center ); 108 float* dst, int dst_step, CvSize win_size, CvPoint2D32f center ); 111 float* dst, int dst_step, CvSize win_size, CvPoint2D32f center );
|
D | 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, in cvFindChessboardCorners() 345 CvPoint2D32f pt1, pt2; in cvFindChessboardCorners() 399 CvPoint2D32f pt1, pt2; in cvFindChessboardCorners() 476 CvPoint2D32f temp; in cvFindChessboardCorners() 497 icvCheckBoardMonotony( CvPoint2D32f* corners, CvSize pattern_size ) in icvCheckBoardMonotony() 505 CvPoint2D32f a = k == 0 ? corners[i*pattern_size.width] : corners[i]; in icvCheckBoardMonotony() 506 CvPoint2D32f b = k == 0 ? corners[(i+1)*pattern_size.width-1] : in icvCheckBoardMonotony() [all …]
|
/external/opencv/cv/include/ |
D | cv.h | 278 CVAPI(CvMat*) cvGetAffineTransform( const CvPoint2D32f * src, in LOAD_CHDL() 279 const CvPoint2D32f * dst, in LOAD_CHDL() 283 CVAPI(CvMat*) cv2DRotationMatrix( CvPoint2D32f center, double angle, in LOAD_CHDL() 292 CVAPI(CvMat*) cvGetPerspectiveTransform( const CvPoint2D32f* src, in LOAD_CHDL() 293 const CvPoint2D32f* dst, in LOAD_CHDL() 308 CvPoint2D32f center, double M, in LOAD_CHDL() 369 CVAPI(void) cvGetRectSubPix( const CvArr* src, CvArr* dst, CvPoint2D32f center ); in LOAD_CHDL() 490 const CvPoint2D32f* prev_features, in LOAD_CHDL() 491 CvPoint2D32f* curr_features, in LOAD_CHDL() 505 const CvPoint2D32f* prev_features, in LOAD_CHDL() [all …]
|
D | cvtypes.h | 146 CvPoint2D32f pt; 167 CvPoint2D32f topleft; \ 168 CvPoint2D32f bottomright;
|
/external/opencv3/modules/video/include/opencv2/video/ |
D | tracking_c.h | 75 const CvPoint2D32f* prev_features, 76 CvPoint2D32f* curr_features, 90 const CvPoint2D32f* prev_features, 91 CvPoint2D32f* curr_features,
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 224 CVAPI(CvMat*) cvGetAffineTransform( const CvPoint2D32f * src, 225 const CvPoint2D32f * dst, 231 CVAPI(CvMat*) cv2DRotationMatrix( CvPoint2D32f center, double angle, 244 CVAPI(CvMat*) cvGetPerspectiveTransform( const CvPoint2D32f* src, 245 const CvPoint2D32f* dst, 266 CvPoint2D32f center, double M, 273 CvPoint2D32f center, double maxRadius, 391 CVAPI(void) cvGetRectSubPix( const CvArr* src, CvArr* dst, CvPoint2D32f center ); 559 CvPoint2D32f* center, float* radius ); 596 CVAPI(void) cvBoxPoints( CvBox2D box, CvPoint2D32f pt[4] ); [all …]
|
/external/opencv3/modules/imgproc/test/ |
D | test_convhull.cpp | 75 cvTsDist( CvPoint2D32f a, CvPoint2D32f b ) in cvTsDist() 83 cvTsPtLineDist( CvPoint2D32f pt, CvPoint2D32f a, CvPoint2D32f b ) in cvTsPtLineDist() 96 cvTsPointPolygonTest( CvPoint2D32f pt, const CvPoint2D32f* vv, int n, int* _idx=0, int* _on_edge=0 ) in cvTsPointPolygonTest() 99 CvPoint2D32f v = vv[n-1], v0; in cvTsPointPolygonTest() 173 double d1 = cvTsDist(CvPoint2D32f(x.x, x.y), CvPoint2D32f(a.x, a.y)); in cvTsIsPointOnLineSegment() 174 double d2 = cvTsDist(CvPoint2D32f(x.x, x.y), CvPoint2D32f(b.x, b.y)); in cvTsIsPointOnLineSegment() 175 double d3 = cvTsDist(CvPoint2D32f(a.x, a.y), CvPoint2D32f(b.x, b.y)); in cvTsIsPointOnLineSegment() 546 CvPoint2D32f *p, *h; in validate_test_results() 557 p = (CvPoint2D32f*)(points2->data.ptr); in validate_test_results() 571 h = (CvPoint2D32f*)(hull->data.ptr); in validate_test_results() [all …]
|
/external/opencv3/modules/imgproc/src/ |
D | _geom.h | 46 CV_INLINE float icvDistanceL2_32f( CvPoint2D32f pt1, CvPoint2D32f pt2 ) in icvDistanceL2_32f()
|
/external/opencv3/modules/calib3d/src/ |
D | calibinit.cpp | 112 CvPoint2D32f pt; // Coordinates of the corner 192 static int icvCheckBoardMonotony( CvPoint2D32f* corners, CvSize pattern_size ); 196 icvCalcAffineTranf2D32f(CvPoint2D32f* pts1, CvPoint2D32f* pts2, int count, CvMat* affine_trans) 229 CvPoint2D32f* out_corners, int* out_corner_count, in cvFindChessboardCorners() 386 CvPoint2D32f pt1, pt2; in cvFindChessboardCorners() 441 CvPoint2D32f pt1, pt2; in cvFindChessboardCorners() 532 CvPoint2D32f temp; in cvFindChessboardCorners() 583 icvCheckBoardMonotony( CvPoint2D32f* corners, CvSize pattern_size ) in icvCheckBoardMonotony() 591 CvPoint2D32f a = k == 0 ? corners[i*pattern_size.width] : corners[i]; in icvCheckBoardMonotony() 592 CvPoint2D32f b = k == 0 ? corners[(i+1)*pattern_size.width-1] : in icvCheckBoardMonotony() [all …]
|
/external/opencv3/modules/video/test/ |
D | test_optflowpyrlk.cpp | 72 CvPoint2D32f *u = 0, *v = 0, *v2 = 0; in run() 111 u = (CvPoint2D32f*)_u->data.fl; in run() 112 v = (CvPoint2D32f*)_v->data.fl; in run() 116 v2 = (CvPoint2D32f*)_v2->data.fl; in run()
|
/external/opencv3/modules/calib3d/test/ |
D | test_chesscorners_badarg.cpp | 69 CvPoint2D32f* out_corners; 87 (CvPoint2D32f*)(corners.empty() ? 0 : &corners[0]), in run_func()
|
D | test_posit.cpp | 79 CvPoint2D32f* img_points; in run() 105 img_points = (CvPoint2D32f*)cvAlloc( 8 * sizeof(CvPoint2D32f) ); in run()
|