|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.util.downsample.RGBDownsample
org.encog.util.downsample.SimpleIntensityDownsample
public class SimpleIntensityDownsample
Downsample an image using a simple intensity scale. Color information is discarded.
| Constructor Summary | |
|---|---|
SimpleIntensityDownsample()
|
|
| Method Summary | |
|---|---|
double[] |
downSample(java.awt.Image image,
int height,
int width)
Called to downsample the image and store it in the down sample component. |
| Methods inherited from class org.encog.util.downsample.RGBDownsample |
|---|
downSampleRegion, findBounds, getCurrentBlue, getCurrentGreen, getCurrentRed, getDownSampleBottom, getDownSampleLeft, getDownSampleRight, getDownSampleTop, getImageHeight, getImageWidth, getPixelMap, getRatioX, getRatioY, processImage, setCurrentBlue, setCurrentGreen, setCurrentRed, setPixelMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleIntensityDownsample()
| Method Detail |
|---|
public 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.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||