Uses of Class
org.opencv.dnn.TextDetectionModel
-
Packages that use TextDetectionModel Package Description org.opencv.dnn -
-
Uses of TextDetectionModel in org.opencv.dnn
Subclasses of TextDetectionModel in org.opencv.dnn Modifier and Type Class Description class
TextDetectionModel_DB
This class represents high-level API for text detection DL networks compatible with DB model.class
TextDetectionModel_EAST
This class represents high-level API for text detection DL networks compatible with EAST model.Methods in org.opencv.dnn that return TextDetectionModel Modifier and Type Method Description static TextDetectionModel
TextDetectionModel. __fromPtr__(long addr)
-