C# 클래스 Glass.Imaging.CompositeOpticalRecognizer

상속: IZoneBasedRecognitionService
파일 보기 프로젝트 열기: SuperJMN/Glass

공개 메소드들

메소드 설명
CompositeOpticalRecognizer ( IEnumerable engines ) : System.Collections.Generic
Recognize ( System.Windows.Media.Imaging.BitmapSource image, RecognitionConfiguration configuration ) : RecognizedPage

비공개 메소드들

메소드 설명
GetRecognizedZones ( System.Windows.Media.Imaging.BitmapSource bitmap, RecognitionConfiguration configuration ) : IEnumerable
IsValidTarget ( ZoneConfiguration configuration, IImageToTextConverter engine ) : bool

메소드 상세

CompositeOpticalRecognizer() 공개 메소드

public CompositeOpticalRecognizer ( IEnumerable engines ) : System.Collections.Generic
engines IEnumerable
리턴 System.Collections.Generic

Recognize() 공개 메소드

public Recognize ( System.Windows.Media.Imaging.BitmapSource image, RecognitionConfiguration configuration ) : RecognizedPage
image System.Windows.Media.Imaging.BitmapSource
configuration RecognitionConfiguration
리턴 RecognizedPage