C# Класс DataFromBitmap, code

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ImageToTreat Bitmap,

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

Метод Описание
DataFromBitmap ( Bitmap, pImageToTreat )

Retrieves data from an input bitmap. Retrieved data : Ref and Exp pixel column mean values and count of each color level population. Output : double[1024] under ExpOutput() and RefOutput(), and int[256] under ColorCountOutput

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

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

Retrieves data from an input bitmap. Retrieved data : Ref and Exp pixel column mean values and count of each color level population. Output : double[1024] under ExpOutput() and RefOutput(), and int[256] under ColorCountOutput
public DataFromBitmap ( Bitmap, pImageToTreat )
pImageToTreat Bitmap,

Описание свойств

ImageToTreat статическое публичное свойство

static public Bitmap, ImageToTreat
Результат Bitmap,