C# Class AdvancedOCR.BitmapConverter

Datei anzeigen Open project: patrickmeiring/LeNet

Public Methods

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

Private Methods

Method Description
ToPixel ( double value ) : Color

Method Details

ToBitmap() public static method

public static ToBitmap ( this doubles, int width ) : Bitmap
doubles this
width int
return System.Drawing.Bitmap

ToDoubles() public static method

public static ToDoubles ( this bitmap ) : double[]
bitmap this
return double[]