C# Класс Encog.ML.Data.Image.ImageMLData

Наследование: Encog.ML.Data.Basic.BasicMLData
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Downsample ( IDownSample downsampler, bool findBounds, int height, int width, double hi, double lo ) : void

Downsample, and copy, the image contents into the data of this object. Calling this method has no effect on the image, as the same image can be downsampled multiple times to different resolutions.

ImageMLData ( Bitmap image ) : System

Construct an object based on an image.

ToString ( ) : String

Return a string representation of this object.

Описание методов

Downsample() публичный Метод

Downsample, and copy, the image contents into the data of this object. Calling this method has no effect on the image, as the same image can be downsampled multiple times to different resolutions.
public Downsample ( IDownSample downsampler, bool findBounds, int height, int width, double hi, double lo ) : void
downsampler IDownSample The downsampler object to use.
findBounds bool Should the bounds be located and cropped.
height int The height to downsample to.
width int The width to downsample to.
hi double The high value to normalize to.
lo double The low value to normalize to.
Результат void

ImageMLData() публичный Метод

Construct an object based on an image.
public ImageMLData ( Bitmap image ) : System
image System.Drawing.Bitmap The image to use.
Результат System

ToString() публичный Метод

Return a string representation of this object.
public ToString ( ) : String
Результат String