C# 클래스 SampleApp.Databases.Optdigits

상속: INotifyPropertyChanged, IDatabase
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
Extract ( string text ) : Bitmap
Load ( ) : void
Normalize ( double inputs ) : void
Optdigits ( ) : System
ToBitmap ( double features ) : Bitmap
ToFeatures ( Bitmap bmp ) : double[]

비공개 메소드들

메소드 설명
extractSample ( char buffer, string label ) : Sample

메소드 상세

Extract() 공개 메소드

public Extract ( string text ) : Bitmap
text string
리턴 System.Drawing.Bitmap

Load() 공개 메소드

public Load ( ) : void
리턴 void

Normalize() 공개 메소드

public Normalize ( double inputs ) : void
inputs double
리턴 void

Optdigits() 공개 메소드

public Optdigits ( ) : System
리턴 System

ToBitmap() 공개 메소드

public ToBitmap ( double features ) : Bitmap
features double
리턴 Bitmap

ToFeatures() 공개 메소드

public ToFeatures ( Bitmap bmp ) : double[]
bmp Bitmap
리턴 double[]