Uses of Class
net.sourceforge.lept4j.L_WShed
-
Packages that use L_WShed Package Description net.sourceforge.lept4j -
-
Uses of L_WShed in net.sourceforge.lept4j
Subclasses of L_WShed in net.sourceforge.lept4j Modifier and Type Class Description static classL_WShed.ByReferencestatic classL_WShed.ByValueMethods in net.sourceforge.lept4j that return L_WShed Modifier and Type Method Description static L_WShedLeptonica1. wshedCreate(Pix pixs, Pix pixm, int mindepth, int debugflag)Original signature :L_WSHED* wshedCreate(PIX*, PIX*, l_int32, l_int32)Methods in net.sourceforge.lept4j with parameters of type L_WShed Modifier and Type Method Description static intLeptonica1. wshedApply(L_WShed wshed)Original signature :l_ok wshedApply(L_WSHED*)static intLeptonica1. wshedBasins(L_WShed wshed, com.sun.jna.ptr.PointerByReference ppixa, com.sun.jna.ptr.PointerByReference pnalevels)Original signature :l_ok wshedBasins(L_WSHED*, PIXA**, NUMA**)static PixLeptonica1. wshedRenderColors(L_WShed wshed)Original signature :PIX* wshedRenderColors(L_WSHED*)static PixLeptonica1. wshedRenderFill(L_WShed wshed)Original signature :PIX* wshedRenderFill(L_WSHED*)
-