C# Class Glass.Imaging.OcrService

Inheritance: IImageToTextConverter
ファイルを表示 Open project: SuperJMN/Glass

Public Methods

Method Description
Recognize ( System.Windows.Media.Imaging.BitmapSource bitmap, ZoneConfiguration config ) : IEnumerable

Protected Methods

Method Description
ScaleIfEnabled ( System.Windows.Media.Imaging.BitmapSource bmp ) : System.Windows.Media.Imaging.BitmapSource

Method Details

Recognize() public abstract method

public abstract Recognize ( System.Windows.Media.Imaging.BitmapSource bitmap, ZoneConfiguration config ) : IEnumerable
bitmap System.Windows.Media.Imaging.BitmapSource
config ZoneConfiguration
return IEnumerable

ScaleIfEnabled() protected method

protected ScaleIfEnabled ( System.Windows.Media.Imaging.BitmapSource bmp ) : System.Windows.Media.Imaging.BitmapSource
bmp System.Windows.Media.Imaging.BitmapSource
return System.Windows.Media.Imaging.BitmapSource