Package org.opencv.text
Class TextDetectorCNN
- java.lang.Object
-
- org.opencv.text.TextDetector
-
- org.opencv.text.TextDetectorCNN
-
public class TextDetectorCNN extends TextDetector
-
-
Field Summary
-
Fields inherited from class org.opencv.text.TextDetector
nativeObj
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TextDetectorCNN(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TextDetectorCNN
__fromPtr__(long addr)
static TextDetectorCNN
create(java.lang.String modelArchFilename, java.lang.String modelWeightsFilename)
void
detect(Mat inputImage, MatOfRect Bbox, MatOfFloat confidence)
protected void
finalize()
-
Methods inherited from class org.opencv.text.TextDetector
getNativeObjAddr
-
-
-
-
Method Detail
-
__fromPtr__
public static TextDetectorCNN __fromPtr__(long addr)
-
create
public static TextDetectorCNN create(java.lang.String modelArchFilename, java.lang.String modelWeightsFilename)
-
detect
public void detect(Mat inputImage, MatOfRect Bbox, MatOfFloat confidence)
- Overrides:
detect
in classTextDetector
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classTextDetector
- Throws:
java.lang.Throwable
-
-