C# Class VietOCR.NET.OCRImageEntity

Afficher le fichier Open project: nguyenq/VietOCR3.NET Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Clone ( IList images ) : IList

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

CreateImageFiles ( IList images ) : IList

Method Details

OCRImageEntity() public méthode

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
Résultat System

SetResolution() public méthode

public SetResolution ( int dpiX, int dpiY ) : void
dpiX int
dpiY int
Résultat void