| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.imgproc | |
| org.opencv.utils | |
| 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)
Fits an ellipse around a set of 2D points.
|
static RotatedRect |
Imgproc.fitEllipseAMS(Mat points)
Fits an ellipse around a set of 2D points.
|
static RotatedRect |
Imgproc.fitEllipseDirect(Mat points)
Fits an ellipse around a set of 2D points.
|
static RotatedRect |
Imgproc.minAreaRect(MatOfPoint2f points)
Finds a rotated rectangle of the minimum area enclosing the input 2D point set.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Imgproc.boxPoints(RotatedRect box,
Mat points)
Finds the four vertices of a rotated rect.
|
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)
Finds out if there is any intersection between two rotated rectangles.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Converters.Mat_to_vector_RotatedRect(Mat m,
List<RotatedRect> rs) |
static Mat |
Converters.vector_RotatedRect_to_Mat(List<RotatedRect> rs) |
| Modifier and Type | Method and Description |
|---|---|
static RotatedRect |
Video.CamShift(Mat probImage,
Rect window,
TermCriteria criteria)
Finds an object center, size, and orientation.
|
Copyright © 2020. All rights reserved.