/external/opencv/cvaux/src/ |
_cvvectrack.h | 74 int CmpPoints(const CvPoint& p1, const CvPoint& p2, int err) 81 int PointInRect(const CvPoint& p, const CvRect& r) 90 CvPoint plt = {r1.x, r1.y}; 91 CvPoint prb = {r1.x + r1.width, r1.y + r1.height}; 107 CvPoint Increase(const CvPoint& p, int decr) 109 CvPoint point; 123 void Move(CvPoint& p, int dx, int dy) 139 CvPoint Center(const CvRect& r [all...] |
extendededges.cpp | 134 cvStartWriteSeq( current->flags, sizeof(CvContour), sizeof(CvPoint), storage, &writer ); 143 CvPoint cur; 156 CvPoint cur; 166 cvStartWriteSeq( current->flags, sizeof(CvContour), sizeof(CvPoint), storage, &writer );
|
_cvvm.h | 111 CvPoint start, 112 CvPoint end ); 118 CvPoint start, 119 CvPoint end );
|
cvsubdiv2.cpp | 111 CvPoint local_buf[100]; 112 CvPoint *buf = local_buf; 124 buf = (CvPoint *) malloc( count * sizeof( buf[0] )); 136 buf[i] = cvPoint( cvRound( pt->pt.x ), cvRound( pt->pt.y )); 143 CvPoint ip = cvPoint( cvRound( pt->pt.x ), cvRound( pt->pt.y ));
|
cvlines.cpp | 46 uchar * dst, int *dst_num, CvSize src_size, CvPoint start, CvPoint end ) 125 uchar * dst, int dst_step, CvSize dst_size, CvPoint start, CvPoint end ) 205 CvPoint start; 206 CvPoint end; 251 CvPoint start; 252 CvPoint end;
|
cvfindhandregion.cpp | 71 CvPoint *tmp_number = 0, *pt; 126 tmp_number = (CvPoint *) cvAlloc( count * sizeof( CvPoint )); 163 pt = (CvPoint*)cvGetSeqElem( indexs, i ); 180 *numbers = cvCreateSeq( CV_SEQ_POINT_SET, sizeof( CvSeq ), sizeof( CvPoint ), storage ); 293 CvPoint *tmp_number = 0, *pt; 351 tmp_number = (CvPoint *) cvAlloc( count * sizeof( CvPoint )); 401 pt = (CvPoint* )icvGetSeqElem ( indexs, i, 0); 422 pt = (CvPoint*)cvGetSeqElem( indexs, i ) [all...] |
cvface.cpp | 120 inline bool RFace::isPointInRect(CvPoint p,CvRect rect) 126 }//inline bool RFace::isPointInRect(CvPoint,CvRect rect) 157 if ( isPointInRect(cvPoint(x,y),IdealRect) ) 160 // if ( isPointInRect(cvPoint(Rect.x,Rect.y),UpRect) && 161 // isPointInRect(cvPoint(Rect.x + Rect.width,Rect.y + Rect.height),UpRect ) && 162 // isPointInRect(cvPoint(DownRect.x,DownRect.y),Rect) && 163 // isPointInRect(cvPoint(DownRect.x + DownRect.width,DownRect.y + DownRect.height),Rect) ) 167 // if ( isPointInRect(cvPoint(Rect.x,Rect.y),IdealRect) && 168 // isPointInRect(cvPoint(Rect.x + Rect.width,Rect.y + Rect.height),IdealRect ) ) 306 CvPoint p1 = cvPoint(rect.x,rect.y) [all...] |
cvvecfacetracking.cpp | 70 inline int GetEnergy(CvTrackingRect** ppNew, const CvTrackingRect* pPrev, CvPoint* ptTempl, CvRect* rTempl); 71 inline int GetEnergy2(CvTrackingRect** ppNew, const CvTrackingRect* pPrev, CvPoint* ptTempl, CvRect* rTempl, int* element); 72 inline double CalculateTransformationLMS3_0( CvPoint* pTemplPoints, CvPoint* pSrcPoints); 73 inline double CalculateTransformationLMS3( CvPoint* pTemplPoints, 74 CvPoint* pSrcPoints, 83 CvPoint ptCenter; 113 CvPoint ptRotate; 115 CvPoint ptTempl[NUM_FACE_ELEMENTS]; 461 cvTrackFace(CvFaceTracker* pFaceTracker, IplImage* imgGray, CvRect* pRects, int nRects, CvPoint* ptRotate, double* dbAngleRotate [all...] |
cvmorphcontours.cpp | 72 CvPoint* K */); 103 CvPoint* K*/) 553 CvPoint* point1; // array of first contour point 554 CvPoint* point2; // array of second contour point 556 CvPoint point_output; // intermediate storage of ouput point 563 sizeof(CvPoint), 570 point1 = (CvPoint* )malloc( Ni*sizeof(CvPoint) ); 571 point2 = (CvPoint* )malloc( Nj*sizeof(CvPoint) ); [all...] |
/external/opencv/cv/include/ |
cv.hpp | 67 CvPoint _anchor=cvPoint(-1,-1), 84 CvPoint _anchor=cvPoint(-1,-1), 107 CvPoint _dst_origin=cvPoint(0,0), int _flags=0 ); 113 CvPoint get_anchor() const { return anchor; } 151 CvPoint anchor; 170 CvPoint _anchor=cvPoint(-1,-1) [all...] |
cvtypes.h | 103 CvPoint pt; 119 CvPoint p1; /* the first point of the binary tree root segment */ 120 CvPoint p2; /* the last point of the binary tree root segment */ 127 CvPoint* start; /* point of the contour where the defect begins */ 128 CvPoint* end; /* point of the contour where the defect ends */ 129 CvPoint* depth_point; /* the farthest from the convex hull point within the defect */
|
/external/opencv3/modules/imgproc/test/ |
test_approxpoly.cpp | 71 int check_slice( CvPoint StartPt, CvPoint EndPt, 131 CvPoint center; 134 CvPoint pt; 141 seq = cvCreateSeq( CV_SEQ_POLYGON, sizeof(CvContour), sizeof(CvPoint), storage ); 166 int CV_ApproxPolyTest::check_slice( CvPoint StartPt, CvPoint EndPt, 171 CvPoint Pt; 235 CvPoint StartPt, EndPt;
|
/external/opencv/cv/src/ |
cvconvhull.cpp | 45 icvSklansky_32s( CvPoint** array, int start, int end, int* stack, int nsign, int sign2 ) 190 typedef int (*sklansky_func)( CvPoint** points, int start, int end, 195 static CV_IMPLEMENT_QSORT( icvSortPointsByPointers_32s, CvPoint*, cmp_pts ) 199 icvCalcAndWritePtIndices( CvPoint** pointer, int* stack, int start, int end, 211 CvPoint* ptr = (CvPoint*)pointer[stack[i]]; 213 while( (unsigned)(idx = (int)(ptr - (CvPoint*)block->data)) >= (unsigned)block->count ) 232 CvPoint** pointer = 0; 279 sizeof(CvContour), sizeof(CvPoint),(CvMemStorage*)hull_storage )); 286 sizeof(CvContour), sizeof(CvPoint*), (CvMemStorage*)hull_storage )) [all...] |
_cvgeom.h | 74 CvPoint pt; /* Coordinates x and y of the vertex which don't lie on the base line LMIAT */
|
cvshapedescr.cpp | 90 CV_NEXT_SEQ_ELEM( sizeof(CvPoint), reader ); 98 CvPoint* pt = (CvPoint*)reader.ptr; 99 CvPoint* prev_pt = (CvPoint*)reader.prev_elem; 328 CvPoint *pt_left, *pt_right, *pt_top, *pt_bottom; 329 CvPoint pt; 330 pt_left = pt_right = pt_top = pt_bottom = (CvPoint *)(reader.ptr); 335 CvPoint* pt_ptr = (CvPoint*)reader.ptr [all...] |
_cvimgproc.h | 76 CvArr* _corr, CvPoint anchor=cvPoint(0,0) ); 86 CvSize ksize, CvPoint anchor ); 89 const CvMat* kernelY, CvPoint anchor );
|
cvcontourtree.cpp | 51 icvCalcTriAttr( const CvSeq * contour, CvPoint t2, CvPoint t1, int n1, 52 CvPoint t3, int n3, double *s, double *s_c, 71 CvPoint *pt_p; /* pointer to previos points */ 72 CvPoint *pt_n; /* pointer to next points */ 73 CvPoint *pt1, *pt2; /* pointer to current points */ 75 CvPoint t, tp1, tp2, tp3, tn1, tn2, tn3; 115 pt_p = (CvPoint *) cvAlloc( lpt * sizeof( CvPoint )); 116 pt_n = (CvPoint *) cvAlloc( lpt * sizeof( CvPoint )) [all...] |
_cvipp.h | 94 int nChannel, CvPoint roiOffset, double* value )) 296 int dststep, CvSize roi, CvSize esize, CvPoint anchor, void* buffer )) \ 331 CvSize esize, CvPoint anchor, void** morphstate )) 357 CvSize roi, CvSize ksize, CvPoint anchor )) 367 CvSize roi, CvSize ksize, CvPoint anchor )) 481 IPCV_FILTER( _8u, 32f_8u, 1, CvSize, CvPoint ) 482 IPCV_FILTER( _8u, 32f_8u, 3, CvSize, CvPoint ) 483 IPCV_FILTER( _8u, 32f_8u, 4, CvSize, CvPoint ) 485 IPCV_FILTER( _16s, 32f_16s, 1, CvSize, CvPoint ) 486 IPCV_FILTER( _16s, 32f_16s, 3, CvSize, CvPoint ) [all...] |
cvcontours.cpp | 50 static const CvPoint icvCodeDeltas[8] = 84 CV_IMPL CvPoint 89 CvPoint pt = { 0, 0 }; 135 CvPoint origin; /* origin point (where the contour was traced from) */ 159 CvPoint offset; /* ROI offset: coordinates, added to each contour point */ 160 CvPoint pt; /* current scanner position */ 161 CvPoint lnbd; /* position of the last met contour */ 195 int method, CvPoint offset ) 272 scanner->elem_size1 = sizeof( CvPoint ); 285 scanner->elem_size2 = sizeof( CvPoint ); [all...] |
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
imgproc_c.h | 88 CVAPI(void) cvCopyMakeBorder( const CvArr* src, CvArr* dst, CvPoint offset, 132 CvPoint anchor CV_DEFAULT(cvPoint(-1,-1))); 382 CVAPI(int) cvSampleLine( const CvArr* image, CvPoint pt1, CvPoint pt2, void* buffer, 436 CvPoint offset CV_DEFAULT(cvPoint(0,0))); 450 CvPoint offset CV_DEFAULT(cvPoint(0,0))); 505 CVAPI(CvPoint) cvReadChainPoint( CvChainPtReader* reader ) [all...] |
/external/opencv/cxcore/src/ |
cxminmaxloc.cpp | 90 extrtype* minVal, extrtype* maxVal, CvPoint* minLoc, CvPoint* maxLoc ), \ 110 CvPoint* minLoc, CvPoint* maxLoc ) \ 218 extrtype* minVal, extrtype* maxVal, CvPoint* minLoc, CvPoint* maxLoc ), \ 238 extrtype* minVal, extrtype* maxVal, CvPoint* minLoc, CvPoint* maxLoc ) \ 288 CvPoint* _minLoc, CvPoint* _maxLoc, const void* mask [all...] |
cxdrawing.cpp | 63 int shift, CvPoint offset=cvPoint(0,0) ); 69 icvPolyLine( CvMat* img, CvPoint *v, int count, int closed, 73 icvFillConvexPoly( CvMat* img, CvPoint* v, int npts, 81 cvClipLine( CvSize img_size, CvPoint* pt1, CvPoint* pt2 ) 160 cvInitLineIterator( const CvArr* img, CvPoint pt1, CvPoint pt2, 256 icvLine( CvMat* mat, CvPoint pt1, CvPoint pt2 [all...] |
/external/opencv3/modules/imgproc/src/ |
utils.cpp | 79 cvCopyMakeBorder( const CvArr* srcarr, CvArr* dstarr, CvPoint offset,
|
convhull.cpp | 427 sizeof(CvContour), sizeof(CvPoint),(CvMemStorage*)hull_storage ); 434 sizeof(CvContour), sizeof(CvPoint*), (CvMemStorage*)hull_storage ); 520 CvPoint* hull_cur; 603 CvPoint* pos = *CV_SEQ_ELEM( hull, CvPoint*, 0 ); 606 pos = *CV_SEQ_ELEM( hull, CvPoint*, 1 ); 609 pos = *CV_SEQ_ELEM( hull, CvPoint*, 2 ); 631 hull_cur = *(CvPoint**)hull_reader.prev_elem; 637 hull_cur = CV_GET_SEQ_ELEM( CvPoint, ptseq, index ); 649 CvPoint* hull_next [all...] |
contours.cpp | 50 static const CvPoint icvCodeDeltas[8] = 51 { CvPoint(1, 0), CvPoint(1, -1), CvPoint(0, -1), CvPoint(-1, -1), CvPoint(-1, 0), CvPoint(-1, 1), CvPoint(0, 1), CvPoint(1, 1) }; 76 CV_IMPL CvPoint [all...] |