/external/opencv/cv/include/ |
D | cv.hpp | 67 CvPoint _anchor=cvPoint(-1,-1), 84 CvPoint _anchor=cvPoint(-1,-1), 107 CvPoint _dst_origin=cvPoint(0,0), int _flags=0 ); 170 CvPoint _anchor=cvPoint(-1,-1), 177 CvPoint _anchor=cvPoint(-1,-1), 188 CvPoint _anchor=cvPoint(-1,-1), 218 CvPoint _anchor=cvPoint(-1,-1), 225 CvPoint _anchor=cvPoint(-1,-1), 232 CvPoint _anchor=cvPoint(-1,-1), 255 CvPoint _anchor=cvPoint(-1,-1), [all …]
|
D | cv.h | 90 CvPoint anchor CV_DEFAULT(cvPoint(-1,-1))); in LOAD_CHDL() 414 CvPoint offset CV_DEFAULT(cvPoint(0,0))); in LOAD_CHDL() 426 CvPoint offset CV_DEFAULT(cvPoint(0,0))); in LOAD_CHDL()
|
/external/opencv/cv/src/ |
D | cvmoments.cpp | 451 icvGetSpatialMoment_64f_p( ippmomentstate, 0, 0, 0, cvPoint(0,0), &moments->m00 ); in cvMoments() 452 icvGetSpatialMoment_64f_p( ippmomentstate, 1, 0, 0, cvPoint(0,0), &moments->m10 ); in cvMoments() 453 icvGetSpatialMoment_64f_p( ippmomentstate, 0, 1, 0, cvPoint(0,0), &moments->m01 ); in cvMoments() 454 icvGetSpatialMoment_64f_p( ippmomentstate, 2, 0, 0, cvPoint(0,0), &moments->m20 ); in cvMoments() 455 icvGetSpatialMoment_64f_p( ippmomentstate, 1, 1, 0, cvPoint(0,0), &moments->m11 ); in cvMoments() 456 icvGetSpatialMoment_64f_p( ippmomentstate, 0, 2, 0, cvPoint(0,0), &moments->m02 ); in cvMoments() 457 icvGetSpatialMoment_64f_p( ippmomentstate, 3, 0, 0, cvPoint(0,0), &moments->m30 ); in cvMoments() 458 icvGetSpatialMoment_64f_p( ippmomentstate, 2, 1, 0, cvPoint(0,0), &moments->m21 ); in cvMoments() 459 icvGetSpatialMoment_64f_p( ippmomentstate, 1, 2, 0, cvPoint(0,0), &moments->m12 ); in cvMoments() 460 icvGetSpatialMoment_64f_p( ippmomentstate, 0, 3, 0, cvPoint(0,0), &moments->m03 ); in cvMoments()
|
D | cvcorner.cpp | 247 el_anchor = cvPoint( aperture_size/2, aperture_size/2 ); in icvCornerEigenValsVecs() 324 dx_filter.process( src, Dx, cvRect(0,y,-1,delta), cvPoint(0,0), stage ); in icvCornerEigenValsVecs() 326 cvPoint(0,0), stage ); in icvCornerEigenValsVecs() 390 cvRect(0,0,-1,stripe_size.height),cvPoint(0,0),stage+CV_ISOLATED_ROI); in icvCornerEigenValsVecs() 555 el_anchor = cvPoint( aperture_size/2, aperture_size/2 ); in cvPreCornerDetect() 626 CvPoint origin=cvPoint(0,0); in cvPreCornerDetect()
|
D | cvcalibinit.cpp | 327 cvRectangle( thresh_img, cvPoint(0,0), cvPoint(thresh_img->cols-1, in cvFindChessboardCorners() 1813 cvRectangle( thresh_img, cvPoint(0,0), cvPoint(thresh_img->cols-1, in icvGenerateQuadsEx() 2035 cvLine( image, cvPoint( pt.x - r, pt.y - r ), in cvDrawChessboardCorners() 2036 cvPoint( pt.x + r, pt.y + r ), color, 1, line_type, shift ); in cvDrawChessboardCorners() 2037 cvLine( image, cvPoint( pt.x - r, pt.y + r), in cvDrawChessboardCorners() 2038 cvPoint( pt.x + r, pt.y - r), color, 1, line_type, shift ); in cvDrawChessboardCorners() 2077 cvLine( image, cvPoint(pt.x - r, pt.y - r), in cvDrawChessboardCorners() 2078 cvPoint(pt.x + r, pt.y + r), color, 1, line_type, shift ); in cvDrawChessboardCorners() 2079 cvLine( image, cvPoint(pt.x - r, pt.y + r), in cvDrawChessboardCorners() 2080 cvPoint(pt.x + r, pt.y - r), color, 1, line_type, shift ); in cvDrawChessboardCorners()
|
D | _cvimgproc.h | 76 CvArr* _corr, CvPoint anchor=cvPoint(0,0) );
|
D | cvmorph.cpp | 273 nz_loc[k++] = cvPoint(j*cn,i); in init() 276 nz_loc[k++] = cvPoint(anchor.x*cn,anchor.y); in init() 768 shape, cvPoint(anchorX,anchorY))); in cvCreateStructuringElementEx() 879 el_anchor = cvPoint( element->anchorX, element->anchorY ); in icvMorphOp() 886 el_anchor = cvPoint(1,1); in icvMorphOp()
|
D | cvcontours.cpp | 974 cvPoint( origin.x + scanner->offset.x, in cvFindNextContour() 988 cvPoint( origin.x + scanner->offset.x, in cvFindNextContour()
|
D | cvsmooth.cpp | 1070 CV_CALL( cvCopyMakeBorder( src, temp, cvPoint(radius,radius), IPL_BORDER_REPLICATE )); in icvBilateralFiltering_8u() 1198 CV_CALL( cvCopyMakeBorder( src, temp, cvPoint(radius,radius), IPL_BORDER_REPLICATE )); in icvBilateralFiltering_32f() 1496 cvPoint(ksize.width/2,ksize.height/2))); in cvSmooth()
|
D | cvmotempl.cpp | 474 CvPoint seed = cvPoint(x,y); in cvSegmentMotion()
|
D | mycvHaarDetectObjects.cpp | 1247 result = mycvRunHaarClassifierCascade( cascade, cvPoint(ix,iy), 0 ); in mycvHaarDetectObjects() 1263 int result = mycvRunHaarClassifierCascade( cascade, cvPoint(ix,iy), in mycvHaarDetectObjects()
|
D | cvtemplmatch.cpp | 244 cvCopyMakeBorder( dst1, dst, cvPoint(x1 - x0, y1 - y0), IPL_BORDER_REPLICATE ); in icvCrossCorr()
|
D | cvfilter.cpp | 2170 nz_loc[k++] = cvPoint(j,i); in init() 2479 el_anchor = cvPoint( ksize.width - anchor.x - 1, ksize.height - anchor.y - 1 ); in icvIPPSepFilter() 2620 anchor = cvPoint(kernel->cols/2,kernel->rows/2); in cvFilter2D() 2661 el_anchor = cvPoint( el_size.width - anchor.x - 1, el_size.height - anchor.y - 1 ); in cvFilter2D()
|
D | cvsurf.cpp | 333 apt[nangle0++] = cvPoint(j,i); in cvExtractSURF()
|
D | cvhaar.cpp | 1058 cvRunHaarClassifierCascade( cascade, cvPoint(x,y), 0 ) > 0; in cvHaarDetectObjects() 1215 result = cvRunHaarClassifierCascade( cascade, cvPoint(ix,iy), 0 ); in cvHaarDetectObjects() 1231 int result = cvRunHaarClassifierCascade( cascade, cvPoint(ix,iy), in cvHaarDetectObjects()
|
D | cvderiv.cpp | 428 cvPoint(-1,-1), _border_mode, _border_value ); in init()
|
/external/opencv/cvaux/src/ |
D | cvface.cpp | 157 if ( isPointInRect(cvPoint(x,y),IdealRect) ) in CheckElem() 306 CvPoint p1 = cvPoint(rect.x,rect.y); in Show() 307 CvPoint p2 = cvPoint(rect.x + rect.width,rect.y + rect.height); in Show() 320 CvPoint p1 = cvPoint(Rect.x,Rect.y); in ShowIdeal() 321 CvPoint p2 = cvPoint(Rect.x + Rect.width,Rect.y + Rect.height); in ShowIdeal()
|
D | cvsubdiv2.cpp | 136 buf[i] = cvPoint( cvRound( pt->pt.x ), cvRound( pt->pt.y )); in draw_subdiv_facet() 143 CvPoint ip = cvPoint( cvRound( pt->pt.x ), cvRound( pt->pt.y )); in draw_subdiv_facet()
|
D | cv3dtracker.cpp | 368 cvLine( img, cvPoint(pt.x - r, pt.y - r), in DrawEtalon() 369 cvPoint(pt.x + r, pt.y + r), color, 1, CV_AA ); in DrawEtalon() 370 cvLine( img, cvPoint(pt.x - r, pt.y + r), in DrawEtalon() 371 cvPoint(pt.x + r, pt.y - r), color, 1, CV_AA ); in DrawEtalon()
|
D | cvcalibfilter.cpp | 569 cvLine( dst, cvPoint( pt.x - r, pt.y - r ), in DrawPoints() 570 cvPoint( pt.x + r, pt.y + r ), color, 1, CV_AA ); in DrawPoints() 572 cvLine( dst, cvPoint( pt.x - r, pt.y + r), in DrawPoints() 573 cvPoint( pt.x + r, pt.y - r), color, 1, CV_AA ); in DrawPoints()
|
D | cvbgfg_common.cpp | 112 cvPoint(-offset.x,-offset.y)); in cvSegmentFGMask()
|
D | cvsegment.cpp | 524 cvRectangle( mask, cvPoint(0,0), cvPoint(size.width-1,size.height-1), cvScalarAll(1), 1 ); in cvSegmentImage()
|
/external/opencv/ |
D | cvjni.cpp | 241 cvPoint( 0, 0 ) // �I�t�Z�b�g in Java_org_siprop_opencv_OpenCV_findContours() 254 cvPoint( 0, 0 ) // �I�t�Z�b�g in Java_org_siprop_opencv_OpenCV_findContours() 618 CvPoint pt1 = cvPoint(int(face->x * scale), int(face->y * scale)); in highlightFace() 619 CvPoint pt2 = cvPoint(int((face->x + face->width) * scale), in highlightFace() 746 cvCircle( frameImage, cvPoint( gravityX, gravityY ), CIRCLE_RADIUS,
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 1421 CvPoint offset CV_DEFAULT(cvPoint(0,0)));
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 917 CV_INLINE CvPoint cvPoint( int x, int y ) in cvPoint() function
|