Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Field and Description |
---|---|
Pix.ByReference |
CCBord.pix
component bitmap (min size)
C type : Pix* |
Pix.ByReference |
CCBorda.pix
input pix (may be null)
C type : Pix* |
Pix.ByReference |
JbData.pix
template composite for all classes
C type : Pix* |
Pix.ByReference |
PixTiling.pix
input pix (a clone)
C type : Pix* |
Pix.ByReference |
Pixacc.pix
the 32 bit accumulator pix
C type : Pix* |
Pix.ByReference |
L_Recog.pixdb_ave
debug: best match of input against ave.
C type : Pix* |
Pix.ByReference |
L_Recog.pixdb_range
debug: best matches within range
C type : Pix* |
Pix.ByReference |
L_WShed.pixlab
16 bpp label pix
C type : Pix* |
Pix.ByReference |
L_WShed.pixm
clone of input 1 bpp seed (marker) pixm
C type : Pix* |
Pix.ByReference |
L_Bilateral.pixs
clone of source pix
C type : Pix* |
Pix.ByReference |
L_Dewarp.pixs
source pix, 1 bpp
C type : Pix* |
Pix.ByReference |
L_Rdid.pixs
clone of pix to be decoded
C type : Pix* |
Pix.ByReference |
L_WShed.pixs
clone of input 8 bpp pixs
C type : Pix* |
Pix.ByReference |
L_Bilateral.pixsc
downscaled pix with mirrored border
C type : Pix* |
Pix.ByReference |
L_WShed.pixt
scratch pix for computing wshed regions
C type : Pix* |
Constructor and Description |
---|
CCBord(Pix.ByReference pix,
Boxa.ByReference boxa,
Pta.ByReference start,
int refcount,
Ptaa.ByReference local,
Ptaa.ByReference global,
Numaa.ByReference step,
Pta.ByReference splocal,
Pta.ByReference spglobal) |
CCBorda(Pix.ByReference pix,
int w,
int h,
int n,
int nalloc,
com.sun.jna.ptr.PointerByReference ccb) |
Pixacc(int w,
int h,
int offset,
Pix.ByReference pix) |
PixTiling(Pix.ByReference pix,
int nx,
int ny,
int w,
int h,
int xoverlap,
int yoverlap,
int strip) |