Uses of Class
net.sourceforge.lept4j.L_Rch
-
Packages that use L_Rch Package Description net.sourceforge.lept4j -
-
Uses of L_Rch in net.sourceforge.lept4j
Subclasses of L_Rch in net.sourceforge.lept4j Modifier and Type Class Description static class
L_Rch.ByReference
static class
L_Rch.ByValue
Methods in net.sourceforge.lept4j with parameters of type L_Rch Modifier and Type Method Description static int
Leptonica1. rchExtract(L_Rch rch, java.nio.IntBuffer pindex, java.nio.FloatBuffer pscore, com.sun.jna.ptr.PointerByReference ptext, java.nio.IntBuffer psample, java.nio.IntBuffer pxloc, java.nio.IntBuffer pyloc, java.nio.IntBuffer pwidth)
Original signature :l_ok rchExtract(L_RCH*, l_int32*, l_float32*, char**, l_int32*, l_int32*, l_int32*, l_int32*)
-