| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_RCH |
lept.L_RCH.index(int index) |
lept.L_RCH |
lept.L_RCH.position(long position) |
lept.L_RCH |
lept.L_RECOG.rch()
temp data used for holding best char
|
lept.L_RCH |
lept.L_RCH.sample(int sample) |
lept.L_RCH |
lept.L_RCH.score(float score) |
lept.L_RCH |
lept.L_RCH.text(BytePointer text) |
lept.L_RCH |
lept.L_RCH.width(int width) |
lept.L_RCH |
lept.L_RCH.xloc(int xloc) |
lept.L_RCH |
lept.L_RCH.yloc(int yloc) |
| Modifier and Type | Method and Description |
|---|---|
lept.L_RECOG |
lept.L_RECOG.rch(lept.L_RCH rch) |
static void |
lept.rchDestroy(lept.L_RCH prch) |
static int |
lept.rchExtract(lept.L_RCH rch,
int[] pindex,
float[] pscore,
byte[] ptext,
int[] psample,
int[] pxloc,
int[] pyloc,
int[] pwidth) |
static int |
lept.rchExtract(lept.L_RCH rch,
IntBuffer pindex,
FloatBuffer pscore,
ByteBuffer ptext,
IntBuffer psample,
IntBuffer pxloc,
IntBuffer pyloc,
IntBuffer pwidth) |
static int |
lept.rchExtract(lept.L_RCH rch,
IntPointer pindex,
FloatPointer pscore,
BytePointer ptext,
IntPointer psample,
IntPointer pxloc,
IntPointer pyloc,
IntPointer pwidth) |
static int |
lept.rchExtract(lept.L_RCH rch,
IntPointer pindex,
FloatPointer pscore,
PointerPointer ptext,
IntPointer psample,
IntPointer pxloc,
IntPointer pyloc,
IntPointer pwidth) |
Copyright © 2019. All rights reserved.