Searched refs:FONT_ITALIC (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/imgcodecs/test/ |
D | test_drawing.cpp | 221 textSize = getTextSize( text2, FONT_ITALIC, fontScale, thickness, &baseline); in draw() 223 putText(img, text2, textOrg, FONT_ITALIC, fontScale, color, thickness, CV_AA); in draw() 387 cvInitFont( &font, FONT_ITALIC, 0.5, 0.5, 0, 1, CV_AA ); in draw() 494 for (int italic = 0; italic <= FONT_ITALIC; italic += FONT_ITALIC) in run()
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
D | Utils.cpp | 18 int fontFace = cv::FONT_ITALIC;
|
/external/opencv3/doc/tutorials/introduction/linux_eclipse/ |
D | linux_eclipse.markdown | 167 …putText(img, "Hello World!", Point( 200, 400 ), FONT_HERSHEY_SIMPLEX | FONT_ITALIC, 1.0, Scalar( 2…
|
/external/opencv3/modules/core/include/opencv2/ |
D | core.hpp | 221 FONT_ITALIC = 16 //!< flag for italic font enumerator
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 173 FONT_ITALIC = 16, field in Core
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2007 bool isItalic = (fontFace & FONT_ITALIC) != 0; in getFontData()
|