| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.imgproc | |
| org.opencv.video |
| Modifier and Type | Method and Description |
|---|---|
RotatedRect |
RotatedRect.clone() |
RotatedRect[] |
MatOfRotatedRect.toArray() |
| Modifier and Type | Method and Description |
|---|---|
List<RotatedRect> |
MatOfRotatedRect.toList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MatOfRotatedRect.fromArray(RotatedRect... a) |
| Modifier and Type | Method and Description |
|---|---|
void |
MatOfRotatedRect.fromList(List<RotatedRect> lr) |
| Constructor and Description |
|---|
MatOfRotatedRect(RotatedRect... a) |
| Modifier and Type | Method and Description |
|---|---|
static RotatedRect |
Imgproc.fitEllipse(MatOfPoint2f points) |
static RotatedRect |
Imgproc.fitEllipseAMS(Mat points) |
static RotatedRect |
Imgproc.fitEllipseDirect(Mat points) |
static RotatedRect |
Imgproc.minAreaRect(MatOfPoint2f points) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Imgproc.boxPoints(RotatedRect box,
Mat points) |
static void |
Imgproc.ellipse(Mat img,
RotatedRect box,
Scalar color) |
static void |
Imgproc.ellipse(Mat img,
RotatedRect box,
Scalar color,
int thickness) |
static void |
Imgproc.ellipse(Mat img,
RotatedRect box,
Scalar color,
int thickness,
int lineType) |
static int |
Imgproc.rotatedRectangleIntersection(RotatedRect rect1,
RotatedRect rect2,
Mat intersectingRegion) |
| Modifier and Type | Method and Description |
|---|---|
static RotatedRect |
Video.CamShift(Mat probImage,
Rect window,
TermCriteria criteria) |
Copyright © 2018. All rights reserved.