C# 클래스 VietOCR.NET.OCRImageEntity

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

공개 메소드들

메소드 설명
OCRImageEntity ( IList images, string inputfilename, int index, Rectangle rect, String lang ) : System
SetResolution ( int dpiX, int dpiY ) : void

비공개 메소드들

메소드 설명
Clone ( IList images ) : IList

Clone a list of images. Resample if a resolution is specified.

CreateImageFiles ( IList images ) : IList

메소드 상세

OCRImageEntity() 공개 메소드

public OCRImageEntity ( IList images, string inputfilename, int index, Rectangle rect, String lang ) : System
images IList
inputfilename string
index int
rect System.Drawing.Rectangle
lang String
리턴 System

SetResolution() 공개 메소드

public SetResolution ( int dpiX, int dpiY ) : void
dpiX int
dpiY int
리턴 void