C# 클래스 Encog.Util.DownSample.SimpleIntensityDownsample

상속: IDownSample
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
DownSample ( Bitmap image, int height, int width ) : double[]

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

메소드 상세

DownSample() 공개 메소드

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.
리턴 double[]