Searched refs:cvAddText (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/highgui/src/ |
D | window.cpp | 394 cvAddText( &_img, text.c_str(), org, (CvFont*)&font); in addText() 619 CV_IMPL void cvAddText( const CvArr*, const char*, CvPoint , CvFont* ) in cvAddText() function
|
D | window_QT.cpp | 111 CV_IMPL void cvAddText(const CvArr* img, const char* text, CvPoint org, CvFont* font) in cvAddText() function
|
/external/opencv3/modules/highgui/include/opencv2/highgui/ |
D | highgui_c.h | 81 CVAPI(void) cvAddText(const CvArr* img, const char* text, CvPoint org, CvFont *arg2);
|