| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvBox2D |
opencv_core.CvBox2D.angle(float angle) |
opencv_core.CvBox2D |
opencv_core.CvBox2D.center(opencv_core.CvPoint2D32f center) |
static opencv_core.CvBox2D |
opencv_imgproc.cvFitEllipse2(opencv_core.CvArr points)
\brief Fits ellipse into a set of 2d points
|
static opencv_core.CvBox2D |
opencv_imgproc.cvMinAreaRect2(opencv_core.CvArr points) |
static opencv_core.CvBox2D |
opencv_imgproc.cvMinAreaRect2(opencv_core.CvArr points,
opencv_core.CvMemStorage storage)
\brief Finds minimum area rotated rectangle bounding a set of points
|
opencv_core.CvBox2D |
opencv_core.CvBox2D.position(long position) |
opencv_core.CvBox2D |
opencv_core.CvBox2D.size(opencv_core.CvSize2D32f size) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_imgproc.cvBoxPoints(opencv_core.CvBox2D box,
float[] pt) |
static void |
opencv_imgproc.cvBoxPoints(opencv_core.CvBox2D box,
FloatBuffer pt) |
static void |
opencv_imgproc.cvBoxPoints(opencv_core.CvBox2D box,
opencv_core.CvPoint2D32f pt)
\brief Finds coordinates of the box vertices
|
static int |
opencv_video.cvCamShift(opencv_core.CvArr prob_image,
opencv_core.CvRect window,
opencv_core.CvTermCriteria criteria,
opencv_imgproc.CvConnectedComp comp,
opencv_core.CvBox2D box)
\
Tracking *
\
|
static void |
opencv_imgproc.cvEllipseBox(opencv_core.CvArr img,
opencv_core.CvBox2D box,
opencv_core.CvScalar color) |
static void |
opencv_imgproc.cvEllipseBox(opencv_core.CvArr img,
opencv_core.CvBox2D box,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
| Modifier and Type | Method and Description |
|---|---|
abstract opencv_core.CvBox2D |
opencv_core.AbstractCvBox2D.angle(float angle) |
abstract opencv_core.CvBox2D |
opencv_core.AbstractCvBox2D.center(opencv_core.CvPoint2D32f center) |
abstract opencv_core.CvBox2D |
opencv_core.AbstractCvBox2D.size(opencv_core.CvSize2D32f size) |
Copyright © 2018. All rights reserved.