| Package | Description |
|---|---|
| org.bytedeco.leptonica | |
| org.bytedeco.leptonica.global |
| Modifier and Type | Method and Description |
|---|---|
L_DNAHASH |
JBCLASSER.dahash()
Hash table to find templates by size
|
L_DNAHASH |
L_DNAHASH.dna(int i,
L_DNA setter) |
L_DNAHASH |
L_DNAHASH.dna(PointerPointer setter) |
L_DNAHASH |
L_DNAHASH.getPointer(long i) |
L_DNAHASH |
L_DNAHASH.initsize(int setter) |
L_DNAHASH |
L_DNAHASH.nbuckets(int setter) |
L_DNAHASH |
L_DNAHASH.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
JBCLASSER |
JBCLASSER.dahash(L_DNAHASH setter) |
| Modifier and Type | Method and Description |
|---|---|
static L_DNAHASH |
leptonica.l_dnaHashCreate(int nbuckets,
int initsize) |
| Modifier and Type | Method and Description |
|---|---|
static int |
leptonica.l_dnaHashAdd(L_DNAHASH dahash,
long key,
double value) |
static void |
leptonica.l_dnaHashDestroy(L_DNAHASH pdahash) |
static L_DNA |
leptonica.l_dnaHashGetDna(L_DNAHASH dahash,
long key,
int copyflag) |
Copyright © 2024. All rights reserved.