Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_imgproc |
Modifier and Type | Method and Description |
---|---|
static CvFont |
opencv_imgproc.cvFont(double scale) |
static CvFont |
opencv_imgproc.cvFont(double scale,
int thickness) |
static CvFont |
opencv_highgui.cvFontQt(BytePointer nameFont) |
static CvFont |
opencv_highgui.cvFontQt(BytePointer nameFont,
int pointSize,
CvScalar color,
int weight,
int style,
int spacing) |
static CvFont |
opencv_highgui.cvFontQt(String nameFont) |
static CvFont |
opencv_highgui.cvFontQt(String nameFont,
int pointSize,
CvScalar color,
int weight,
int style,
int spacing) |
Modifier and Type | Method and Description |
---|---|
static void |
opencv_highgui.cvAddText(CvArr img,
BytePointer text,
CvPoint org,
CvFont arg2) |
static void |
opencv_highgui.cvAddText(CvArr img,
BytePointer text,
int[] org,
CvFont arg2) |
static void |
opencv_highgui.cvAddText(CvArr img,
BytePointer text,
IntBuffer org,
CvFont arg2) |
static void |
opencv_highgui.cvAddText(CvArr img,
String text,
CvPoint org,
CvFont arg2) |
static void |
opencv_highgui.cvAddText(CvArr img,
String text,
int[] org,
CvFont arg2) |
static void |
opencv_highgui.cvAddText(CvArr img,
String text,
IntBuffer org,
CvFont arg2) |
static void |
opencv_imgproc.cvGetTextSize(BytePointer text_string,
CvFont font,
CvSize text_size,
int[] baseline) |
static void |
opencv_imgproc.cvGetTextSize(BytePointer text_string,
CvFont font,
CvSize text_size,
IntBuffer baseline) |
static void |
opencv_imgproc.cvGetTextSize(BytePointer text_string,
CvFont font,
CvSize text_size,
IntPointer baseline)
\brief Calculates bounding box of text stroke (useful for alignment)
|
static void |
opencv_imgproc.cvGetTextSize(String text_string,
CvFont font,
CvSize text_size,
int[] baseline) |
static void |
opencv_imgproc.cvGetTextSize(String text_string,
CvFont font,
CvSize text_size,
IntBuffer baseline) |
static void |
opencv_imgproc.cvGetTextSize(String text_string,
CvFont font,
CvSize text_size,
IntPointer baseline) |
static void |
opencv_imgproc.cvInitFont(CvFont font,
int font_face,
double hscale,
double vscale) |
static void |
opencv_imgproc.cvInitFont(CvFont font,
int font_face,
double hscale,
double vscale,
double shear,
int thickness,
int line_type)
\brief Initializes font structure (OpenCV 1.x API).
|
static void |
opencv_imgproc.cvPutText(CvArr img,
BytePointer text,
CvPoint org,
CvFont font,
CvScalar color)
\brief Renders text stroke with specified font and color at specified location.
|
static void |
opencv_imgproc.cvPutText(CvArr img,
BytePointer text,
int[] org,
CvFont font,
CvScalar color) |
static void |
opencv_imgproc.cvPutText(CvArr img,
BytePointer text,
IntBuffer org,
CvFont font,
CvScalar color) |
static void |
opencv_imgproc.cvPutText(CvArr img,
String text,
CvPoint org,
CvFont font,
CvScalar color) |
static void |
opencv_imgproc.cvPutText(CvArr img,
String text,
int[] org,
CvFont font,
CvScalar color) |
static void |
opencv_imgproc.cvPutText(CvArr img,
String text,
IntBuffer org,
CvFont font,
CvScalar color) |
Modifier and Type | Method and Description |
---|---|
CvFont |
CvFont.ascii(IntPointer setter) |
CvFont |
CvFont.color(CvScalar setter) |
CvFont |
CvFont.cyrillic(IntPointer setter) |
CvFont |
CvFont.dx(float setter) |
CvFont |
CvFont.font_face(int setter) |
CvFont |
CvFont.greek(IntPointer setter) |
CvFont |
CvFont.hscale(float setter) |
CvFont |
CvFont.line_type(int setter) |
CvFont |
CvFont.nameFont(BytePointer setter) |
CvFont |
CvFont.position(long position) |
CvFont |
CvFont.shear(float setter) |
CvFont |
CvFont.thickness(int setter) |
CvFont |
CvFont.vscale(float setter) |
Copyright © 2020. All rights reserved.