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