Uses of Interface
org.encog.util.downsample.Downsample

Packages that use Downsample
org.encog.platformspecific.j2se.data.image   
org.encog.util.downsample   
 

Uses of Downsample in org.encog.platformspecific.j2se.data.image
 

Methods in org.encog.platformspecific.j2se.data.image with parameters of type Downsample
 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.
 

Constructors in org.encog.platformspecific.j2se.data.image with parameters of type Downsample
ImageMLDataSet(Downsample theDownsampler, boolean theFindBounds, double theHi, double theLo)
          Construct this class with the specified downsampler.
 

Uses of Downsample in org.encog.util.downsample
 

Classes in org.encog.util.downsample that implement Downsample
 class RGBDownsample
          Downsample an image keeping the RGB colors.
 class SimpleIntensityDownsample
          Downsample an image using a simple intensity scale.
 



Copyright © 2014. All Rights Reserved.