Searched refs:cvPutText (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.h1396 /* Initializes font structure used further in cvPutText */
1412 CVAPI(void) cvPutText( CvArr* img, const char* text, CvPoint org,
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2194 cvPutText( void *img, const char *text, CvPoint org, const CvFont *font, CvScalar color ) function
2196 CV_FUNCNAME( "cvPutText" );

Completed in 53 milliseconds