| 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.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 |
lept.l_dnaHashCreate(int nbuckets,
int initsize) |
static L_DNAHASH |
lept.l_dnaHashCreateFromDna(L_DNA da) |
static L_DNAHASH |
lept.l_dnaHashCreateFromPta(PTA pta) |
static L_DNAHASH |
lept.l_dnaHashCreateFromSarray(SARRAY sa) |
| Modifier and Type | Method and Description |
|---|---|
static int |
lept.l_dnaFindValByHash(L_DNA da,
L_DNAHASH dahash,
double val,
int[] pindex) |
static int |
lept.l_dnaFindValByHash(L_DNA da,
L_DNAHASH dahash,
double val,
IntBuffer pindex) |
static int |
lept.l_dnaFindValByHash(L_DNA da,
L_DNAHASH dahash,
double val,
IntPointer pindex) |
static int |
lept.l_dnaHashAdd(L_DNAHASH dahash,
int key,
double value) |
static void |
lept.l_dnaHashDestroy(L_DNAHASH pdahash) |
static int |
lept.l_dnaHashGetCount(L_DNAHASH dahash) |
static L_DNA |
lept.l_dnaHashGetDna(L_DNAHASH dahash,
int key,
int copyflag) |
static int |
lept.l_dnaHashGetTotalCount(L_DNAHASH dahash) |
static int |
lept.l_dnaMakeHistoByHash(L_DNA das,
L_DNAHASH pdahash,
L_DNA pdav,
L_DNA pdac) |
static int |
lept.l_dnaRemoveDupsByHash(L_DNA das,
L_DNA pdad,
L_DNAHASH pdahash) |
static int |
lept.ptaFindPtByHash(PTA pta,
L_DNAHASH dahash,
int x,
int y,
int[] pindex) |
static int |
lept.ptaFindPtByHash(PTA pta,
L_DNAHASH dahash,
int x,
int y,
IntBuffer pindex) |
static int |
lept.ptaFindPtByHash(PTA pta,
L_DNAHASH dahash,
int x,
int y,
IntPointer pindex) |
static int |
lept.ptaRemoveDupsByHash(PTA ptas,
PTA pptad,
L_DNAHASH pdahash) |
static int |
lept.sarrayFindStringByHash(SARRAY sa,
L_DNAHASH dahash,
BytePointer str,
int[] pindex) |
static int |
lept.sarrayFindStringByHash(SARRAY sa,
L_DNAHASH dahash,
BytePointer str,
IntBuffer pindex) |
static int |
lept.sarrayFindStringByHash(SARRAY sa,
L_DNAHASH dahash,
BytePointer str,
IntPointer pindex) |
static int |
lept.sarrayFindStringByHash(SARRAY sa,
L_DNAHASH dahash,
String str,
int[] pindex) |
static int |
lept.sarrayFindStringByHash(SARRAY sa,
L_DNAHASH dahash,
String str,
IntBuffer pindex) |
static int |
lept.sarrayFindStringByHash(SARRAY sa,
L_DNAHASH dahash,
String str,
IntPointer pindex) |
static int |
lept.sarrayRemoveDupsByHash(SARRAY sas,
SARRAY psad,
L_DNAHASH pdahash) |
Copyright © 2019. All rights reserved.