Documentation of 'boofcv.alg.misc.ImageInterleavedTestingOps' Java class
ImageInterleavedTestingOps
boofcv.alg.misc

Class ImageInterleavedTestingOps



  • public class ImageInterleavedTestingOps
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void fill(InterleavedI8 img, byte... value)
      Fills the whole image with the specified pixel value
      static void randomize(InterleavedI8 img, java.util.Random rand)
      Fills the whole image with random values
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageInterleavedTestingOps

        public ImageInterleavedTestingOps()
    • 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

You see the box below because you did not login.