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