Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
Numa2d.ByReference |
static class |
Numa2d.ByValue |
Modifier and Type | Method and Description |
---|---|
static Numa2d |
Leptonica1.numa2dCreate(int nrows,
int ncols,
int initsize)
Original signature :
NUMA2D* numa2dCreate(l_int32, l_int32, l_int32) native declaration : allheaders.h:2186 |
Modifier and Type | Method and Description |
---|---|
static int |
Leptonica1.numa2dAddNumber(Numa2d na2d,
int row,
int col,
float val)
Original signature :
l_int32 numa2dAddNumber(NUMA2D*, l_int32, l_int32, l_float32) native declaration : allheaders.h:2190 |
static int |
Leptonica1.numa2dGetCount(Numa2d na2d,
int row,
int col)
Original signature :
l_int32 numa2dGetCount(NUMA2D*, l_int32, l_int32) native declaration : allheaders.h:2192 |
static int |
Leptonica1.numa2dGetFValue(Numa2d na2d,
int row,
int col,
int index,
java.nio.FloatBuffer pval)
Original signature :
l_int32 numa2dGetFValue(NUMA2D*, l_int32, l_int32, l_int32, l_float32*) native declaration : allheaders.h:2196 |
static int |
Leptonica1.numa2dGetIValue(Numa2d na2d,
int row,
int col,
int index,
java.nio.IntBuffer pval)
Original signature :
l_int32 numa2dGetIValue(NUMA2D*, l_int32, l_int32, l_int32, l_int32*) native declaration : allheaders.h:2198 |
static Numa |
Leptonica1.numa2dGetNuma(Numa2d na2d,
int row,
int col)
Original signature :
NUMA* numa2dGetNuma(NUMA2D*, l_int32, l_int32) native declaration : allheaders.h:2194 |