| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.SARRAY |
lept.SARRAY.array(int i,
org.bytedeco.javacpp.BytePointer array) |
lept.SARRAY |
lept.SARRAY.array(org.bytedeco.javacpp.PointerPointer array) |
static lept.SARRAY |
lept.bmfGetLineStrings(lept.L_BMF bmf,
org.bytedeco.javacpp.BytePointer textstr,
int maxw,
int firstindent,
int[] ph) |
static lept.SARRAY |
lept.bmfGetLineStrings(lept.L_BMF bmf,
org.bytedeco.javacpp.BytePointer textstr,
int maxw,
int firstindent,
IntBuffer ph) |
static lept.SARRAY |
lept.bmfGetLineStrings(lept.L_BMF bmf,
org.bytedeco.javacpp.BytePointer textstr,
int maxw,
int firstindent,
org.bytedeco.javacpp.IntPointer ph) |
static lept.SARRAY |
lept.bmfGetLineStrings(lept.L_BMF bmf,
String textstr,
int maxw,
int firstindent,
int[] ph) |
static lept.SARRAY |
lept.bmfGetLineStrings(lept.L_BMF bmf,
String textstr,
int maxw,
int firstindent,
IntBuffer ph) |
static lept.SARRAY |
lept.bmfGetLineStrings(lept.L_BMF bmf,
String textstr,
int maxw,
int firstindent,
org.bytedeco.javacpp.IntPointer ph) |
lept.SARRAY |
lept.GPLOT.cmddata()
command file contents
|
static lept.SARRAY |
lept.convertSortedToNumberedPathnames(lept.SARRAY sa,
int numpre,
int numpost,
int maxnum) |
lept.SARRAY |
lept.L_STRCODE.data()
store base64 encoded data as strings
|
lept.SARRAY |
lept.GPLOT.datanames()
data file names
|
lept.SARRAY |
lept.L_STRCODE.descr()
store line in description table
|
lept.SARRAY |
lept.L_STRCODE.function()
store case code for extraction
|
static lept.SARRAY |
lept.getFilenamesInDirectory(org.bytedeco.javacpp.BytePointer dirname) |
static lept.SARRAY |
lept.getFilenamesInDirectory(String dirname) |
static lept.SARRAY |
lept.getNumberedPathnamesInDirectory(org.bytedeco.javacpp.BytePointer dirname,
org.bytedeco.javacpp.BytePointer substr,
int numpre,
int numpost,
int maxnum) |
static lept.SARRAY |
lept.getNumberedPathnamesInDirectory(String dirname,
String substr,
int numpre,
int numpost,
int maxnum) |
static lept.SARRAY |
lept.getSortedPathnamesInDirectory(org.bytedeco.javacpp.BytePointer dirname,
org.bytedeco.javacpp.BytePointer substr,
int first,
int nfiles) |
static lept.SARRAY |
lept.getSortedPathnamesInDirectory(String dirname,
String substr,
int first,
int nfiles) |
lept.SARRAY |
lept.SARRAY.n(int n) |
lept.SARRAY |
lept.SARRAY.nalloc(int nalloc) |
static lept.SARRAY |
lept.numaConvertToSarray(lept.NUMA na,
int size1,
int size2,
int addzeros,
int type) |
static lept.SARRAY |
lept.pixProcessBarcodes(lept.PIX pixs,
int format,
int method,
lept.SARRAY psaw,
int debugflag) |
static lept.SARRAY |
lept.pixProcessBarcodes(lept.PIX pixs,
int format,
int method,
org.bytedeco.javacpp.PointerPointer psaw,
int debugflag) |
static lept.SARRAY |
lept.pixReadBarcodes(lept.PIXA pixa,
int format,
int method,
lept.SARRAY psaw,
int debugflag) |
static lept.SARRAY |
lept.pixReadBarcodes(lept.PIXA pixa,
int format,
int method,
org.bytedeco.javacpp.PointerPointer psaw,
int debugflag) |
lept.SARRAY |
lept.GPLOT.plotdata()
plot data (1 string/file)
|
lept.SARRAY |
lept.GPLOT.plottitles()
title for each individual plot
|
lept.SARRAY |
lept.SARRAY.position(long position) |
static lept.SARRAY |
lept.recogExtractNumbers(lept.L_RECOG recog,
lept.BOXA boxas,
float scorethresh,
int spacethresh,
lept.BOXAA pbaa,
lept.NUMAA pnaa) |
static lept.SARRAY |
lept.recogExtractNumbers(lept.L_RECOG recog,
lept.BOXA boxas,
float scorethresh,
int spacethresh,
org.bytedeco.javacpp.PointerPointer pbaa,
org.bytedeco.javacpp.PointerPointer pnaa) |
lept.SARRAY |
lept.SARRAY.refcount(int refcount) |
lept.SARRAY |
lept.L_RECOG.sa_text()
text array for arbitrary char set
|
lept.SARRAY |
lept.L_PDF_DATA.sacmap()
colormap pdf object strings
|
lept.SARRAY |
lept.JBCLASSER.safiles()
input page image file names
|
lept.SARRAY |
lept.L_PDF_DATA.saprex()
pre-binary-stream xobject strings
|
static lept.SARRAY |
lept.sarrayClone(lept.SARRAY sa) |
static lept.SARRAY |
lept.sarrayConvertWordsToLines(lept.SARRAY sa,
int linesize) |
static lept.SARRAY |
lept.sarrayCopy(lept.SARRAY sa) |
static lept.SARRAY |
lept.sarrayCreate(int n) |
static lept.SARRAY |
lept.sarrayCreateInitialized(int n,
byte[] initstr) |
static lept.SARRAY |
lept.sarrayCreateInitialized(int n,
ByteBuffer initstr) |
static lept.SARRAY |
lept.sarrayCreateInitialized(int n,
org.bytedeco.javacpp.BytePointer initstr) |
static lept.SARRAY |
lept.sarrayCreateLinesFromString(org.bytedeco.javacpp.BytePointer string,
int blankflag) |
static lept.SARRAY |
lept.sarrayCreateLinesFromString(String string,
int blankflag) |
static lept.SARRAY |
lept.sarrayCreateWordsFromString(org.bytedeco.javacpp.BytePointer string) |
static lept.SARRAY |
lept.sarrayCreateWordsFromString(String string) |
static lept.SARRAY |
lept.sarrayGenerateIntegers(int n) |
static lept.SARRAY |
lept.sarrayIntersectionByAset(lept.SARRAY sa1,
lept.SARRAY sa2) |
static lept.SARRAY |
lept.sarrayIntersectionByHash(lept.SARRAY sa1,
lept.SARRAY sa2) |
static lept.SARRAY |
lept.sarrayRead(org.bytedeco.javacpp.BytePointer filename) |
static lept.SARRAY |
lept.sarrayRead(String filename) |
static lept.SARRAY |
lept.sarrayReadMem(byte[] data,
long size) |
static lept.SARRAY |
lept.sarrayReadMem(ByteBuffer data,
long size) |
static lept.SARRAY |
lept.sarrayReadMem(org.bytedeco.javacpp.BytePointer data,
long size) |
static lept.SARRAY |
lept.sarrayReadStream(org.bytedeco.javacpp.Pointer fp) |
static lept.SARRAY |
lept.sarrayRemoveDupsByAset(lept.SARRAY sas) |
static lept.SARRAY |
lept.sarraySelectByRange(lept.SARRAY sain,
int first,
int last) |
static lept.SARRAY |
lept.sarraySelectBySubstring(lept.SARRAY sain,
org.bytedeco.javacpp.BytePointer substr) |
static lept.SARRAY |
lept.sarraySelectBySubstring(lept.SARRAY sain,
String substr) |
static lept.SARRAY |
lept.sarraySort(lept.SARRAY saout,
lept.SARRAY sain,
int sortorder) |
static lept.SARRAY |
lept.sarraySortByIndex(lept.SARRAY sain,
lept.NUMA naindex) |
static lept.SARRAY |
lept.sarrayUnionByAset(lept.SARRAY sa1,
lept.SARRAY sa2) |
lept.SARRAY |
lept.L_RCHA.satext()
character strings of best templates
|
static lept.SARRAY |
lept.selaGetSelnames(lept.SELA sela) |
static lept.SARRAY |
lept.splitStringToParagraphs(byte[] textstr,
int splitflag) |
static lept.SARRAY |
lept.splitStringToParagraphs(ByteBuffer textstr,
int splitflag) |
static lept.SARRAY |
lept.splitStringToParagraphs(org.bytedeco.javacpp.BytePointer textstr,
int splitflag) |
| Modifier and Type | Method and Description |
|---|---|
static lept.NUMA |
lept.bmfGetWordWidths(lept.L_BMF bmf,
org.bytedeco.javacpp.BytePointer textstr,
lept.SARRAY sa) |
static lept.NUMA |
lept.bmfGetWordWidths(lept.L_BMF bmf,
String textstr,
lept.SARRAY sa) |
lept.GPLOT |
lept.GPLOT.cmddata(lept.SARRAY cmddata) |
static lept.SARRAY |
lept.convertSortedToNumberedPathnames(lept.SARRAY sa,
int numpre,
int numpost,
int maxnum) |
lept.L_STRCODE |
lept.L_STRCODE.data(lept.SARRAY data) |
lept.GPLOT |
lept.GPLOT.datanames(lept.SARRAY datanames) |
lept.L_STRCODE |
lept.L_STRCODE.descr(lept.SARRAY descr) |
static int |
lept.dewarpShowResults(lept.L_DEWARPA dewa,
lept.SARRAY sa,
lept.BOXA boxa,
int firstpage,
int lastpage,
org.bytedeco.javacpp.BytePointer pdfout) |
static int |
lept.dewarpShowResults(lept.L_DEWARPA dewa,
lept.SARRAY sa,
lept.BOXA boxa,
int firstpage,
int lastpage,
String pdfout) |
lept.L_STRCODE |
lept.L_STRCODE.function(lept.SARRAY function) |
static int |
lept.jbAddPages(lept.JBCLASSER classer,
lept.SARRAY safiles) |
static lept.L_ASET |
lept.l_asetCreateFromSarray(lept.SARRAY sa) |
static lept.L_DNAHASH |
lept.l_dnaHashCreateFromSarray(lept.SARRAY sa) |
static int |
lept.morphSequenceVerify(lept.SARRAY sa) |
static lept.PIXA |
lept.pixaAddTextlines(lept.PIXA pixas,
lept.L_BMF bmf,
lept.SARRAY sa,
int val,
int location) |
static lept.PIXAC |
lept.pixacompCreateFromSA(lept.SARRAY sa,
int comptype) |
static lept.PIXA |
lept.pixaConvertToNUpPixa(lept.PIXA pixas,
lept.SARRAY sa,
int nx,
int ny,
int tw,
int spacing,
int border,
int fontsize) |
static lept.PIXA |
lept.pixaReadFilesSA(lept.SARRAY sa) |
static int |
lept.pixaSetText(lept.PIXA pixa,
lept.SARRAY sa) |
static lept.SARRAY |
lept.pixProcessBarcodes(lept.PIX pixs,
int format,
int method,
lept.SARRAY psaw,
int debugflag) |
static lept.SARRAY |
lept.pixReadBarcodes(lept.PIXA pixa,
int format,
int method,
lept.SARRAY psaw,
int debugflag) |
static lept.PIX |
lept.pixReadIndexed(lept.SARRAY sa,
int index) |
static int |
lept.pixWriteMemTiffCustom(byte[] pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.PIX pix,
int comptype,
lept.NUMA natags,
lept.SARRAY savals,
lept.SARRAY satypes,
lept.NUMA nasizes) |
static int |
lept.pixWriteMemTiffCustom(ByteBuffer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.PIX pix,
int comptype,
lept.NUMA natags,
lept.SARRAY savals,
lept.SARRAY satypes,
lept.NUMA nasizes) |
static int |
lept.pixWriteMemTiffCustom(org.bytedeco.javacpp.BytePointer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.PIX pix,
int comptype,
lept.NUMA natags,
lept.SARRAY savals,
lept.SARRAY satypes,
lept.NUMA nasizes) |
static int |
lept.pixWriteMemTiffCustom(org.bytedeco.javacpp.PointerPointer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.PIX pix,
int comptype,
lept.NUMA natags,
lept.SARRAY savals,
lept.SARRAY satypes,
lept.NUMA nasizes) |
static int |
lept.pixWriteTiffCustom(org.bytedeco.javacpp.BytePointer filename,
lept.PIX pix,
int comptype,
org.bytedeco.javacpp.BytePointer modestr,
lept.NUMA natags,
lept.SARRAY savals,
lept.SARRAY satypes,
lept.NUMA nasizes) |
static int |
lept.pixWriteTiffCustom(String filename,
lept.PIX pix,
int comptype,
String modestr,
lept.NUMA natags,
lept.SARRAY savals,
lept.SARRAY satypes,
lept.NUMA nasizes) |
lept.GPLOT |
lept.GPLOT.plotdata(lept.SARRAY plotdata) |
lept.GPLOT |
lept.GPLOT.plottitles(lept.SARRAY plottitles) |
static int |
lept.ptraConcatenatePdfToData(lept.L_PTRA pa_data,
lept.SARRAY sa,
byte[] pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.ptraConcatenatePdfToData(lept.L_PTRA pa_data,
lept.SARRAY sa,
ByteBuffer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.ptraConcatenatePdfToData(lept.L_PTRA pa_data,
lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.ptraConcatenatePdfToData(lept.L_PTRA pa_data,
lept.SARRAY sa,
org.bytedeco.javacpp.PointerPointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.rchaExtract(lept.L_RCHA rcha,
lept.NUMA pnaindex,
lept.NUMA pnascore,
lept.SARRAY psatext,
lept.NUMA pnasample,
lept.NUMA pnaxloc,
lept.NUMA pnayloc,
lept.NUMA pnawidth) |
static lept.PIXA |
lept.recogAddDigitPadTemplates(lept.L_RECOG recog,
lept.SARRAY sa) |
static int |
lept.recogCorrelationBestRow(lept.L_RECOG recog,
lept.PIX pixs,
lept.BOXA pboxa,
lept.NUMA pnascore,
lept.NUMA pnaindex,
lept.SARRAY psachar,
int debug) |
static int |
lept.recogIsPaddingNeeded(lept.L_RECOG recog,
lept.SARRAY psa) |
lept.L_RECOG |
lept.L_RECOG.sa_text(lept.SARRAY sa_text) |
lept.L_PDF_DATA |
lept.L_PDF_DATA.sacmap(lept.SARRAY sacmap) |
static int |
lept.saConcatenatePdf(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer fileout) |
static int |
lept.saConcatenatePdf(lept.SARRAY sa,
String fileout) |
static int |
lept.saConcatenatePdfToData(lept.SARRAY sa,
byte[] pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConcatenatePdfToData(lept.SARRAY sa,
ByteBuffer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConcatenatePdfToData(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConcatenatePdfToData(lept.SARRAY sa,
org.bytedeco.javacpp.PointerPointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertFilesToPdf(lept.SARRAY sa,
int res,
float scalefactor,
int type,
int quality,
org.bytedeco.javacpp.BytePointer title,
org.bytedeco.javacpp.BytePointer fileout) |
static int |
lept.saConvertFilesToPdf(lept.SARRAY sa,
int res,
float scalefactor,
int type,
int quality,
String title,
String fileout) |
static int |
lept.saConvertFilesToPdfData(lept.SARRAY sa,
int res,
float scalefactor,
int type,
int quality,
org.bytedeco.javacpp.BytePointer title,
byte[] pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertFilesToPdfData(lept.SARRAY sa,
int res,
float scalefactor,
int type,
int quality,
org.bytedeco.javacpp.BytePointer title,
ByteBuffer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertFilesToPdfData(lept.SARRAY sa,
int res,
float scalefactor,
int type,
int quality,
org.bytedeco.javacpp.BytePointer title,
org.bytedeco.javacpp.BytePointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertFilesToPdfData(lept.SARRAY sa,
int res,
float scalefactor,
int type,
int quality,
org.bytedeco.javacpp.BytePointer title,
org.bytedeco.javacpp.PointerPointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertFilesToPdfData(lept.SARRAY sa,
int res,
float scalefactor,
int type,
int quality,
String title,
byte[] pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertFilesToPdfData(lept.SARRAY sa,
int res,
float scalefactor,
int type,
int quality,
String title,
ByteBuffer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertFilesToPdfData(lept.SARRAY sa,
int res,
float scalefactor,
int type,
int quality,
String title,
org.bytedeco.javacpp.BytePointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertUnscaledFilesToPdf(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer title,
org.bytedeco.javacpp.BytePointer fileout) |
static int |
lept.saConvertUnscaledFilesToPdf(lept.SARRAY sa,
String title,
String fileout) |
static int |
lept.saConvertUnscaledFilesToPdfData(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer title,
byte[] pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertUnscaledFilesToPdfData(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer title,
ByteBuffer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertUnscaledFilesToPdfData(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer title,
org.bytedeco.javacpp.BytePointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertUnscaledFilesToPdfData(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer title,
org.bytedeco.javacpp.PointerPointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertUnscaledFilesToPdfData(lept.SARRAY sa,
String title,
byte[] pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertUnscaledFilesToPdfData(lept.SARRAY sa,
String title,
ByteBuffer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
static int |
lept.saConvertUnscaledFilesToPdfData(lept.SARRAY sa,
String title,
org.bytedeco.javacpp.BytePointer pdata,
org.bytedeco.javacpp.SizeTPointer pnbytes) |
lept.JBCLASSER |
lept.JBCLASSER.safiles(lept.SARRAY safiles) |
lept.L_PDF_DATA |
lept.L_PDF_DATA.saprex(lept.SARRAY saprex) |
static int |
lept.sarrayAddString(lept.SARRAY sa,
byte[] string,
int copyflag) |
static int |
lept.sarrayAddString(lept.SARRAY sa,
ByteBuffer string,
int copyflag) |
static int |
lept.sarrayAddString(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer string,
int copyflag) |
static int |
lept.sarrayAppend(org.bytedeco.javacpp.BytePointer filename,
lept.SARRAY sa) |
static int |
lept.sarrayAppend(String filename,
lept.SARRAY sa) |
static int |
lept.sarrayAppendRange(lept.SARRAY sa1,
lept.SARRAY sa2,
int start,
int end) |
static int |
lept.sarrayChangeRefcount(lept.SARRAY sa,
int delta) |
static int |
lept.sarrayClear(lept.SARRAY sa) |
static lept.SARRAY |
lept.sarrayClone(lept.SARRAY sa) |
static int |
lept.sarrayConvertFilesFittedToPS(lept.SARRAY sa,
float xpts,
float ypts,
org.bytedeco.javacpp.BytePointer fileout) |
static int |
lept.sarrayConvertFilesFittedToPS(lept.SARRAY sa,
float xpts,
float ypts,
String fileout) |
static int |
lept.sarrayConvertFilesToPS(lept.SARRAY sa,
int res,
org.bytedeco.javacpp.BytePointer fileout) |
static int |
lept.sarrayConvertFilesToPS(lept.SARRAY sa,
int res,
String fileout) |
static lept.SARRAY |
lept.sarrayConvertWordsToLines(lept.SARRAY sa,
int linesize) |
static lept.SARRAY |
lept.sarrayCopy(lept.SARRAY sa) |
static void |
lept.sarrayDestroy(lept.SARRAY psa) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
org.bytedeco.javacpp.BytePointer str,
int[] pindex) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
org.bytedeco.javacpp.BytePointer str,
IntBuffer pindex) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
org.bytedeco.javacpp.BytePointer str,
org.bytedeco.javacpp.IntPointer pindex) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
String str,
int[] pindex) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
String str,
IntBuffer pindex) |
static int |
lept.sarrayFindStringByHash(lept.SARRAY sa,
lept.L_DNAHASH dahash,
String str,
org.bytedeco.javacpp.IntPointer pindex) |
static byte[] |
lept.sarrayGetArray(lept.SARRAY sa,
int[] pnalloc,
int[] pn) |
static ByteBuffer |
lept.sarrayGetArray(lept.SARRAY sa,
IntBuffer pnalloc,
IntBuffer pn) |
static org.bytedeco.javacpp.PointerPointer |
lept.sarrayGetArray(lept.SARRAY sa,
org.bytedeco.javacpp.IntPointer pnalloc,
org.bytedeco.javacpp.IntPointer pn) |
static int |
lept.sarrayGetCount(lept.SARRAY sa) |
static int |
lept.sarrayGetRefcount(lept.SARRAY sa) |
static org.bytedeco.javacpp.BytePointer |
lept.sarrayGetString(lept.SARRAY sa,
int index,
int copyflag) |
static lept.SARRAY |
lept.sarrayIntersectionByAset(lept.SARRAY sa1,
lept.SARRAY sa2) |
static lept.SARRAY |
lept.sarrayIntersectionByHash(lept.SARRAY sa1,
lept.SARRAY sa2) |
static int |
lept.sarrayJoin(lept.SARRAY sa1,
lept.SARRAY sa2) |
static int |
lept.sarrayLookupCSKV(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer keystring,
byte[] pvalstring) |
static int |
lept.sarrayLookupCSKV(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer keystring,
ByteBuffer pvalstring) |
static int |
lept.sarrayLookupCSKV(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer keystring,
org.bytedeco.javacpp.BytePointer pvalstring) |
static int |
lept.sarrayLookupCSKV(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer keystring,
org.bytedeco.javacpp.PointerPointer pvalstring) |
static int |
lept.sarrayLookupCSKV(lept.SARRAY sa,
String keystring,
byte[] pvalstring) |
static int |
lept.sarrayLookupCSKV(lept.SARRAY sa,
String keystring,
ByteBuffer pvalstring) |
static int |
lept.sarrayLookupCSKV(lept.SARRAY sa,
String keystring,
org.bytedeco.javacpp.BytePointer pvalstring) |
static int |
lept.sarrayPadToSameSize(lept.SARRAY sa1,
lept.SARRAY sa2,
byte[] padstring) |
static int |
lept.sarrayPadToSameSize(lept.SARRAY sa1,
lept.SARRAY sa2,
ByteBuffer padstring) |
static int |
lept.sarrayPadToSameSize(lept.SARRAY sa1,
lept.SARRAY sa2,
org.bytedeco.javacpp.BytePointer padstring) |
static int |
lept.sarrayParseRange(lept.SARRAY sa,
int start,
int[] pactualstart,
int[] pend,
int[] pnewstart,
org.bytedeco.javacpp.BytePointer substr,
int loc) |
static int |
lept.sarrayParseRange(lept.SARRAY sa,
int start,
int[] pactualstart,
int[] pend,
int[] pnewstart,
String substr,
int loc) |
static int |
lept.sarrayParseRange(lept.SARRAY sa,
int start,
IntBuffer pactualstart,
IntBuffer pend,
IntBuffer pnewstart,
org.bytedeco.javacpp.BytePointer substr,
int loc) |
static int |
lept.sarrayParseRange(lept.SARRAY sa,
int start,
IntBuffer pactualstart,
IntBuffer pend,
IntBuffer pnewstart,
String substr,
int loc) |
static int |
lept.sarrayParseRange(lept.SARRAY sa,
int start,
org.bytedeco.javacpp.IntPointer pactualstart,
org.bytedeco.javacpp.IntPointer pend,
org.bytedeco.javacpp.IntPointer pnewstart,
org.bytedeco.javacpp.BytePointer substr,
int loc) |
static int |
lept.sarrayParseRange(lept.SARRAY sa,
int start,
org.bytedeco.javacpp.IntPointer pactualstart,
org.bytedeco.javacpp.IntPointer pend,
org.bytedeco.javacpp.IntPointer pnewstart,
String substr,
int loc) |
static lept.SARRAY |
lept.sarrayRemoveDupsByAset(lept.SARRAY sas) |
static int |
lept.sarrayRemoveDupsByHash(lept.SARRAY sas,
lept.SARRAY psad,
lept.L_DNAHASH pdahash) |
static int |
lept.sarrayRemoveDupsByHash(lept.SARRAY sas,
org.bytedeco.javacpp.PointerPointer psad,
org.bytedeco.javacpp.PointerPointer pdahash) |
static org.bytedeco.javacpp.BytePointer |
lept.sarrayRemoveString(lept.SARRAY sa,
int index) |
static int |
lept.sarrayReplaceString(lept.SARRAY sa,
int index,
byte[] newstr,
int copyflag) |
static int |
lept.sarrayReplaceString(lept.SARRAY sa,
int index,
ByteBuffer newstr,
int copyflag) |
static int |
lept.sarrayReplaceString(lept.SARRAY sa,
int index,
org.bytedeco.javacpp.BytePointer newstr,
int copyflag) |
static lept.SARRAY |
lept.sarraySelectByRange(lept.SARRAY sain,
int first,
int last) |
static lept.SARRAY |
lept.sarraySelectBySubstring(lept.SARRAY sain,
org.bytedeco.javacpp.BytePointer substr) |
static lept.SARRAY |
lept.sarraySelectBySubstring(lept.SARRAY sain,
String substr) |
static lept.SARRAY |
lept.sarraySort(lept.SARRAY saout,
lept.SARRAY sain,
int sortorder) |
static lept.SARRAY |
lept.sarraySortByIndex(lept.SARRAY sain,
lept.NUMA naindex) |
static int |
lept.sarraySplitString(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer str,
org.bytedeco.javacpp.BytePointer separators) |
static int |
lept.sarraySplitString(lept.SARRAY sa,
String str,
String separators) |
static org.bytedeco.javacpp.BytePointer |
lept.sarrayToString(lept.SARRAY sa,
int addnlflag) |
static org.bytedeco.javacpp.BytePointer |
lept.sarrayToStringRange(lept.SARRAY sa,
int first,
int nstrings,
int addnlflag) |
static lept.SARRAY |
lept.sarrayUnionByAset(lept.SARRAY sa1,
lept.SARRAY sa2) |
static int |
lept.sarrayWrite(org.bytedeco.javacpp.BytePointer filename,
lept.SARRAY sa) |
static int |
lept.sarrayWrite(String filename,
lept.SARRAY sa) |
static int |
lept.sarrayWriteMem(byte[] pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.SARRAY sa) |
static int |
lept.sarrayWriteMem(ByteBuffer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.SARRAY sa) |
static int |
lept.sarrayWriteMem(org.bytedeco.javacpp.BytePointer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.SARRAY sa) |
static int |
lept.sarrayWriteMem(org.bytedeco.javacpp.PointerPointer pdata,
org.bytedeco.javacpp.SizeTPointer psize,
lept.SARRAY sa) |
static int |
lept.sarrayWriteStream(org.bytedeco.javacpp.Pointer fp,
lept.SARRAY sa) |
lept.L_RCHA |
lept.L_RCHA.satext(lept.SARRAY satext) |
static lept.PIXA |
lept.showExtractNumbers(lept.PIX pixs,
lept.SARRAY sa,
lept.BOXAA baa,
lept.NUMAA naa,
lept.PIX ppixdb) |
static lept.PIXA |
lept.showExtractNumbers(lept.PIX pixs,
lept.SARRAY sa,
lept.BOXAA baa,
lept.NUMAA naa,
org.bytedeco.javacpp.PointerPointer ppixdb) |
static int |
lept.writeMultipageTiffSA(lept.SARRAY sa,
org.bytedeco.javacpp.BytePointer fileout) |
static int |
lept.writeMultipageTiffSA(lept.SARRAY sa,
String fileout) |
Copyright © 2018. All rights reserved.