Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
SELA |
SELA.getPointer(long i) |
SELA |
SELA.n(int setter) |
SELA |
SELA.nalloc(int setter) |
SELA |
SELA.position(long position) |
SELA |
SELA.sel(int i,
SEL setter) |
SELA |
SELA.sel(PointerPointer setter) |
Modifier and Type | Method and Description |
---|---|
static SELA |
leptonica.sela4and8ccThin(SELA sela) |
static SELA |
leptonica.sela4ccThin(SELA sela) |
static SELA |
leptonica.sela8ccThin(SELA sela) |
static SELA |
leptonica.selaAddBasic(SELA sela) |
static SELA |
leptonica.selaAddCrossJunctions(SELA sela,
float hlsize,
float mdist,
int norient,
int debugflag) |
static SELA |
leptonica.selaAddDwaCombs(SELA sela) |
static SELA |
leptonica.selaAddDwaLinear(SELA sela) |
static SELA |
leptonica.selaAddHitMiss(SELA sela) |
static SELA |
leptonica.selaAddTJunctions(SELA sela,
float hlsize,
float mdist,
int norient,
int debugflag) |
static SELA |
leptonica.selaCreate(int n) |
static SELA |
leptonica.selaCreateFromColorPixa(PIXA pixa,
SARRAY sa) |
static SELA |
leptonica.selaCreateFromFile(BytePointer filename) |
static SELA |
leptonica.selaCreateFromFile(String filename) |
static SELA |
leptonica.selaMakeThinSets(int index,
int debug) |
static SELA |
leptonica.selaRead(BytePointer fname) |
static SELA |
leptonica.selaRead(String fname) |
static SELA |
leptonica.selaReadStream(Pointer fp) |
Modifier and Type | Method and Description |
---|---|
static int |
leptonica.fhmtautogen(SELA sela,
int fileindex,
BytePointer filename) |
static int |
leptonica.fhmtautogen(SELA sela,
int fileindex,
String filename) |
static int |
leptonica.fhmtautogen1(SELA sela,
int fileindex,
BytePointer filename) |
static int |
leptonica.fhmtautogen1(SELA sela,
int fileindex,
String filename) |
static int |
leptonica.fhmtautogen2(SELA sela,
int fileindex,
BytePointer filename) |
static int |
leptonica.fhmtautogen2(SELA sela,
int fileindex,
String filename) |
static int |
leptonica.fmorphautogen(SELA sela,
int fileindex,
BytePointer filename) |
static int |
leptonica.fmorphautogen(SELA sela,
int fileindex,
String filename) |
static int |
leptonica.fmorphautogen1(SELA sela,
int fileindex,
BytePointer filename) |
static int |
leptonica.fmorphautogen1(SELA sela,
int fileindex,
String filename) |
static int |
leptonica.fmorphautogen2(SELA sela,
int fileindex,
BytePointer filename) |
static int |
leptonica.fmorphautogen2(SELA sela,
int fileindex,
String filename) |
static PIX |
leptonica.pixIntersectionOfMorphOps(PIX pixs,
SELA sela,
int type) |
static PIX |
leptonica.pixThinConnectedBySet(PIX pixs,
int type,
SELA sela,
int maxiters) |
static PIX |
leptonica.pixUnionOfMorphOps(PIX pixs,
SELA sela,
int type) |
static SELA |
leptonica.sela4and8ccThin(SELA sela) |
static SELA |
leptonica.sela4ccThin(SELA sela) |
static SELA |
leptonica.sela8ccThin(SELA sela) |
static SELA |
leptonica.selaAddBasic(SELA sela) |
static SELA |
leptonica.selaAddCrossJunctions(SELA sela,
float hlsize,
float mdist,
int norient,
int debugflag) |
static SELA |
leptonica.selaAddDwaCombs(SELA sela) |
static SELA |
leptonica.selaAddDwaLinear(SELA sela) |
static SELA |
leptonica.selaAddHitMiss(SELA sela) |
static int |
leptonica.selaAddSel(SELA sela,
SEL sel,
BytePointer selname,
int copyflag) |
static int |
leptonica.selaAddSel(SELA sela,
SEL sel,
String selname,
int copyflag) |
static SELA |
leptonica.selaAddTJunctions(SELA sela,
float hlsize,
float mdist,
int norient,
int debugflag) |
static void |
leptonica.selaDestroy(SELA psela) |
static PIX |
leptonica.selaDisplayInPix(SELA sela,
int size,
int gthick,
int spacing,
int ncols) |
static int |
leptonica.selaFindSelByName(SELA sela,
BytePointer name,
int[] pindex,
SEL psel) |
static int |
leptonica.selaFindSelByName(SELA sela,
BytePointer name,
IntBuffer pindex,
SEL psel) |
static int |
leptonica.selaFindSelByName(SELA sela,
BytePointer name,
IntPointer pindex,
PointerPointer psel) |
static int |
leptonica.selaFindSelByName(SELA sela,
BytePointer name,
IntPointer pindex,
SEL psel) |
static int |
leptonica.selaFindSelByName(SELA sela,
String name,
int[] pindex,
SEL psel) |
static int |
leptonica.selaFindSelByName(SELA sela,
String name,
IntBuffer pindex,
SEL psel) |
static int |
leptonica.selaFindSelByName(SELA sela,
String name,
IntPointer pindex,
SEL psel) |
static BytePointer |
leptonica.selaGetBrickName(SELA sela,
int hsize,
int vsize) |
static BytePointer |
leptonica.selaGetCombName(SELA sela,
int size,
int direction) |
static int |
leptonica.selaGetCount(SELA sela) |
static SEL |
leptonica.selaGetSel(SELA sela,
int i) |
static SARRAY |
leptonica.selaGetSelnames(SELA sela) |
static int |
leptonica.selaWrite(BytePointer fname,
SELA sela) |
static int |
leptonica.selaWrite(String fname,
SELA sela) |
static int |
leptonica.selaWriteStream(Pointer fp,
SELA sela) |
Copyright © 2024. All rights reserved.