/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...] |
cvcreatehandmask.cpp | 58 CvPoint pt;
|
decomppoly.cpp | 140 bool icvEarCutTriangulation( CvPoint* contour, 327 inline bool icvFindTwoNeighbourEdges( CvPoint* contour, 428 bool icvFindReferences( CvPoint* contour, 533 CvPoint* contour; 556 contour = ( CvPoint* )memory;
|
/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/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...] |
cvapprox.cpp | 49 CvPoint pt; 78 CvPoint pt = chain->origin; 93 header_size, sizeof( CvPoint ), storage, &writer ); 162 CvPoint pt0; 526 CvPoint start_pt = {INT_MIN, INT_MIN}, end_pt = {0, 0}, pt = {0,0}; 552 end_pt = *(CvPoint*)(reader.ptr); 553 start_pt = *(CvPoint*)cvGetSeqElem( src_contour, -1 ); 697 *((CvPoint*)reader2.ptr) = start_pt = end_pt; 703 *((CvPoint*)reader2.ptr) = start_pt = pt; 709 *((CvPoint*)reader2.ptr) = pt [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/opencv/cxcore/include/ |
cxtypes.h | 907 /******************************* CvPoint and variants ***********************************/ 909 typedef struct CvPoint 914 CvPoint; 917 CV_INLINE CvPoint cvPoint( int x, int y ) 919 CvPoint p; 947 CV_INLINE CvPoint2D32f cvPointTo32f( CvPoint point ) 953 CV_INLINE CvPoint cvPointFrom32f( CvPoint2D32f point ) 955 CvPoint ipt; [all...] |
cxcore.h | [all...] |