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 MatOfRotatedRectMatOfRotatedRect. 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 voidTextDetectionModel. detectTextRectangles(Mat frame, MatOfRotatedRect detections)voidTextDetectionModel. 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 voidDnn. NMSBoxesRotated(MatOfRotatedRect bboxes, MatOfFloat scores, float score_threshold, float nms_threshold, MatOfInt indices)static voidDnn. NMSBoxesRotated(MatOfRotatedRect bboxes, MatOfFloat scores, float score_threshold, float nms_threshold, MatOfInt indices, float eta)static voidDnn. NMSBoxesRotated(MatOfRotatedRect bboxes, MatOfFloat scores, float score_threshold, float nms_threshold, MatOfInt indices, float eta, int top_k)
-