| 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.RotatedRect.asCvBox2D()
conversion to the old-style CvBox2D structure
|
opencv_core.CvBox2D |
opencv_core.CvBox2D.center(opencv_core.CvPoint2D32f center) |
static opencv_core.CvBox2D |
opencv_imgproc.cvFitEllipse2(opencv_core.CvArr 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) |
opencv_core.CvBox2D |
opencv_core.CvBox2D.position(int 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) |
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_core.cvEllipseBox(opencv_core.CvArr img,
opencv_core.CvBox2D box,
opencv_core.CvScalar color) |
static void |
opencv_core.cvEllipseBox(opencv_core.CvArr img,
opencv_core.CvBox2D box,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static void |
opencv_legacy.cvFitEllipse(float[] points,
int count,
opencv_core.CvBox2D box) |
static void |
opencv_legacy.cvFitEllipse(FloatBuffer points,
int count,
opencv_core.CvBox2D box) |
static void |
opencv_legacy.cvFitEllipse(opencv_core.CvPoint2D32f points,
int count,
opencv_core.CvBox2D box) |
| Constructor and Description |
|---|
opencv_core.RotatedRect(opencv_core.CvBox2D box) |
| 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 © 2014. All Rights Reserved.