Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
L_REGPARAMS |
L_REGPARAMS.display(int setter) |
L_REGPARAMS |
L_REGPARAMS.fp(Pointer setter) |
L_REGPARAMS |
L_REGPARAMS.getPointer(long i) |
L_REGPARAMS |
L_REGPARAMS.index(int setter) |
L_REGPARAMS |
L_REGPARAMS.mode(int setter) |
L_REGPARAMS |
L_REGPARAMS.position(long position) |
L_REGPARAMS |
L_REGPARAMS.success(int setter) |
L_REGPARAMS |
L_REGPARAMS.tempfile(BytePointer setter) |
L_REGPARAMS |
L_REGPARAMS.testname(BytePointer setter) |
L_REGPARAMS |
L_REGPARAMS.tstart(L_TIMER setter) |
Modifier and Type | Method and Description |
---|---|
static int |
leptonica.regTestCheckFile(L_REGPARAMS rp,
BytePointer localname) |
static int |
leptonica.regTestCheckFile(L_REGPARAMS rp,
String localname) |
static int |
leptonica.regTestCleanup(L_REGPARAMS rp) |
static int |
leptonica.regTestCompareFiles(L_REGPARAMS rp,
int index1,
int index2) |
static int |
leptonica.regTestComparePix(L_REGPARAMS rp,
PIX pix1,
PIX pix2) |
static int |
leptonica.regTestCompareSimilarPix(L_REGPARAMS rp,
PIX pix1,
PIX pix2,
int mindiff,
float maxfract,
int printstats) |
static int |
leptonica.regTestCompareStrings(L_REGPARAMS rp,
byte[] string1,
long bytes1,
byte[] string2,
long bytes2) |
static int |
leptonica.regTestCompareStrings(L_REGPARAMS rp,
ByteBuffer string1,
long bytes1,
ByteBuffer string2,
long bytes2) |
static int |
leptonica.regTestCompareStrings(L_REGPARAMS rp,
BytePointer string1,
long bytes1,
BytePointer string2,
long bytes2) |
static int |
leptonica.regTestCompareValues(L_REGPARAMS rp,
float val1,
float val2,
float delta) |
static BytePointer |
leptonica.regTestGenLocalFilename(L_REGPARAMS rp,
int index,
int format) |
static int |
leptonica.regTestSetup(int argc,
byte[] argv,
L_REGPARAMS prp) |
static int |
leptonica.regTestSetup(int argc,
ByteBuffer argv,
L_REGPARAMS prp) |
static int |
leptonica.regTestSetup(int argc,
BytePointer argv,
L_REGPARAMS prp) |
static int |
leptonica.regTestWriteDataAndCheck(L_REGPARAMS rp,
Pointer data,
long nbytes,
BytePointer ext) |
static int |
leptonica.regTestWriteDataAndCheck(L_REGPARAMS rp,
Pointer data,
long nbytes,
String ext) |
static int |
leptonica.regTestWritePixAndCheck(L_REGPARAMS rp,
PIX pix,
int format) |
Copyright © 2025. All rights reserved.