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_DB
TextDetectionModel_DB. __fromPtr__(long addr)
TextDetectionModel_DB
TextDetectionModel_DB. setBinaryThreshold(float binaryThreshold)
TextDetectionModel_DB
TextDetectionModel_DB. setMaxCandidates(int maxCandidates)
TextDetectionModel_DB
TextDetectionModel_DB. setPolygonThreshold(float polygonThreshold)
TextDetectionModel_DB
TextDetectionModel_DB. setUnclipRatio(double unclipRatio)
-