Home
last modified time | relevance | path

Searched refs:cvAddText (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/highgui/src/
Dwindow.cpp394 cvAddText( &_img, text.c_str(), org, (CvFont*)&font); in addText()
619 CV_IMPL void cvAddText( const CvArr*, const char*, CvPoint , CvFont* ) in cvAddText() function
Dwindow_QT.cpp111 CV_IMPL void cvAddText(const CvArr* img, const char* text, CvPoint org, CvFont* font) in cvAddText() function
/external/opencv3/modules/highgui/include/opencv2/highgui/
Dhighgui_c.h81 CVAPI(void) cvAddText(const CvArr* img, const char* text, CvPoint org, CvFont *arg2);