Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h1103 #define CV_FONT_HERSHEY_SIMPLEX 0 macro
1114 #define CV_FONT_VECTOR0 CV_FONT_HERSHEY_SIMPLEX
/external/opencv/cxcore/include/
Dcxcore.h1367 #define CV_FONT_HERSHEY_SIMPLEX 0 macro
1379 #define CV_FONT_VECTOR0 CV_FONT_HERSHEY_SIMPLEX
/external/opencv/cxcore/src/
Dcxdrawing.cpp2325 case CV_FONT_HERSHEY_SIMPLEX: in cvInitFont()