Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
SEL |
SEL.cx(int setter) |
SEL |
SEL.cy(int setter) |
SEL |
SEL.data(int i,
IntPointer setter) |
SEL |
SEL.data(PointerPointer setter) |
SEL |
SEL.getPointer(long i) |
SEL |
SEL.name(BytePointer setter) |
SEL |
SEL.position(long position) |
SEL |
SELA.sel(int i)
sel ptr array
|
SEL |
SEL.sx(int setter) |
SEL |
SEL.sy(int setter) |
Modifier and Type | Method and Description |
---|---|
SELA |
SELA.sel(int i,
SEL setter) |
Modifier and Type | Method and Description |
---|---|
static SEL |
leptonica.pixGenerateSelBoundary(PIX pixs,
int hitdist,
int missdist,
int hitskip,
int missskip,
int topflag,
int botflag,
int leftflag,
int rightflag,
PIX ppixe) |
static SEL |
leptonica.pixGenerateSelBoundary(PIX pixs,
int hitdist,
int missdist,
int hitskip,
int missskip,
int topflag,
int botflag,
int leftflag,
int rightflag,
PointerPointer ppixe) |
static SEL |
leptonica.pixGenerateSelRandom(PIX pixs,
float hitfract,
float missfract,
int distance,
int toppix,
int botpix,
int leftpix,
int rightpix,
PIX ppixe) |
static SEL |
leptonica.pixGenerateSelRandom(PIX pixs,
float hitfract,
float missfract,
int distance,
int toppix,
int botpix,
int leftpix,
int rightpix,
PointerPointer ppixe) |
static SEL |
leptonica.pixGenerateSelWithRuns(PIX pixs,
int nhlines,
int nvlines,
int distance,
int minlength,
int toppix,
int botpix,
int leftpix,
int rightpix,
PIX ppixe) |
static SEL |
leptonica.pixGenerateSelWithRuns(PIX pixs,
int nhlines,
int nvlines,
int distance,
int minlength,
int toppix,
int botpix,
int leftpix,
int rightpix,
PointerPointer ppixe) |
static SEL |
leptonica.selaGetSel(SELA sela,
int i) |
static SEL |
leptonica.selCopy(SEL sel) |
static SEL |
leptonica.selCreate(int height,
int width,
BytePointer name) |
static SEL |
leptonica.selCreate(int height,
int width,
String name) |
static SEL |
leptonica.selCreateBrick(int h,
int w,
int cy,
int cx,
int type) |
static SEL |
leptonica.selCreateComb(int factor1,
int factor2,
int direction) |
static SEL |
leptonica.selCreateFromColorPix(PIX pixs,
BytePointer selname) |
static SEL |
leptonica.selCreateFromColorPix(PIX pixs,
String selname) |
static SEL |
leptonica.selCreateFromPix(PIX pix,
int cy,
int cx,
BytePointer name) |
static SEL |
leptonica.selCreateFromPix(PIX pix,
int cy,
int cx,
String name) |
static SEL |
leptonica.selCreateFromPta(PTA pta,
int cy,
int cx,
BytePointer name) |
static SEL |
leptonica.selCreateFromPta(PTA pta,
int cy,
int cx,
String name) |
static SEL |
leptonica.selCreateFromString(BytePointer text,
int h,
int w,
BytePointer name) |
static SEL |
leptonica.selCreateFromString(String text,
int h,
int w,
String name) |
static SEL |
leptonica.selMakePlusSign(int size,
int linewidth) |
static SEL |
leptonica.selRead(BytePointer fname) |
static SEL |
leptonica.selRead(String fname) |
static SEL |
leptonica.selReadFromColorImage(BytePointer pathname) |
static SEL |
leptonica.selReadFromColorImage(String pathname) |
static SEL |
leptonica.selReadStream(Pointer fp) |
static SEL |
leptonica.selRotateOrth(SEL sel,
int quads) |
Modifier and Type | Method and Description |
---|---|
static PIXA |
leptonica.pixaExtendByMorph(PIXA pixas,
int type,
int niters,
SEL sel,
int include) |
static PIX |
leptonica.pixClose(PIX pixd,
PIX pixs,
SEL sel) |
static PIX |
leptonica.pixCloseGeneralized(PIX pixd,
PIX pixs,
SEL sel) |
static PIX |
leptonica.pixCloseSafe(PIX pixd,
PIX pixs,
SEL sel) |
static PIX |
leptonica.pixDilate(PIX pixd,
PIX pixs,
SEL sel) |
static PIX |
leptonica.pixDisplayHitMissSel(PIX pixs,
SEL sel,
int scalefactor,
int hitcolor,
int misscolor) |
static PIX |
leptonica.pixDisplaySelectedPixels(PIX pixs,
PIX pixm,
SEL sel,
int val) |
static PIX |
leptonica.pixErode(PIX pixd,
PIX pixs,
SEL sel) |
static PIX |
leptonica.pixHMT(PIX pixd,
PIX pixs,
SEL sel) |
static PIX |
leptonica.pixOpen(PIX pixd,
PIX pixs,
SEL sel) |
static PIX |
leptonica.pixOpenGeneralized(PIX pixd,
PIX pixs,
SEL sel) |
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 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,
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 SEL |
leptonica.selCopy(SEL sel) |
static void |
leptonica.selDestroy(SEL psel) |
static PIX |
leptonica.selDisplayInPix(SEL sel,
int size,
int gthick) |
static int |
leptonica.selectComposableSels(int size,
int direction,
SEL psel1,
SEL psel2) |
static int |
leptonica.selFindMaxTranslations(SEL sel,
int[] pxp,
int[] pyp,
int[] pxn,
int[] pyn) |
static int |
leptonica.selFindMaxTranslations(SEL sel,
IntBuffer pxp,
IntBuffer pyp,
IntBuffer pxn,
IntBuffer pyn) |
static int |
leptonica.selFindMaxTranslations(SEL sel,
IntPointer pxp,
IntPointer pyp,
IntPointer pxn,
IntPointer pyn) |
static int |
leptonica.selGetElement(SEL sel,
int row,
int col,
int[] ptype) |
static int |
leptonica.selGetElement(SEL sel,
int row,
int col,
IntBuffer ptype) |
static int |
leptonica.selGetElement(SEL sel,
int row,
int col,
IntPointer ptype) |
static BytePointer |
leptonica.selGetName(SEL sel) |
static int |
leptonica.selGetParameters(SEL sel,
int[] psy,
int[] psx,
int[] pcy,
int[] pcx) |
static int |
leptonica.selGetParameters(SEL sel,
IntBuffer psy,
IntBuffer psx,
IntBuffer pcy,
IntBuffer pcx) |
static int |
leptonica.selGetParameters(SEL sel,
IntPointer psy,
IntPointer psx,
IntPointer pcy,
IntPointer pcx) |
static int |
leptonica.selGetTypeAtOrigin(SEL sel,
int[] ptype) |
static int |
leptonica.selGetTypeAtOrigin(SEL sel,
IntBuffer ptype) |
static int |
leptonica.selGetTypeAtOrigin(SEL sel,
IntPointer ptype) |
static BytePointer |
leptonica.selPrintToString(SEL sel) |
static SEL |
leptonica.selRotateOrth(SEL sel,
int quads) |
static int |
leptonica.selSetElement(SEL sel,
int row,
int col,
int type) |
static int |
leptonica.selSetName(SEL sel,
BytePointer name) |
static int |
leptonica.selSetName(SEL sel,
String name) |
static int |
leptonica.selSetOrigin(SEL sel,
int cy,
int cx) |
static int |
leptonica.selWrite(BytePointer fname,
SEL sel) |
static int |
leptonica.selWrite(String fname,
SEL sel) |
static int |
leptonica.selWriteStream(Pointer fp,
SEL sel) |
Copyright © 2025. All rights reserved.