Uses of Class
org.opencv.dnn.TextDetectionModel_EAST
-
Packages that use TextDetectionModel_EAST Package Description org.opencv.dnn -
-
Uses of TextDetectionModel_EAST in org.opencv.dnn
Methods in org.opencv.dnn that return TextDetectionModel_EAST Modifier and Type Method Description static TextDetectionModel_EAST
TextDetectionModel_EAST. __fromPtr__(long addr)
TextDetectionModel_EAST
TextDetectionModel_EAST. setConfidenceThreshold(float confThreshold)
Set the detection confidence thresholdTextDetectionModel_EAST
TextDetectionModel_EAST. setNMSThreshold(float nmsThreshold)
Set the detection NMS filter threshold
-