Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
L_DnaHash.ByReference |
static class |
L_DnaHash.ByValue |
Modifier and Type | Method and Description |
---|---|
L_DnaHash |
Leptonica.l_dnaHashCreate(int nbuckets,
int initsize)
Original signature :
L_DNAHASH* l_dnaHashCreate(l_int32, l_int32) native declaration : allheaders.h:1326 |
static L_DnaHash |
Leptonica1.l_dnaHashCreate(int nbuckets,
int initsize)
Original signature :
L_DNAHASH* l_dnaHashCreate(l_int32, l_int32) native declaration : allheaders.h:1326 |
L_DnaHash |
Leptonica.l_dnaHashCreateFromDna(L_Dna da)
Original signature :
L_DNAHASH* l_dnaHashCreateFromDna(L_DNA*) native declaration : allheaders.h:1338 |
static L_DnaHash |
Leptonica1.l_dnaHashCreateFromDna(L_Dna da)
Original signature :
L_DNAHASH* l_dnaHashCreateFromDna(L_DNA*) native declaration : allheaders.h:1338 |
L_DnaHash |
Leptonica.l_dnaHashCreateFromPta(Pta pta)
Original signature :
L_DNAHASH* l_dnaHashCreateFromPta(PTA*) native declaration : allheaders.h:3860 |
static L_DnaHash |
Leptonica1.l_dnaHashCreateFromPta(Pta pta)
Original signature :
L_DNAHASH* l_dnaHashCreateFromPta(PTA*) native declaration : allheaders.h:3860 |
L_DnaHash |
Leptonica.l_dnaHashCreateFromSarray(Sarray sa)
Original signature :
L_DNAHASH* l_dnaHashCreateFromSarray(SARRAY*) native declaration : allheaders.h:4424 |
static L_DnaHash |
Leptonica1.l_dnaHashCreateFromSarray(Sarray sa)
Original signature :
L_DNAHASH* l_dnaHashCreateFromSarray(SARRAY*) native declaration : allheaders.h:4424 |
Modifier and Type | Method and Description |
---|---|
int |
Leptonica.l_dnaFindValByHash(L_Dna da,
L_DnaHash dahash,
double val,
java.nio.IntBuffer pindex)
Original signature :
l_int32 l_dnaFindValByHash(L_DNA*, L_DNAHASH*, l_float64, l_int32*) native declaration : allheaders.h:1346 |
static int |
Leptonica1.l_dnaFindValByHash(L_Dna da,
L_DnaHash dahash,
double val,
java.nio.IntBuffer pindex)
Original signature :
l_int32 l_dnaFindValByHash(L_DNA*, L_DNAHASH*, l_float64, l_int32*) native declaration : allheaders.h:1346 |
int |
Leptonica.l_dnaHashAdd(L_DnaHash dahash,
long key,
double value)
Original signature :
l_int32 l_dnaHashAdd(L_DNAHASH*, l_uint64, l_float64) native declaration : allheaders.h:1336 |
static int |
Leptonica1.l_dnaHashAdd(L_DnaHash dahash,
long key,
double value)
Original signature :
l_int32 l_dnaHashAdd(L_DNAHASH*, l_uint64, l_float64) native declaration : allheaders.h:1336 |
int |
Leptonica.l_dnaHashGetCount(L_DnaHash dahash)
Original signature :
l_int32 l_dnaHashGetCount(L_DNAHASH*) native declaration : allheaders.h:1330 |
static int |
Leptonica1.l_dnaHashGetCount(L_DnaHash dahash)
Original signature :
l_int32 l_dnaHashGetCount(L_DNAHASH*) native declaration : allheaders.h:1330 |
L_Dna |
Leptonica.l_dnaHashGetDna(L_DnaHash dahash,
long key,
int copyflag)
Original signature :
L_DNA* l_dnaHashGetDna(L_DNAHASH*, l_uint64, l_int32) native declaration : allheaders.h:1334 |
static L_Dna |
Leptonica1.l_dnaHashGetDna(L_DnaHash dahash,
long key,
int copyflag)
Original signature :
L_DNA* l_dnaHashGetDna(L_DNAHASH*, l_uint64, l_int32) native declaration : allheaders.h:1334 |
int |
Leptonica.l_dnaHashGetTotalCount(L_DnaHash dahash)
Original signature :
l_int32 l_dnaHashGetTotalCount(L_DNAHASH*) native declaration : allheaders.h:1332 |
static int |
Leptonica1.l_dnaHashGetTotalCount(L_DnaHash dahash)
Original signature :
l_int32 l_dnaHashGetTotalCount(L_DNAHASH*) native declaration : allheaders.h:1332 |
int |
Leptonica.ptaFindPtByHash(Pta pta,
L_DnaHash dahash,
int x,
int y,
java.nio.IntBuffer pindex)
Original signature :
l_int32 ptaFindPtByHash(PTA*, L_DNAHASH*, l_int32, l_int32, l_int32*) native declaration : allheaders.h:3858 |
static int |
Leptonica1.ptaFindPtByHash(Pta pta,
L_DnaHash dahash,
int x,
int y,
java.nio.IntBuffer pindex)
Original signature :
l_int32 ptaFindPtByHash(PTA*, L_DNAHASH*, l_int32, l_int32, l_int32*) native declaration : allheaders.h:3858 |
int |
Leptonica.sarrayFindStringByHash(Sarray sa,
L_DnaHash dahash,
java.lang.String str,
java.nio.IntBuffer pindex)
Original signature :
l_int32 sarrayFindStringByHash(SARRAY*, L_DNAHASH*, const char*, l_int32*) native declaration : allheaders.h:4422 |
static int |
Leptonica1.sarrayFindStringByHash(Sarray sa,
L_DnaHash dahash,
java.lang.String str,
java.nio.IntBuffer pindex)
Original signature :
l_int32 sarrayFindStringByHash(SARRAY*, L_DNAHASH*, const char*, l_int32*) native declaration : allheaders.h:4422 |