C# 클래스 HistogramOCRTrainer.HistogramOCR.BitmapBoolArray

파일 보기 프로젝트 열기: andreigec/Word-Find-Solver

공개 프로퍼티들

프로퍼티 타입 설명
bitmapBool bool[][]

공개 메소드들

메소드 설명
GetBitmapBoolArray ( Bitmap b ) : BitmapBoolArray

Gets the bitmap bool array.

비공개 메소드들

메소드 설명
BitmapBoolArray ( int w, int h ) : System

메소드 상세

GetBitmapBoolArray() 공개 정적인 메소드

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

프로퍼티 상세

bitmapBool 공개적으로 프로퍼티

true if value, false if white
public bool[][] bitmapBool
리턴 bool[][]