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,
org.bytedeco.javacpp.IntPointer pindex,
org.bytedeco.javacpp.FloatPointer pscore,
org.bytedeco.javacpp.BytePointer ptext,
org.bytedeco.javacpp.IntPointer psample,
org.bytedeco.javacpp.IntPointer pxloc,
org.bytedeco.javacpp.IntPointer pyloc,
org.bytedeco.javacpp.IntPointer pwidth) |
static int |
lept.rchExtract(lept.L_RCH rch,
org.bytedeco.javacpp.IntPointer pindex,
org.bytedeco.javacpp.FloatPointer pscore,
org.bytedeco.javacpp.PointerPointer ptext,
org.bytedeco.javacpp.IntPointer psample,
org.bytedeco.javacpp.IntPointer pxloc,
org.bytedeco.javacpp.IntPointer pyloc,
org.bytedeco.javacpp.IntPointer pwidth) |