Home
last modified time | relevance | path

Searched refs:FONT_HERSHEY_TRIPLEX (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/imgcodecs/test/
Dtest_drawing.cpp203 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/
Dcore.hpp217FONT_HERSHEY_TRIPLEX = 4, //!< normal size serif font (more complex than FONT_HERSHEY_COMPL… enumerator
/external/opencv3/modules/java/src/
Dcore+Core.java169 FONT_HERSHEY_TRIPLEX = 4, field in Core
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp2024 case FONT_HERSHEY_TRIPLEX: in getFontData()