C# Class AdvancedOCR.BitmapConverter

Afficher le fichier Open project: patrickmeiring/LeNet

Méthodes publiques

Méthode Description
ToBitmap ( this doubles, int width ) : Bitmap
ToDoubles ( this bitmap ) : double[]

Private Methods

Méthode Description
ToPixel ( double value ) : Color

Method Details

ToBitmap() public static méthode

public static ToBitmap ( this doubles, int width ) : Bitmap
doubles this
width int
Résultat System.Drawing.Bitmap

ToDoubles() public static méthode

public static ToDoubles ( this bitmap ) : double[]
bitmap this
Résultat double[]