C# 클래스 DataFromBitmap, code

파일 보기 프로젝트 열기: shendongnian/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,