public interface ImagePixelData
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Get the height of the Image.
|
default double |
getMaxValue()
Get the maximum value of the contained data.
|
int |
getPixelData(int x,
int y)
Get the data sample for pixel (x,y).
|
int |
getWidth()
Get the width of the Image.
|
int getWidth()
int getHeight()
int getPixelData(int x,
int y)
x - the x coordinate of the pixel.y - the y coordinate of the pixel.default double getMaxValue()
Copyright © 2019 LSST. All rights reserved.