org.encog.util.downsample
public class SimpleIntensityDownsample extends RGBDownsample
| Constructor and Description |
|---|
SimpleIntensityDownsample() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
downSample(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, setPixelMappublic double[] downSample(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.Copyright © 2014. All Rights Reserved.