C# Class DataFromBitmap, code

Exibir arquivo Open project: shendongnian/code

Public Properties

Property Type Description
ImageToTreat Bitmap,

Public Methods

Method Description
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

Method Details

DataFromBitmap() public method

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,

Property Details

ImageToTreat static_oe public_oe property

static public Bitmap, ImageToTreat
return Bitmap,