Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
L_DNA |
L_DNA.array(DoublePointer setter) |
L_DNA |
L_DNA.delx(double setter) |
L_DNA |
L_RECOG.dna_tochar()
index-to-char lut for arbitrary charset
|
L_DNA |
L_DNAHASH.dna(int i)
array of L_Dna
|
L_DNA |
L_DNAA.dna(int i)
array of L_Dna
|
L_DNA |
L_DNA.getPointer(long i) |
L_DNA |
L_DNA.n(int setter) |
L_DNA |
L_DNA.nalloc(int setter) |
L_DNA |
L_PDF_DATA.objloc()
location of each pdf string object
|
L_DNA |
L_PDF_DATA.objsize()
sizes of each pdf string object
|
L_DNA |
L_DNA.position(long position) |
L_DNA |
L_DNA.refcount(int setter) |
L_DNA |
L_DNA.startx(double setter) |
Modifier and Type | Method and Description |
---|---|
L_RECOG |
L_RECOG.dna_tochar(L_DNA setter) |
L_DNAHASH |
L_DNAHASH.dna(int i,
L_DNA setter) |
L_DNAA |
L_DNAA.dna(int i,
L_DNA setter) |
L_PDF_DATA |
L_PDF_DATA.objloc(L_DNA setter) |
L_PDF_DATA |
L_PDF_DATA.objsize(L_DNA setter) |
Modifier and Type | Method and Description |
---|---|
static L_DNA |
leptonica.arrayFindEachSequence(byte[] data,
long datalen,
byte[] sequence,
long seqlen) |
static L_DNA |
leptonica.arrayFindEachSequence(ByteBuffer data,
long datalen,
ByteBuffer sequence,
long seqlen) |
static L_DNA |
leptonica.arrayFindEachSequence(BytePointer data,
long datalen,
BytePointer sequence,
long seqlen) |
static L_DNA |
leptonica.l_dnaaFlattenToDna(L_DNAA daa) |
static L_DNA |
leptonica.l_dnaaGetDna(L_DNAA daa,
int index,
int accessflag) |
static L_DNA |
leptonica.l_dnaClone(L_DNA da) |
static L_DNA |
leptonica.l_dnaCopy(L_DNA da) |
static L_DNA |
leptonica.l_dnaCreate(int n) |
static L_DNA |
leptonica.l_dnaCreateFromDArray(double[] darray,
int size,
int copyflag) |
static L_DNA |
leptonica.l_dnaCreateFromDArray(DoubleBuffer darray,
int size,
int copyflag) |
static L_DNA |
leptonica.l_dnaCreateFromDArray(DoublePointer darray,
int size,
int copyflag) |
static L_DNA |
leptonica.l_dnaCreateFromIArray(int[] iarray,
int size) |
static L_DNA |
leptonica.l_dnaCreateFromIArray(IntBuffer iarray,
int size) |
static L_DNA |
leptonica.l_dnaCreateFromIArray(IntPointer iarray,
int size) |
static L_DNA |
leptonica.l_dnaDiffAdjValues(L_DNA das) |
static L_DNA |
leptonica.l_dnaHashGetDna(L_DNAHASH dahash,
long key,
int copyflag) |
static L_DNA |
leptonica.l_dnaMakeSequence(double startval,
double increment,
int size) |
static L_DNA |
leptonica.l_dnaRead(BytePointer filename) |
static L_DNA |
leptonica.l_dnaRead(String filename) |
static L_DNA |
leptonica.l_dnaReadMem(byte[] data,
long size) |
static L_DNA |
leptonica.l_dnaReadMem(ByteBuffer data,
long size) |
static L_DNA |
leptonica.l_dnaReadMem(BytePointer data,
long size) |
static L_DNA |
leptonica.l_dnaReadStream(Pointer fp) |
static L_DNA |
leptonica.l_dnaSelectRange(L_DNA das,
int first,
int last) |
static L_DNA |
leptonica.numaConvertToDna(NUMA na) |
static L_DNA |
leptonica.pixConvertDataToDna(PIX pix) |
static L_DNA |
leptonica.stringFindEachSubstr(BytePointer src,
BytePointer sub) |
static L_DNA |
leptonica.stringFindEachSubstr(String src,
String sub) |
Modifier and Type | Method and Description |
---|---|
static L_ASET |
leptonica.l_asetCreateFromDna(L_DNA da) |
static int |
leptonica.l_byteaFindEachSequence(L_BYTEA ba,
byte[] sequence,
long seqlen,
L_DNA pda) |
static int |
leptonica.l_byteaFindEachSequence(L_BYTEA ba,
ByteBuffer sequence,
long seqlen,
L_DNA pda) |
static int |
leptonica.l_byteaFindEachSequence(L_BYTEA ba,
BytePointer sequence,
long seqlen,
L_DNA pda) |
static int |
leptonica.l_dnaaAddDna(L_DNAA daa,
L_DNA da,
int copyflag) |
static int |
leptonica.l_dnaAddNumber(L_DNA da,
double val) |
static int |
leptonica.l_dnaaReplaceDna(L_DNAA daa,
int index,
L_DNA da) |
static L_DNA |
leptonica.l_dnaClone(L_DNA da) |
static NUMA |
leptonica.l_dnaConvertToNuma(L_DNA da) |
static L_DNA |
leptonica.l_dnaCopy(L_DNA da) |
static int |
leptonica.l_dnaCopyParameters(L_DNA dad,
L_DNA das) |
static void |
leptonica.l_dnaDestroy(L_DNA pda) |
static L_DNA |
leptonica.l_dnaDiffAdjValues(L_DNA das) |
static int |
leptonica.l_dnaEmpty(L_DNA da) |
static int |
leptonica.l_dnaGetCount(L_DNA da) |
static DoublePointer |
leptonica.l_dnaGetDArray(L_DNA da,
int copyflag) |
static int |
leptonica.l_dnaGetDValue(L_DNA da,
int index,
double[] pval) |
static int |
leptonica.l_dnaGetDValue(L_DNA da,
int index,
DoubleBuffer pval) |
static int |
leptonica.l_dnaGetDValue(L_DNA da,
int index,
DoublePointer pval) |
static IntPointer |
leptonica.l_dnaGetIArray(L_DNA da) |
static int |
leptonica.l_dnaGetIValue(L_DNA da,
int index,
int[] pival) |
static int |
leptonica.l_dnaGetIValue(L_DNA da,
int index,
IntBuffer pival) |
static int |
leptonica.l_dnaGetIValue(L_DNA da,
int index,
IntPointer pival) |
static int |
leptonica.l_dnaGetParameters(L_DNA da,
double[] pstartx,
double[] pdelx) |
static int |
leptonica.l_dnaGetParameters(L_DNA da,
DoubleBuffer pstartx,
DoubleBuffer pdelx) |
static int |
leptonica.l_dnaGetParameters(L_DNA da,
DoublePointer pstartx,
DoublePointer pdelx) |
static int |
leptonica.l_dnaInsertNumber(L_DNA da,
int index,
double val) |
static int |
leptonica.l_dnaIntersectionByAset(L_DNA da1,
L_DNA da2,
L_DNA pdad) |
static int |
leptonica.l_dnaIntersectionByAset(L_DNA da1,
L_DNA da2,
PointerPointer pdad) |
static int |
leptonica.l_dnaIntersectionByHmap(L_DNA da1,
L_DNA da2,
L_DNA pdad) |
static int |
leptonica.l_dnaIntersectionByHmap(L_DNA da1,
L_DNA da2,
PointerPointer pdad) |
static int |
leptonica.l_dnaJoin(L_DNA dad,
L_DNA das,
int istart,
int iend) |
static int |
leptonica.l_dnaMakeHistoByHmap(L_DNA das,
L_DNA pdav,
L_DNA pdac) |
static int |
leptonica.l_dnaMakeHistoByHmap(L_DNA das,
PointerPointer pdav,
PointerPointer pdac) |
static int |
leptonica.l_dnaRemoveDupsByAset(L_DNA das,
L_DNA pdad) |
static int |
leptonica.l_dnaRemoveDupsByAset(L_DNA das,
PointerPointer pdad) |
static int |
leptonica.l_dnaRemoveDupsByHmap(L_DNA das,
L_DNA pdad,
L_HASHMAP phmap) |
static int |
leptonica.l_dnaRemoveDupsByHmap(L_DNA das,
PointerPointer pdad,
PointerPointer phmap) |
static int |
leptonica.l_dnaRemoveNumber(L_DNA da,
int index) |
static int |
leptonica.l_dnaReplaceNumber(L_DNA da,
int index,
double val) |
static L_DNA |
leptonica.l_dnaSelectRange(L_DNA das,
int first,
int last) |
static int |
leptonica.l_dnaSetCount(L_DNA da,
int newcount) |
static int |
leptonica.l_dnaSetParameters(L_DNA da,
double startx,
double delx) |
static int |
leptonica.l_dnaSetValue(L_DNA da,
int index,
double val) |
static int |
leptonica.l_dnaShiftValue(L_DNA da,
int index,
double diff) |
static int |
leptonica.l_dnaUnionByAset(L_DNA da1,
L_DNA da2,
L_DNA pdad) |
static int |
leptonica.l_dnaUnionByAset(L_DNA da1,
L_DNA da2,
PointerPointer pdad) |
static int |
leptonica.l_dnaUnionByHmap(L_DNA da1,
L_DNA da2,
L_DNA pdad) |
static int |
leptonica.l_dnaUnionByHmap(L_DNA da1,
L_DNA da2,
PointerPointer pdad) |
static int |
leptonica.l_dnaWrite(BytePointer filename,
L_DNA da) |
static int |
leptonica.l_dnaWrite(String filename,
L_DNA da) |
static int |
leptonica.l_dnaWriteMem(byte[] pdata,
SizeTPointer psize,
L_DNA da) |
static int |
leptonica.l_dnaWriteMem(ByteBuffer pdata,
SizeTPointer psize,
L_DNA da) |
static int |
leptonica.l_dnaWriteMem(BytePointer pdata,
SizeTPointer psize,
L_DNA da) |
static int |
leptonica.l_dnaWriteMem(PointerPointer pdata,
SizeTPointer psize,
L_DNA da) |
static int |
leptonica.l_dnaWriteStderr(L_DNA da) |
static int |
leptonica.l_dnaWriteStream(Pointer fp,
L_DNA da) |
static L_HASHMAP |
leptonica.l_hmapCreateFromDna(L_DNA da) |
Copyright © 2024. All rights reserved.