C# Class Glass.LeadTools.Recognition.LeadToolsZoneBasedBarcodeReader

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

Public Properties

Property Type Description
BarcodeStrategies IEnumerable

Public Methods

Method Description
LeadToolsZoneBasedBarcodeReader ( ILeadToolsLicenseApplier licenseApplier ) : System.Collections.Generic
Recognize ( System.Windows.Media.Imaging.BitmapSource bitmap, ZoneConfiguration config ) : IEnumerable

Private Methods

Method Description
Freeze ( System.Windows.Media.Imaging.BitmapSource apply ) : System.Windows.Media.Imaging.BitmapSource
GetText ( LogicalRectangle leadRect, BarcodeReadOptions coreReadOptions, System.Windows.Media.ImageSource image, BarcodeImageType imageType ) : IEnumerable

Method Details

LeadToolsZoneBasedBarcodeReader() public method

public LeadToolsZoneBasedBarcodeReader ( ILeadToolsLicenseApplier licenseApplier ) : System.Collections.Generic
licenseApplier ILeadToolsLicenseApplier
return System.Collections.Generic

Recognize() public method

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

Property Details

BarcodeStrategies public_oe property

public IEnumerable BarcodeStrategies
return IEnumerable