Class ImageInterleavedTestingOps

java.lang.Object
boofcv.alg.misc.ImageInterleavedTestingOps

public class ImageInterleavedTestingOps extends Object
Operations to help with testing interleaved images.
  • Constructor Details

    • ImageInterleavedTestingOps

      public ImageInterleavedTestingOps()
  • Method Details

    • 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, Random rand)
      Fills the whole image with random values
      Parameters:
      img - An image.
      rand - The value that the image is being filled with.