Uses of Class
net.sourceforge.lept4j.JbClasser
Packages that use JbClasser
-
Uses of JbClasser in net.sourceforge.lept4j
Subclasses of JbClasser in net.sourceforge.lept4jModifier and TypeClassDescriptionstatic class
static class
Methods in net.sourceforge.lept4j that return JbClasserModifier and TypeMethodDescriptionLeptonica.jbClasserCreate
(int method, int components) Original signature :JBCLASSER* jbClasserCreate(l_int32, l_int32)
static JbClasser
Leptonica1.jbClasserCreate
(int method, int components) Original signature :JBCLASSER* jbClasserCreate(l_int32, l_int32)
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)
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)
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)
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)
Leptonica.jbWordsInTextlines
(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)
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)
static JbClasser
Leptonica1.jbWordsInTextlines
(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)
Methods in net.sourceforge.lept4j with parameters of type JbClasserModifier and TypeMethodDescriptionstatic int
Original signature :l_ok jbAddPage(JBCLASSER*, PIX*)
static int
Leptonica1.jbAddPageComponents
(JbClasser classer, Pix pixs, Boxa boxas, Pixa pixas) Original signature :l_ok jbAddPageComponents(JBCLASSER*, PIX*, BOXA*, PIXA*)
static int
Leptonica1.jbAddPages
(JbClasser classer, Sarray safiles) Original signature :l_ok jbAddPages(JBCLASSER*, SARRAY*)
static int
Leptonica1.jbClassifyCorrelation
(JbClasser classer, Boxa boxa, Pixa pixas) Original signature :l_ok jbClassifyCorrelation(JBCLASSER*, BOXA*, PIXA*)
static int
Leptonica1.jbClassifyRankHaus
(JbClasser classer, Boxa boxa, Pixa pixas) Original signature :l_ok jbClassifyRankHaus(JBCLASSER*, BOXA*, PIXA*)
Leptonica.jbDataSave
(JbClasser classer) Original signature :JBDATA* jbDataSave(JBCLASSER*)
static JbData
Leptonica1.jbDataSave
(JbClasser classer) Original signature :JBDATA* jbDataSave(JBCLASSER*)
int
Leptonica.jbGetLLCorners
(JbClasser classer) Original signature :l_ok jbGetLLCorners(JBCLASSER*)
static int
Leptonica1.jbGetLLCorners
(JbClasser classer) Original signature :l_ok jbGetLLCorners(JBCLASSER*)
int
Leptonica.jbGetULCorners
(JbClasser classer, Pix pixs, Boxa boxa) Original signature :l_ok jbGetULCorners(JBCLASSER*, PIX*, BOXA*)
static int
Leptonica1.jbGetULCorners
(JbClasser classer, Pix pixs, Boxa boxa) Original signature :l_ok jbGetULCorners(JBCLASSER*, PIX*, BOXA*)