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, setPixelMap
public double[] downSample(Image image, int height, int width)
downSample
in interface Downsample
downSample
in class RGBDownsample
image
- The image to downsample.height
- The height to downsample to.width
- THe width to downsample to.Copyright © 2014. All Rights Reserved.