Uses of Class
org.opencv.dnn.TextDetectionModel_DB
-
Packages that use TextDetectionModel_DB Package Description org.opencv.dnn -
-
Uses of TextDetectionModel_DB in org.opencv.dnn
Methods in org.opencv.dnn that return TextDetectionModel_DB Modifier and Type Method Description static TextDetectionModel_DBTextDetectionModel_DB. __fromPtr__(long addr)TextDetectionModel_DBTextDetectionModel_DB. setBinaryThreshold(float binaryThreshold)TextDetectionModel_DBTextDetectionModel_DB. setMaxCandidates(int maxCandidates)TextDetectionModel_DBTextDetectionModel_DB. setPolygonThreshold(float polygonThreshold)TextDetectionModel_DBTextDetectionModel_DB. setUnclipRatio(double unclipRatio)
-