public class SimpleIntensityDownsample extends RGBDownsample
| Constructor and Description |
|---|
SimpleIntensityDownsample() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
downSample(java.awt.Image image,
int height,
int width)
Called to downsample the image and store it in the down sample component.
|
downSampleRegion, findBounds, getCurrentBlue, getCurrentGreen, getCurrentRed, getDownSampleBottom, getDownSampleLeft, getDownSampleRight, getDownSampleTop, getImageHeight, getImageWidth, getPixelMap, getRatioX, getRatioY, processImage, setCurrentBlue, setCurrentGreen, setCurrentRed, setPixelMap, validatepublic double[] downSample(java.awt.Image image,
int height,
int width)
downSample in interface DownsampledownSample in class RGBDownsampleimage - The image to downsample.height - The height to downsample to.width - THe width to downsample to.