Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_core |
Modifier and Type | Method and Description |
---|---|
static CvBox2D |
opencv_core.cvBox2D() |
static CvBox2D |
opencv_core.cvBox2D(CvPoint2D32f c,
CvSize2D32f s,
float a) |
static CvBox2D |
opencv_core.cvBox2D(float[] c,
CvSize2D32f s,
float a) |
static CvBox2D |
opencv_core.cvBox2D(FloatBuffer c,
CvSize2D32f s,
float a) |
static CvBox2D |
opencv_core.cvBox2D(RotatedRect rr) |
static CvBox2D |
opencv_imgproc.cvFitEllipse2(CvArr points)
\brief Fits ellipse into a set of 2d points
|
static CvBox2D |
opencv_imgproc.cvMinAreaRect2(CvArr points) |
static CvBox2D |
opencv_imgproc.cvMinAreaRect2(CvArr points,
CvMemStorage storage)
\brief Finds minimum area rotated rectangle bounding a set of points
|
Modifier and Type | Method and Description |
---|---|
static void |
opencv_imgproc.cvBoxPoints(CvBox2D box,
CvPoint2D32f pt)
\brief Finds coordinates of the box vertices
|
static void |
opencv_imgproc.cvBoxPoints(CvBox2D box,
float[] pt) |
static void |
opencv_imgproc.cvBoxPoints(CvBox2D box,
FloatBuffer pt) |
static void |
opencv_imgproc.cvEllipseBox(CvArr img,
CvBox2D box,
CvScalar color) |
static void |
opencv_imgproc.cvEllipseBox(CvArr img,
CvBox2D box,
CvScalar color,
int thickness,
int line_type,
int shift) |
Modifier and Type | Method and Description |
---|---|
CvBox2D |
CvBox2D.angle(float setter) |
abstract CvBox2D |
AbstractCvBox2D.angle(float angle) |
CvBox2D |
CvBox2D.center(CvPoint2D32f setter) |
abstract CvBox2D |
AbstractCvBox2D.center(CvPoint2D32f center) |
CvBox2D |
CvBox2D.getPointer(long i) |
CvBox2D |
CvBox2D.position(long position) |
CvBox2D |
CvBox2D.size(CvSize2D32f setter) |
abstract CvBox2D |
AbstractCvBox2D.size(CvSize2D32f size) |
Copyright © 2024. All rights reserved.