C# Class HistogramOCRTrainer.HistogramOCR.BitmapBoolArray

Show file Open project: andreigec/Word-Find-Solver

Public Properties

Property Type Description
bitmapBool bool[][]

Public Methods

Method Description
GetBitmapBoolArray ( Bitmap b ) : BitmapBoolArray

Gets the bitmap bool array.

Private Methods

Method Description
BitmapBoolArray ( int w, int h ) : System

Method Details

GetBitmapBoolArray() public static method

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

Property Details

bitmapBool public property

true if value, false if white
public bool[][] bitmapBool
return bool[][]