C# 클래스 VietOCR.NET.Utilities.gmseDeskew

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

공개 메소드들

메소드 설명
GetAlpha ( int Index ) : double
GetSkewAngle ( ) : double
RotateImage ( Bitmap bmp, double angle ) : Bitmap
gmseDeskew ( Bitmap bmp ) : System.Drawing

비공개 메소드들

메소드 설명
Calc ( ) : void
Calc ( int x, int y ) : void
CalcDIndex ( double d ) : double
GetTop ( int Count ) : HougLine[]
Init ( ) : void
IsBlack ( int x, int y ) : bool

메소드 상세

GetAlpha() 공개 메소드

public GetAlpha ( int Index ) : double
Index int
리턴 double

GetSkewAngle() 공개 메소드

public GetSkewAngle ( ) : double
리턴 double

RotateImage() 공개 정적인 메소드

public static RotateImage ( Bitmap bmp, double angle ) : Bitmap
bmp System.Drawing.Bitmap
angle double
리턴 System.Drawing.Bitmap

gmseDeskew() 공개 메소드

public gmseDeskew ( Bitmap bmp ) : System.Drawing
bmp System.Drawing.Bitmap
리턴 System.Drawing