| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.RotatedRect |
opencv_core.RotatedRect.angle(float angle) |
opencv_core.RotatedRect |
opencv_core.CvBox2D.asRotatedRect() |
static opencv_core.RotatedRect |
opencv_video.CamShift(opencv_core.Mat probImage,
opencv_core.Rect window,
opencv_core.TermCriteria criteria)
\brief Finds an object center, size, and orientation.
|
static opencv_core.RotatedRect |
opencv_video.CamShift(opencv_core.UMat probImage,
opencv_core.Rect window,
opencv_core.TermCriteria criteria) |
opencv_core.RotatedRect |
opencv_core.RotatedRect.center(opencv_core.Point2f center) |
static opencv_core.RotatedRect |
opencv_imgproc.fitEllipse(opencv_core.Mat points)
\brief Fits an ellipse around a set of 2D points.
|
static opencv_core.RotatedRect |
opencv_imgproc.fitEllipse(opencv_core.UMat points) |
static opencv_core.RotatedRect |
opencv_imgproc.minAreaRect(opencv_core.Mat points)
\brief Finds a rotated rectangle of the minimum area enclosing the input 2D point set.
|
static opencv_core.RotatedRect |
opencv_imgproc.minAreaRect(opencv_core.UMat points) |
opencv_core.RotatedRect |
opencv_core.RotatedRect.position(long position) |
opencv_core.RotatedRect |
opencv_core.RotatedRect.size(opencv_core.Size2f size) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_imgproc.boxPoints(opencv_core.RotatedRect box,
opencv_core.Mat points)
\brief Finds the four vertices of a rotated rect.
|
static void |
opencv_imgproc.boxPoints(opencv_core.RotatedRect box,
opencv_core.UMat points) |
static void |
opencv_imgproc.ellipse(opencv_core.Mat img,
opencv_core.RotatedRect box,
opencv_core.Scalar color) |
static void |
opencv_imgproc.ellipse(opencv_core.Mat img,
opencv_core.RotatedRect box,
opencv_core.Scalar color,
int thickness,
int lineType)
\overload
|
static void |
opencv_imgproc.ellipse(opencv_core.UMat img,
opencv_core.RotatedRect box,
opencv_core.Scalar color) |
static void |
opencv_imgproc.ellipse(opencv_core.UMat img,
opencv_core.RotatedRect box,
opencv_core.Scalar color,
int thickness,
int lineType) |
static int |
opencv_imgproc.rotatedRectangleIntersection(opencv_core.RotatedRect rect1,
opencv_core.RotatedRect rect2,
opencv_core.Mat intersectingRegion)
\brief Finds out if there is any intersection between two rotated rectangles.
|
static int |
opencv_imgproc.rotatedRectangleIntersection(opencv_core.RotatedRect rect1,
opencv_core.RotatedRect rect2,
opencv_core.UMat intersectingRegion) |
| Constructor and Description |
|---|
CvBox2D(opencv_core.RotatedRect rr) |
Copyright © 2017. All rights reserved.