C# Class Encog.Util.DownSample.SimpleIntensityDownsample

Inheritance: IDownSample
ファイルを表示 Open project: encog/encog-silverlight-core

Public Methods

Method Description
DownSample ( Bitmap image, int height, int width ) : double[]

Called to downsample the image and store it in the down sample component.

Method Details

DownSample() public method

Called to downsample the image and store it in the down sample component.
public DownSample ( Bitmap image, int height, int width ) : double[]
image System.Drawing.Bitmap The image to downsample.
height int The height to downsample to.
width int THe width to downsample to.
return double[]