Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
L_STACK |
L_STACK.array(int i,
Pointer setter) |
L_STACK |
L_STACK.array(PointerPointer setter) |
L_STACK |
L_STACK.auxstack()
auxiliary stack
|
L_STACK |
L_STACK.auxstack(L_STACK setter) |
L_STACK |
L_STACK.getPointer(long i) |
L_STACK |
L_STACK.n(int setter) |
L_STACK |
L_STACK.nalloc(int setter) |
L_STACK |
L_STACK.position(long position) |
L_STACK |
L_QUEUE.stack()
auxiliary stack
|
Modifier and Type | Method and Description |
---|---|
L_STACK |
L_STACK.auxstack(L_STACK setter) |
L_QUEUE |
L_QUEUE.stack(L_STACK setter) |
Modifier and Type | Method and Description |
---|---|
static L_STACK |
leptonica.lstackCreate(int n) |
Modifier and Type | Method and Description |
---|---|
static int |
leptonica.lstackAdd(L_STACK lstack,
Pointer item) |
static void |
leptonica.lstackDestroy(L_STACK plstack,
int freeflag) |
static int |
leptonica.lstackGetCount(L_STACK lstack) |
static int |
leptonica.lstackPrint(Pointer fp,
L_STACK lstack) |
static Pointer |
leptonica.lstackRemove(L_STACK lstack) |
static int |
leptonica.pixSeedfill(PIX pixs,
L_STACK stack,
int x,
int y,
int connectivity) |
static int |
leptonica.pixSeedfill4(PIX pixs,
L_STACK stack,
int x,
int y) |
static BOX |
leptonica.pixSeedfill4BB(PIX pixs,
L_STACK stack,
int x,
int y) |
static int |
leptonica.pixSeedfill8(PIX pixs,
L_STACK stack,
int x,
int y) |
static BOX |
leptonica.pixSeedfill8BB(PIX pixs,
L_STACK stack,
int x,
int y) |
static BOX |
leptonica.pixSeedfillBB(PIX pixs,
L_STACK stack,
int x,
int y,
int connectivity) |
Copyright © 2025. All rights reserved.