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