| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.dnn |
| Modifier and Type | Method and Description |
|---|---|
static MatOfRotatedRect |
MatOfRotatedRect.fromNativeAddr(long addr) |
static MatOfRotatedRect |
MatOfRotatedRect.fromNativeAddr(long addr) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextDetectionModel.detectTextRectangles(Mat frame,
MatOfRotatedRect detections) |
void |
TextDetectionModel.detectTextRectangles(Mat frame,
MatOfRotatedRect detections) |
void |
TextDetectionModel.detectTextRectangles(Mat frame,
MatOfRotatedRect detections,
MatOfFloat confidences)
Performs detection
Given the input
frame, prepare network input, run network inference, post-process network output and return result detections. |
void |
TextDetectionModel.detectTextRectangles(Mat frame,
MatOfRotatedRect detections,
MatOfFloat confidences)
Performs detection
Given the input
frame, prepare network input, run network inference, post-process network output and return result detections. |
static void |
Dnn.NMSBoxesRotated(MatOfRotatedRect bboxes,
MatOfFloat scores,
float score_threshold,
float nms_threshold,
MatOfInt indices) |
static void |
Dnn.NMSBoxesRotated(MatOfRotatedRect bboxes,
MatOfFloat scores,
float score_threshold,
float nms_threshold,
MatOfInt indices) |
static void |
Dnn.NMSBoxesRotated(MatOfRotatedRect bboxes,
MatOfFloat scores,
float score_threshold,
float nms_threshold,
MatOfInt indices,
float eta) |
static void |
Dnn.NMSBoxesRotated(MatOfRotatedRect bboxes,
MatOfFloat scores,
float score_threshold,
float nms_threshold,
MatOfInt indices,
float eta) |
static void |
Dnn.NMSBoxesRotated(MatOfRotatedRect bboxes,
MatOfFloat scores,
float score_threshold,
float nms_threshold,
MatOfInt indices,
float eta,
int top_k) |
static void |
Dnn.NMSBoxesRotated(MatOfRotatedRect bboxes,
MatOfFloat scores,
float score_threshold,
float nms_threshold,
MatOfInt indices,
float eta,
int top_k) |
Copyright © 2023. All rights reserved.