C# Class HistogramOCRTrainer.HistogramOCR.BitmapBoolArray

Afficher le fichier Open project: andreigec/Word-Find-Solver

Méthodes publiques

Свойство Type Description
bitmapBool bool[][]

Méthodes publiques

Méthode Description
GetBitmapBoolArray ( Bitmap b ) : BitmapBoolArray

Gets the bitmap bool array.

Private Methods

Méthode Description
BitmapBoolArray ( int w, int h ) : System

Method Details

GetBitmapBoolArray() public static méthode

Gets the bitmap bool array.
public static GetBitmapBoolArray ( Bitmap b ) : BitmapBoolArray
b System.Drawing.Bitmap The b.
Résultat BitmapBoolArray

Property Details

bitmapBool public_oe property

true if value, false if white
public bool[][] bitmapBool
Résultat bool[][]