public class TextDetectorCNN extends TextDetector
nativeObj
Modifier | Constructor and Description |
---|---|
protected |
TextDetectorCNN(long addr) |
Modifier and Type | Method and 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() |
getNativeObjAddr
public static TextDetectorCNN __fromPtr__(long addr)
public static TextDetectorCNN create(java.lang.String modelArchFilename, java.lang.String modelWeightsFilename)
public void detect(Mat inputImage, MatOfRect Bbox, MatOfFloat confidence)
detect
in class TextDetector
protected void finalize() throws java.lang.Throwable
finalize
in class TextDetector
java.lang.Throwable
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0