Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_highgui |
Modifier and Type | Method and Description |
---|---|
static QtFont |
opencv_highgui.fontQt(BytePointer nameFont) |
static QtFont |
opencv_highgui.fontQt(BytePointer nameFont,
int pointSize,
Scalar color,
int weight,
int style,
int spacing)
\brief Creates the font to draw a text on an image.
|
static QtFont |
opencv_highgui.fontQt(String nameFont) |
static QtFont |
opencv_highgui.fontQt(String nameFont,
int pointSize,
Scalar color,
int weight,
int style,
int spacing) |
Modifier and Type | Method and Description |
---|---|
static void |
opencv_highgui.addText(Mat img,
BytePointer text,
Point org,
QtFont font)
\brief Draws a text on the image.
|
static void |
opencv_highgui.addText(Mat img,
String text,
Point org,
QtFont font) |
Modifier and Type | Method and Description |
---|---|
QtFont |
QtFont.ascii(IntPointer setter) |
QtFont |
QtFont.color(Scalar setter) |
QtFont |
QtFont.cyrillic(IntPointer setter) |
QtFont |
QtFont.dx(float setter) |
QtFont |
QtFont.font_face(int setter) |
QtFont |
QtFont.greek(IntPointer setter) |
QtFont |
QtFont.hscale(float setter) |
QtFont |
QtFont.line_type(int setter) |
QtFont |
QtFont.nameFont(BytePointer setter) |
QtFont |
QtFont.position(long position) |
QtFont |
QtFont.shear(float setter) |
QtFont |
QtFont.thickness(int setter) |
QtFont |
QtFont.vscale(float setter) |
Copyright © 2020. All rights reserved.