Package | Description |
---|---|
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
static L_ASET |
leptonica.l_asetCreate(int keytype) |
static L_ASET |
leptonica.l_asetCreateFromDna(L_DNA da) |
static L_ASET |
leptonica.l_asetCreateFromPta(PTA pta) |
static L_ASET |
leptonica.l_asetCreateFromSarray(SARRAY sa) |
Modifier and Type | Method and Description |
---|---|
static void |
leptonica.l_asetDelete(L_ASET s,
RB_TYPE key) |
static void |
leptonica.l_asetDestroy(L_ASET ps) |
static RB_TYPE |
leptonica.l_asetFind(L_ASET s,
RB_TYPE key) |
static L_ASET_NODE |
leptonica.l_asetGetFirst(L_ASET s) |
static L_ASET_NODE |
leptonica.l_asetGetLast(L_ASET s) |
static void |
leptonica.l_asetInsert(L_ASET s,
RB_TYPE key) |
static int |
leptonica.l_asetSize(L_ASET s) |
Copyright © 2024. All rights reserved.