Package | Description |
---|---|
org.encog.platformspecific.j2se.data.image | |
org.encog.util.downsample |
Modifier and Type | Method and Description |
---|---|
void |
ImageMLData.downsample(Downsample downsampler,
boolean findBounds,
int height,
int width,
double hi,
double lo)
Downsample, and copy, the image contents into the data of this object.
|
Constructor and Description |
---|
ImageMLDataSet(Downsample theDownsampler,
boolean theFindBounds,
double theHi,
double theLo)
Construct this class with the specified downsampler.
|
Modifier and Type | Class and Description |
---|---|
class |
RGBDownsample
Downsample an image keeping the RGB colors.
|
class |
SimpleIntensityDownsample
Downsample an image using a simple intensity scale.
|
Copyright © 2014. All Rights Reserved.