Uses of Class
net.sourceforge.lept4j.Pix.ByReference
-
Packages that use Pix.ByReference Package Description net.sourceforge.lept4j -
-
Uses of Pix.ByReference in net.sourceforge.lept4j
Fields in net.sourceforge.lept4j declared as Pix.ByReference Modifier and Type Field 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
Pixacc. pix
the 32 bit accumulator pix
C type : Pix*Pix.ByReference
PixTiling. pix
input pix (a clone)
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_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_WShed. pixt
scratch pix for computing wshed regions
C type : Pix*Constructors in net.sourceforge.lept4j with parameters of type Pix.ByReference Constructor 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)
-