C# Class VietOCR.NET.OCRImageEntity

Mostra file Open project: nguyenq/VietOCR3.NET Class Usage Examples

Public Methods

Method Description
OCRImageEntity ( IList images, string inputfilename, int index, Rectangle rect, String lang ) : System
SetResolution ( int dpiX, int dpiY ) : void

Private Methods

Method Description
Clone ( IList images ) : IList

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

CreateImageFiles ( IList images ) : IList

Method Details

OCRImageEntity() public method

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
return System

SetResolution() public method

public SetResolution ( int dpiX, int dpiY ) : void
dpiX int
dpiY int
return void