HomeSort by relevance Sort by last modified time
    Searched defs:cvAddText (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/highgui/src/
window.cpp 394 cvAddText( &_img, text.c_str(), org, (CvFont*)&font);
619 CV_IMPL void cvAddText( const CvArr*, const char*, CvPoint , CvFont* )
621 CV_NO_GUI_ERROR("cvAddText");
window_QT.cpp 111 CV_IMPL void cvAddText(const CvArr* img, const char* text, CvPoint org, CvFont* font)
    [all...]

Completed in 332 milliseconds