Searched refs:cvRectangle (Results 1 – 13 of 13) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvface.cpp | 308 cvRectangle(Image,p1,p2,CV_RGB(255,0,0),1); in Show() 322 cvRectangle(Image,p1,p2,CV_RGB(0,0,255),1); in ShowIdeal()
|
D | cvsegment.cpp | 524 cvRectangle( mask, cvPoint(0,0), cvPoint(size.width-1,size.height-1), cvScalarAll(1), 1 ); in cvSegmentImage()
|
/external/opencv3/modules/video/test/ |
D | test_camshift.cpp | 354 cvRectangle( dst, cvPoint(init_rect.x, init_rect.y), in validate_test_results() 493 cvRectangle( dst, cvPoint(init_rect.x, init_rect.y), in validate_test_results() 496 cvRectangle( dst, cvPoint(comp.rect.x, comp.rect.y), in validate_test_results()
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 1002 CVAPI(void) cvRectangle( CvArr* img, CvPoint pt1, CvPoint pt2, 1068 #define cvDrawRect cvRectangle
|
/external/opencv3/modules/imgcodecs/test/ |
D | test_drawing.cpp | 327 cvRectangle( &img, cvPoint(0, 300), cvPoint(50, 398), cvScalar(0,0,255) ); in draw() 337 cvRectangle( &img, cvPoint( textOrg.x, textOrg.y + baseline), in draw()
|
/external/opencv3/modules/imgproc/test/ |
D | test_floodfill.cpp | 273 … cvRectangle( mask, cvPoint(0,0), cvPoint(mask->cols-1,mask->rows-1), Scalar::all(1.), 1, 8, 0 ); in cvTsFloodFill()
|
/external/opencv/ |
D | cvjni.cpp | 623 cvRectangle(sourceImage, pt1, pt2, CV_RGB(255, 0, 0), 3, 8, 0); in highlightFace()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1292 CVAPI(void) cvRectangle( CvArr* img, CvPoint pt1, CvPoint pt2, 1336 #define cvDrawRect cvRectangle
|
/external/opencv/cv/src/ |
D | cvdistransform.cpp | 845 cvRectangle( src_copy, top_left, bottom_right, cvScalarAll(255), 1, 8 ); in cvDistTransform()
|
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()
|
/external/opencv3/modules/calib3d/src/ |
D | calibinit.cpp | 369 cvRectangle( thresh_img, cvPoint(0,0), cvPoint(thresh_img->cols-1, in cvFindChessboardCorners()
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 1770 cvRectangle( void* img, CvPoint pt1, CvPoint pt2, in cvRectangle() function
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2591 cvRectangle( CvArr* _img, CvPoint pt1, CvPoint pt2, in cvRectangle() function
|