boofcv.alg.misc
Class ImageInterleavedTestingOps
- java.lang.Object
-
- boofcv.alg.misc.ImageInterleavedTestingOps
-
public class ImageInterleavedTestingOps extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description ImageInterleavedTestingOps()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidfill(InterleavedI8 img, byte... value)Fills the whole image with the specified pixel valuestatic voidrandomize(InterleavedI8 img, java.util.Random rand)Fills the whole image with random values
-
-
-
Method Detail
-
fill
public static void fill(InterleavedI8 img, byte... value)
Fills the whole image with the specified pixel value- Parameters:
img- An image.value- The value that the image is being filled with.
-
randomize
public static void randomize(InterleavedI8 img, java.util.Random rand)
Fills the whole image with random values- Parameters:
img- An image.rand- The value that the image is being filled with.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG