Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
Numaa.ByReference |
static class |
Numaa.ByValue |
Modifier and Type | Method and Description |
---|---|
Numaa |
Leptonica.boxaExtractSortedPattern(Boxa boxa,
Numa na)
Original signature :
NUMAA* boxaExtractSortedPattern(BOXA*, NUMA*) native declaration : allheaders.h:706 |
static Numaa |
Leptonica1.boxaExtractSortedPattern(Boxa boxa,
Numa na)
Original signature :
NUMAA* boxaExtractSortedPattern(BOXA*, NUMA*) native declaration : allheaders.h:706 |
Numaa |
Leptonica.numaaCreate(int n)
Original signature :
NUMAA* numaaCreate(l_int32) native declaration : allheaders.h:2150 |
static Numaa |
Leptonica1.numaaCreate(int n)
Original signature :
NUMAA* numaaCreate(l_int32) native declaration : allheaders.h:2150 |
Numaa |
Leptonica.numaaCreateFull(int ntop,
int n)
Original signature :
NUMAA* numaaCreateFull(l_int32, l_int32) native declaration : allheaders.h:2152 |
static Numaa |
Leptonica1.numaaCreateFull(int ntop,
int n)
Original signature :
NUMAA* numaaCreateFull(l_int32, l_int32) native declaration : allheaders.h:2152 |
static Numaa |
Leptonica1.numaaRead(java.lang.String filename)
Original signature :
NUMAA* numaaRead(const char*) native declaration : allheaders.h:2178 |
Modifier and Type | Method and Description |
---|---|
Boxaa |
Leptonica.boxaSort2dByIndex(Boxa boxas,
Numaa naa)
Original signature :
BOXAA* boxaSort2dByIndex(BOXA*, NUMAA*) native declaration : allheaders.h:498 |
static Boxaa |
Leptonica1.boxaSort2dByIndex(Boxa boxas,
Numaa naa)
Original signature :
BOXAA* boxaSort2dByIndex(BOXA*, NUMAA*) native declaration : allheaders.h:498 |
static int |
Leptonica1.gplotSimpleN(Numaa naa,
int outformat,
java.lang.String outroot,
java.lang.String title)
Original signature :
l_int32 gplotSimpleN(NUMAA*, l_int32, const char*, const char*) native declaration : allheaders.h:1580 |
static int |
Leptonica1.gplotSimpleXYN(Numa nax,
Numaa naay,
int outformat,
java.lang.String outroot,
java.lang.String title)
Original signature :
l_int32 gplotSimpleXYN(NUMA*, NUMAA*, l_int32, const char*, const char*) native declaration : allheaders.h:1586 |
int |
Leptonica.numaaAddNuma(Numaa naa,
Numa na,
int copyflag)
Original signature :
l_int32 numaaAddNuma(NUMAA*, NUMA*, l_int32) native declaration : allheaders.h:2158 |
static int |
Leptonica1.numaaAddNuma(Numaa naa,
Numa na,
int copyflag)
Original signature :
l_int32 numaaAddNuma(NUMAA*, NUMA*, l_int32) native declaration : allheaders.h:2158 |
static int |
Leptonica1.numaaAddNumber(Numaa naa,
int index,
float val)
Original signature :
l_int32 numaaAddNumber(NUMAA*, l_int32, l_float32) native declaration : allheaders.h:2176 |
int |
Leptonica.numaaCompareImagesByBoxes(Numaa naa1,
Numaa naa2,
int nperline,
int nreq,
int maxshiftx,
int maxshifty,
int delx,
int dely,
java.nio.IntBuffer psame,
int debugflag)
Original signature :
l_int32 numaaCompareImagesByBoxes(NUMAA*, NUMAA*, l_int32, l_int32, l_int32, l_int32, l_int32, l_int32, l_int32*, l_int32) native declaration : allheaders.h:708 |
static int |
Leptonica1.numaaCompareImagesByBoxes(Numaa naa1,
Numaa naa2,
int nperline,
int nreq,
int maxshiftx,
int maxshifty,
int delx,
int dely,
java.nio.IntBuffer psame,
int debugflag)
Original signature :
l_int32 numaaCompareImagesByBoxes(NUMAA*, NUMAA*, l_int32, l_int32, l_int32, l_int32, l_int32, l_int32, l_int32*, l_int32) native declaration : allheaders.h:708 |
int |
Leptonica.numaaExtendArray(Numaa naa)
Original signature :
l_int32 numaaExtendArray(NUMAA*) native declaration : allheaders.h:2160 |
static int |
Leptonica1.numaaExtendArray(Numaa naa)
Original signature :
l_int32 numaaExtendArray(NUMAA*) native declaration : allheaders.h:2160 |
static Numa |
Leptonica1.numaaFlattenToNuma(Numaa naa)
Original signature :
NUMA* numaaFlattenToNuma(NUMAA*) native declaration : allheaders.h:2322 |
int |
Leptonica.numaaGetCount(Numaa naa)
Original signature :
l_int32 numaaGetCount(NUMAA*) native declaration : allheaders.h:2162 |
static int |
Leptonica1.numaaGetCount(Numaa naa)
Original signature :
l_int32 numaaGetCount(NUMAA*) native declaration : allheaders.h:2162 |
static Numa |
Leptonica1.numaaGetNuma(Numaa naa,
int index,
int accessflag)
Original signature :
NUMA* numaaGetNuma(NUMAA*, l_int32, l_int32) native declaration : allheaders.h:2170 |
int |
Leptonica.numaaGetNumaCount(Numaa naa,
int index)
Original signature :
l_int32 numaaGetNumaCount(NUMAA*, l_int32) native declaration : allheaders.h:2164 |
static int |
Leptonica1.numaaGetNumaCount(Numaa naa,
int index)
Original signature :
l_int32 numaaGetNumaCount(NUMAA*, l_int32) native declaration : allheaders.h:2164 |
int |
Leptonica.numaaGetNumberCount(Numaa naa)
Original signature :
l_int32 numaaGetNumberCount(NUMAA*) native declaration : allheaders.h:2166 |
static int |
Leptonica1.numaaGetNumberCount(Numaa naa)
Original signature :
l_int32 numaaGetNumberCount(NUMAA*) native declaration : allheaders.h:2166 |
static com.sun.jna.ptr.PointerByReference |
Leptonica1.numaaGetPtrArray(Numaa naa)
Original signature :
NUMA** numaaGetPtrArray(NUMAA*) native declaration : allheaders.h:2168 |
static int |
Leptonica1.numaaGetValue(Numaa naa,
int i,
int j,
java.nio.FloatBuffer pfval,
java.nio.IntBuffer pival)
Original signature :
l_int32 numaaGetValue(NUMAA*, l_int32, l_int32, l_float32*, l_int32*) native declaration : allheaders.h:2174 |
static int |
Leptonica1.numaaJoin(Numaa naad,
Numaa naas,
int istart,
int iend)
Original signature :
l_int32 numaaJoin(NUMAA*, NUMAA*, l_int32, l_int32) native declaration : allheaders.h:2320 |
static int |
Leptonica1.numaaReplaceNuma(Numaa naa,
int index,
Numa na)
Original signature :
l_int32 numaaReplaceNuma(NUMAA*, l_int32, NUMA*) native declaration : allheaders.h:2172 |
int |
Leptonica.numaaTruncate(Numaa naa)
Original signature :
l_int32 numaaTruncate(NUMAA*) native declaration : allheaders.h:2154 |
static int |
Leptonica1.numaaTruncate(Numaa naa)
Original signature :
l_int32 numaaTruncate(NUMAA*) native declaration : allheaders.h:2154 |
static int |
Leptonica1.numaaWrite(java.lang.String filename,
Numaa naa)
Original signature :
l_int32 numaaWrite(const char*, NUMAA*) native declaration : allheaders.h:2182 |
static Pixaa |
Leptonica1.pixaSort2dByIndex(Pixa pixas,
Numaa naa,
int copyflag)
Original signature :
PIXAA* pixaSort2dByIndex(PIXA*, NUMAA*, l_int32) native declaration : allheaders.h:3112 |