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