Package boofcv.alg.misc
Class ImageInterleavedTestingOps
java.lang.Object
boofcv.alg.misc.ImageInterleavedTestingOps
Operations to help with testing interleaved images.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-