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_EASTTextDetectionModel_EAST. __fromPtr__(long addr)TextDetectionModel_EASTTextDetectionModel_EAST. setConfidenceThreshold(float confThreshold)Set the detection confidence thresholdTextDetectionModel_EASTTextDetectionModel_EAST. setNMSThreshold(float nmsThreshold)Set the detection NMS filter threshold
-