Package boofcv.alg.misc
Class ImageInterleavedTestingOps
java.lang.Object
boofcv.alg.misc.ImageInterleavedTestingOps
public class ImageInterleavedTestingOps extends Object
Operations to help with testing interleaved images.
-
Constructor Summary
Constructors Constructor Description ImageInterleavedTestingOps()
-
Method Summary
Modifier and Type Method Description static void
fill(InterleavedI8 img, byte... value)
Fills the whole image with the specified pixel valuestatic void
randomize(InterleavedI8 img, Random rand)
Fills the whole image with random values
-
Constructor Details
-
ImageInterleavedTestingOps
public ImageInterleavedTestingOps()
-
-
Method Details
-
fill
Fills the whole image with the specified pixel value- Parameters:
img
- An image.value
- The value that the image is being filled with.
-
randomize
Fills the whole image with random values- Parameters:
img
- An image.rand
- The value that the image is being filled with.
-