Uses of Class
org.opencv.core.MatOfRotatedRect
-
Packages that use MatOfRotatedRect Package Description org.opencv.core org.opencv.dnn -
-
Uses of MatOfRotatedRect in org.opencv.core
Methods in org.opencv.core that return MatOfRotatedRect Modifier and Type Method Description static MatOfRotatedRect
MatOfRotatedRect. fromNativeAddr(long addr)
-
Uses of MatOfRotatedRect in org.opencv.dnn
Methods in org.opencv.dnn with parameters of type MatOfRotatedRect Modifier and Type Method Description void
TextDetectionModel. detectTextRectangles(Mat frame, MatOfRotatedRect detections)
void
TextDetectionModel. detectTextRectangles(Mat frame, MatOfRotatedRect detections, MatOfFloat confidences)
Performs detection Given the inputframe
, 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, float eta)
static void
Dnn. NMSBoxesRotated(MatOfRotatedRect bboxes, MatOfFloat scores, float score_threshold, float nms_threshold, MatOfInt indices, float eta, int top_k)
-