Searched refs:cvPutText (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/imgcodecs/test/ |
D | test_drawing.cpp | 341 cvPutText( &img, text1.c_str(), textOrg, &font, cvScalar(150,0,150) ); in draw() 349 cvPutText(&img, text2.c_str(), textOrg, &font, color ); in draw() 354 cvPutText(&img, text2.c_str(), textOrg, &font, color ); in draw() 359 cvPutText(&img, text2.c_str(), textOrg, &font, color ); in draw() 364 cvPutText(&img, text2.c_str(), textOrg, &font, color ); in draw() 369 cvPutText(&img, text2.c_str(), textOrg, &font, color ); in draw() 374 cvPutText(&img, text2.c_str(), textOrg, &font, color ); in draw() 379 cvPutText(&img, text2.c_str(), textOrg, &font, color ); in draw() 384 cvPutText(&img, text2.c_str(), textOrg, &font, color ); in draw() 390 cvPutText(&img, text2.c_str(), textOrg, &font, color ); in draw()
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 1168 CVAPI(void) cvPutText( CvArr* img, const char* text, CvPoint org,
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1412 CVAPI(void) cvPutText( CvArr* img, const char* text, CvPoint org,
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 2194 cvPutText( void *img, const char *text, CvPoint org, const CvFont *font, CvScalar color ) in cvPutText() function
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2656 cvPutText( CvArr* _img, const char *text, CvPoint org, const CvFont *_font, CvScalar color ) in cvPutText() function
|