C# 클래스 GrayBMP_File, VietOCR3.NET

파일 보기 프로젝트 열기: nguyenq/VietOCR3.NET 1 사용 예제들

공개 메소드들

메소드 설명
CreateGrayBitmapArray ( Image image ) : byte[]
CreateGrayBitmapFile ( Image Image, string Path ) : bool

비공개 메소드들

메소드 설명
ConvertToGrayscale ( Image Source ) : byte[]

Convert the color pixels of Source image into a grayscale bitmap (raw data). Improved version by David Carta.

Copy_to_Index ( byte destination, byte source, int index ) : bool
create_palette ( ) : byte[]
create_parts ( Image img ) : void

메소드 상세

CreateGrayBitmapArray() 정적인 공개 메소드

static public CreateGrayBitmapArray ( Image image ) : byte[]
image Image
리턴 byte[]

CreateGrayBitmapFile() 정적인 공개 메소드

static public CreateGrayBitmapFile ( Image Image, string Path ) : bool
Image Image
Path string
리턴 bool