MCPcopy Create free account
hub / github.com/bitristan/OpenCVSamples / putText

Method putText

OpenCV Library - 2.4.3/src/org/opencv/core/Core.java:6167–6173  ·  view source on GitHub ↗

Draws a text string. The function putText renders the specified text string in the image. Symbols that cannot be rendered using the specified font are replaced by question marks. See "getTextSize" for a text rendering code example. @param img Image. @param text Text stri

(Mat img, String text, Point org, int fontFace, double fontScale, Scalar color, int thickness, int lineType, boolean bottomLeftOrigin)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

puzzleFrameMethod · 0.95
onCameraFrameMethod · 0.95

Calls 3

putText_0Method · 0.95
putText_1Method · 0.95
putText_2Method · 0.95

Tested by

no test coverage detected