Searched refs:FONT_HERSHEY_TRIPLEX (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/imgcodecs/test/ |
D | test_drawing.cpp | 203 textSize = getTextSize( text2, FONT_HERSHEY_TRIPLEX, fontScale, thickness, &baseline); in draw() 205 putText(img, text2, textOrg, FONT_HERSHEY_TRIPLEX, fontScale, color, thickness, CV_AA); in draw() 366 cvInitFont( &font, FONT_HERSHEY_TRIPLEX, 0.5, 0.5, 0, 1, CV_AA ); in draw() 485 fonts.push_back(FONT_HERSHEY_TRIPLEX); in run()
|
/external/opencv3/modules/core/include/opencv2/ |
D | core.hpp | 217 …FONT_HERSHEY_TRIPLEX = 4, //!< normal size serif font (more complex than FONT_HERSHEY_COMPL… enumerator
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 169 FONT_HERSHEY_TRIPLEX = 4, field in Core
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2024 case FONT_HERSHEY_TRIPLEX: in getFontData()
|