| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.imgproc | |
| org.opencv.video |
| Modifier and Type | Method and Description |
|---|---|
RotatedRect |
RotatedRect.clone() |
| 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 © 2020. All rights reserved.