Uses of Class
net.sourceforge.lept4j.Pix.ByReference
Packages that use Pix.ByReference
-
Uses of Pix.ByReference in net.sourceforge.lept4j
Fields in net.sourceforge.lept4j declared as Pix.ByReferenceModifier and TypeFieldDescriptionCCBord.pix
component bitmap (min size)
C type : Pix*CCBorda.pix
input pix (may be null)
C type : Pix*JbData.pix
template composite for all classes
C type : Pix*Pixacc.pix
the 32 bit accumulator pix
C type : Pix*PixTiling.pix
input pix (a clone)
C type : Pix*L_Recog.pixdb_ave
debug: best match of input against ave.
C type : Pix*L_Recog.pixdb_range
debug: best matches within range
C type : Pix*L_WShed.pixlab
16 bpp label pix
C type : Pix*L_WShed.pixm
clone of input 1 bpp seed (marker) pixm
C type : Pix*L_Colorfill.pixs
clone of source pix
C type : Pix*L_Dewarp.pixs
source pix, 1 bpp
C type : Pix*L_Rdid.pixs
clone of pix to be decoded
C type : Pix*L_WShed.pixs
clone of input 8 bpp pixs
C type : Pix*L_Colorfill.pixst
source pix, after optional transform
C type : Pix*L_WShed.pixt
scratch pix for computing wshed regions
C type : Pix*Constructors in net.sourceforge.lept4j with parameters of type Pix.ByReferenceModifierConstructorDescriptionCCBord
(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)