Class CLNImageAccess

java.lang.Object
com.io7m.calino.imageproc.awt.internal.CLNImageAccess

public final class CLNImageAccess extends Object
Normalized access to a buffered image.
  • Method Details

    • pixelAt

      public void pixelAt(int x, int y, double[] sample)
      Get the pixel at (x,y), normalizing the values to [0.0, 1.0].
      Parameters:
      x - The x position
      y - The y position
      sample - The output sample