| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_imgproc.boxPoints(opencv_core.RotatedRect box,
opencv_core.GpuMat points) |
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.GpuMat img,
opencv_core.RotatedRect box,
opencv_core.Scalar color) |
static void |
opencv_imgproc.ellipse(opencv_core.GpuMat img,
opencv_core.RotatedRect box,
opencv_core.Scalar color,
int thickness,
int lineType) |
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 void |
opencv_dnn.NMSBoxesRotated(opencv_core.RotatedRect bboxes,
float[] scores,
float score_threshold,
float nms_threshold,
int[] indices) |
static void |
opencv_dnn.NMSBoxesRotated(opencv_core.RotatedRect bboxes,
float[] scores,
float score_threshold,
float nms_threshold,
int[] indices,
float eta,
int top_k) |
static void |
opencv_dnn.NMSBoxesRotated(opencv_core.RotatedRect bboxes,
FloatBuffer scores,
float score_threshold,
float nms_threshold,
IntBuffer indices) |
static void |
opencv_dnn.NMSBoxesRotated(opencv_core.RotatedRect bboxes,
FloatBuffer scores,
float score_threshold,
float nms_threshold,
IntBuffer indices,
float eta,
int top_k) |
static void |
opencv_dnn.NMSBoxesRotated(opencv_core.RotatedRect bboxes,
org.bytedeco.javacpp.FloatPointer scores,
float score_threshold,
float nms_threshold,
org.bytedeco.javacpp.IntPointer indices) |
static void |
opencv_dnn.NMSBoxesRotated(opencv_core.RotatedRect bboxes,
org.bytedeco.javacpp.FloatPointer scores,
float score_threshold,
float nms_threshold,
org.bytedeco.javacpp.IntPointer indices,
float eta,
int top_k) |
static int |
opencv_imgproc.rotatedRectangleIntersection(opencv_core.RotatedRect rect1,
opencv_core.RotatedRect rect2,
opencv_core.GpuMat intersectingRegion) |
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 © 2018. All rights reserved.