| 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 void |
Core.ellipse(Mat img,
RotatedRect box,
Scalar color)
Draws a simple or thick elliptic arc or fills an ellipse sector.
|
static void |
Core.ellipse(Mat img,
RotatedRect box,
Scalar color,
int thickness)
Draws a simple or thick elliptic arc or fills an ellipse sector.
|
static void |
Core.ellipse(Mat img,
RotatedRect box,
Scalar color,
int thickness,
int lineType)
Draws a simple or thick elliptic arc or fills an ellipse sector.
|
| Modifier and Type | Method and Description |
|---|---|
static RotatedRect |
Imgproc.fitEllipse(MatOfPoint2f 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 RotatedRect |
Video.CamShift(Mat probImage,
Rect window,
TermCriteria criteria)
Finds an object center, size, and orientation.
|
Copyright © 2014. All rights reserved.