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 |
---|---|
static L_DnaHash |
Leptonica1.l_dnaHashCreate(int nbuckets,
int initsize)
Original signature :
L_DNAHASH* l_dnaHashCreate(l_int32, l_int32) native declaration : allheaders.h:1406 |
L_DnaHash |
Leptonica.l_dnaHashCreate(int nbuckets,
int initsize)
Original signature :
L_DNAHASH* l_dnaHashCreate(l_int32, l_int32) native declaration : allheaders.h:1394 |
static L_DnaHash |
Leptonica1.l_dnaHashCreateFromDna(L_Dna da)
Original signature :
L_DNAHASH* l_dnaHashCreateFromDna(L_DNA*) native declaration : allheaders.h:1418 |
L_DnaHash |
Leptonica.l_dnaHashCreateFromDna(L_Dna da)
Original signature :
L_DNAHASH* l_dnaHashCreateFromDna(L_DNA*) native declaration : allheaders.h:1406 |
static L_DnaHash |
Leptonica1.l_dnaHashCreateFromPta(Pta pta)
Original signature :
L_DNAHASH* l_dnaHashCreateFromPta(PTA*) native declaration : allheaders.h:4118 |
L_DnaHash |
Leptonica.l_dnaHashCreateFromPta(Pta pta)
Original signature :
L_DNAHASH* l_dnaHashCreateFromPta(PTA*) native declaration : allheaders.h:4100 |
static L_DnaHash |
Leptonica1.l_dnaHashCreateFromSarray(Sarray sa)
Original signature :
L_DNAHASH* l_dnaHashCreateFromSarray(SARRAY*) native declaration : allheaders.h:4598 |
Modifier and Type | Method and Description |
---|---|
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:1426 |
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:1414 |
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:1416 |
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:1404 |
static int |
Leptonica1.l_dnaHashGetCount(L_DnaHash dahash)
Original signature :
l_int32 l_dnaHashGetCount(L_DNAHASH*) native declaration : allheaders.h:1410 |
int |
Leptonica.l_dnaHashGetCount(L_DnaHash dahash)
Original signature :
l_int32 l_dnaHashGetCount(L_DNAHASH*) native declaration : allheaders.h:1398 |
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:1414 |
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:1402 |
static int |
Leptonica1.l_dnaHashGetTotalCount(L_DnaHash dahash)
Original signature :
l_int32 l_dnaHashGetTotalCount(L_DNAHASH*) native declaration : allheaders.h:1412 |
int |
Leptonica.l_dnaHashGetTotalCount(L_DnaHash dahash)
Original signature :
l_int32 l_dnaHashGetTotalCount(L_DNAHASH*) native declaration : allheaders.h:1400 |
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:4116 |
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:4098 |
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:4596 |
Copyright © 2018. All Rights Reserved.