C# 클래스 AnalysisImageClick.OCRTools

파일 보기 프로젝트 열기: JhetoX/HackBankAccount 1 사용 예제들

공개 메소드들

메소드 설명
extractImage ( Bitmap bmp ) : Bitmap
toGrayscale ( Bitmap original ) : Bitmap

비공개 메소드들

메소드 설명
cutImage ( Bitmap bmp, int w, int h, int x, int y ) : Bitmap
cutTopImage ( Bitmap bmp, int startX, int startY ) : Bitmap
detectEndFirtRedLine ( Bitmap bmp, int initRedY ) : int
detectEndSecondRedLine ( Bitmap bmp, int initRedX ) : int
detectFirstRedLine ( Bitmap bmp ) : int
detectSecondRedLine ( Bitmap bmp ) : int

메소드 상세

extractImage() 공개 정적인 메소드

public static extractImage ( Bitmap bmp ) : Bitmap
bmp System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

toGrayscale() 공개 정적인 메소드

public static toGrayscale ( Bitmap original ) : Bitmap
original System.Drawing.Bitmap
리턴 System.Drawing.Bitmap