public class TextDetector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
nativeObj |
| Modifier | Constructor and Description |
|---|---|
protected |
TextDetector(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static TextDetector |
__fromPtr__(long addr) |
void |
detect(Mat inputImage,
MatOfRect Bbox,
MatOfFloat confidence) |
protected void |
finalize() |
long |
getNativeObjAddr() |
public long getNativeObjAddr()
public static TextDetector __fromPtr__(long addr)
public void detect(Mat inputImage, MatOfRect Bbox, MatOfFloat confidence)
Copyright © 2018. All rights reserved.