Uses of Class
jhd.FloodFill.EuclideanSpheres.RandomSphereParams
-
Uses of EuclideanSpheres.RandomSphereParams in jhd.FloodFill
Methods in jhd.FloodFill with parameters of type EuclideanSpheres.RandomSphereParams Modifier and Type Method Description intEuclideanSpheres. DrawRandomSpheres(java.lang.Object[] oImageArr, int imgWidth, int imgHeight, int imgDepth, EuclideanSpheres.RandomSphereParams rsp)Draws overlapping spheres of random size at random locations until volFrac is reached.intEuclideanSpheres. DrawRandomSpheres(java.lang.Object oImage, int imgWidth, int imgHeight, int imgDepth, EuclideanSpheres.RandomSphereParams rsp)Draws overlapping spheres of random size at random locations until volFrac is reached.