Package | Description |
---|---|
net.sourceforge.lept4j |
Modifier and Type | Class and Description |
---|---|
static class |
JbClasser.ByReference |
static class |
JbClasser.ByValue |
Modifier and Type | Method and Description |
---|---|
JbClasser |
Leptonica.jbClasserCreate(int method,
int components)
Original signature :
JBCLASSER* jbClasserCreate(l_int32, l_int32) native declaration : allheaders.h:1942 |
static JbClasser |
Leptonica1.jbClasserCreate(int method,
int components)
Original signature :
JBCLASSER* jbClasserCreate(l_int32, l_int32) native declaration : allheaders.h:1942 |
JbClasser |
Leptonica.jbCorrelationInit(int components,
int maxwidth,
int maxheight,
float thresh,
float weightfactor)
Original signature :
JBCLASSER* jbCorrelationInit(l_int32, l_int32, l_int32, l_float32, l_float32) native declaration : allheaders.h:1914 |
static JbClasser |
Leptonica1.jbCorrelationInit(int components,
int maxwidth,
int maxheight,
float thresh,
float weightfactor)
Original signature :
JBCLASSER* jbCorrelationInit(l_int32, l_int32, l_int32, l_float32, l_float32) native declaration : allheaders.h:1914 |
JbClasser |
Leptonica.jbCorrelationInitWithoutComponents(int components,
int maxwidth,
int maxheight,
float thresh,
float weightfactor)
Original signature :
JBCLASSER* jbCorrelationInitWithoutComponents(l_int32, l_int32, l_int32, l_float32, l_float32) native declaration : allheaders.h:1916 |
static JbClasser |
Leptonica1.jbCorrelationInitWithoutComponents(int components,
int maxwidth,
int maxheight,
float thresh,
float weightfactor)
Original signature :
JBCLASSER* jbCorrelationInitWithoutComponents(l_int32, l_int32, l_int32, l_float32, l_float32) native declaration : allheaders.h:1916 |
JbClasser |
Leptonica.jbRankHausInit(int components,
int maxwidth,
int maxheight,
int size,
float rank)
Original signature :
JBCLASSER* jbRankHausInit(l_int32, l_int32, l_int32, l_int32, l_float32) native declaration : allheaders.h:1912 |
static JbClasser |
Leptonica1.jbRankHausInit(int components,
int maxwidth,
int maxheight,
int size,
float rank)
Original signature :
JBCLASSER* jbRankHausInit(l_int32, l_int32, l_int32, l_int32, l_float32) native declaration : allheaders.h:1912 |
JbClasser |
Leptonica.jbWordsInTextlines(com.sun.jna.Pointer dirin,
int reduction,
int maxwidth,
int maxheight,
float thresh,
float weight,
com.sun.jna.ptr.PointerByReference pnatl,
int firstpage,
int npages)
Original signature :
JBCLASSER* jbWordsInTextlines(const char*, l_int32, l_int32, l_int32, l_float32, l_float32, NUMA**, l_int32, l_int32) native declaration : allheaders.h:724 |
static JbClasser |
Leptonica1.jbWordsInTextlines(com.sun.jna.Pointer dirin,
int reduction,
int maxwidth,
int maxheight,
float thresh,
float weight,
com.sun.jna.ptr.PointerByReference pnatl,
int firstpage,
int npages)
Original signature :
JBCLASSER* jbWordsInTextlines(const char*, l_int32, l_int32, l_int32, l_float32, l_float32, NUMA**, l_int32, l_int32) native declaration : allheaders.h:724 |
JbClasser |
Leptonica.jbWordsInTextlines(java.lang.String dirin,
int reduction,
int maxwidth,
int maxheight,
float thresh,
float weight,
com.sun.jna.ptr.PointerByReference pnatl,
int firstpage,
int npages)
Original signature :
JBCLASSER* jbWordsInTextlines(const char*, l_int32, l_int32, l_int32, l_float32, l_float32, NUMA**, l_int32, l_int32) native declaration : allheaders.h:724 |
static JbClasser |
Leptonica1.jbWordsInTextlines(java.lang.String dirin,
int reduction,
int maxwidth,
int maxheight,
float thresh,
float weight,
com.sun.jna.ptr.PointerByReference pnatl,
int firstpage,
int npages)
Original signature :
JBCLASSER* jbWordsInTextlines(const char*, l_int32, l_int32, l_int32, l_float32, l_float32, NUMA**, l_int32, l_int32) native declaration : allheaders.h:724 |
Modifier and Type | Method and Description |
---|---|
int |
Leptonica.jbAddPage(JbClasser classer,
Pix pixs)
Original signature :
l_int32 jbAddPage(JBCLASSER*, PIX*) native declaration : allheaders.h:1920 |
static int |
Leptonica1.jbAddPage(JbClasser classer,
Pix pixs)
Original signature :
l_int32 jbAddPage(JBCLASSER*, PIX*) native declaration : allheaders.h:1920 |
int |
Leptonica.jbAddPageComponents(JbClasser classer,
Pix pixs,
Boxa boxas,
Pixa pixas)
Original signature :
l_int32 jbAddPageComponents(JBCLASSER*, PIX*, BOXA*, PIXA*) native declaration : allheaders.h:1922 |
static int |
Leptonica1.jbAddPageComponents(JbClasser classer,
Pix pixs,
Boxa boxas,
Pixa pixas)
Original signature :
l_int32 jbAddPageComponents(JBCLASSER*, PIX*, BOXA*, PIXA*) native declaration : allheaders.h:1922 |
int |
Leptonica.jbAddPages(JbClasser classer,
Sarray safiles)
Original signature :
l_int32 jbAddPages(JBCLASSER*, SARRAY*) native declaration : allheaders.h:1918 |
static int |
Leptonica1.jbAddPages(JbClasser classer,
Sarray safiles)
Original signature :
l_int32 jbAddPages(JBCLASSER*, SARRAY*) native declaration : allheaders.h:1918 |
int |
Leptonica.jbClassifyCorrelation(JbClasser classer,
Boxa boxa,
Pixa pixas)
Original signature :
l_int32 jbClassifyCorrelation(JBCLASSER*, BOXA*, PIXA*) native declaration : allheaders.h:1930 |
static int |
Leptonica1.jbClassifyCorrelation(JbClasser classer,
Boxa boxa,
Pixa pixas)
Original signature :
l_int32 jbClassifyCorrelation(JBCLASSER*, BOXA*, PIXA*) native declaration : allheaders.h:1930 |
int |
Leptonica.jbClassifyRankHaus(JbClasser classer,
Boxa boxa,
Pixa pixas)
Original signature :
l_int32 jbClassifyRankHaus(JBCLASSER*, BOXA*, PIXA*) native declaration : allheaders.h:1924 |
static int |
Leptonica1.jbClassifyRankHaus(JbClasser classer,
Boxa boxa,
Pixa pixas)
Original signature :
l_int32 jbClassifyRankHaus(JBCLASSER*, BOXA*, PIXA*) native declaration : allheaders.h:1924 |
JbData |
Leptonica.jbDataSave(JbClasser classer)
Original signature :
JBDATA* jbDataSave(JBCLASSER*) native declaration : allheaders.h:1946 |
static JbData |
Leptonica1.jbDataSave(JbClasser classer)
Original signature :
JBDATA* jbDataSave(JBCLASSER*) native declaration : allheaders.h:1946 |
int |
Leptonica.jbGetLLCorners(JbClasser classer)
Original signature :
l_int32 jbGetLLCorners(JBCLASSER*) native declaration : allheaders.h:1958 |
static int |
Leptonica1.jbGetLLCorners(JbClasser classer)
Original signature :
l_int32 jbGetLLCorners(JBCLASSER*) native declaration : allheaders.h:1958 |
int |
Leptonica.jbGetULCorners(JbClasser classer,
Pix pixs,
Boxa boxa)
Original signature :
l_int32 jbGetULCorners(JBCLASSER*, PIX*, BOXA*) native declaration : allheaders.h:1956 |
static int |
Leptonica1.jbGetULCorners(JbClasser classer,
Pix pixs,
Boxa boxa)
Original signature :
l_int32 jbGetULCorners(JBCLASSER*, PIX*, BOXA*) native declaration : allheaders.h:1956 |