Click or drag to resize
HistogramOCRSplit Method

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
private static IEnumerable<Bitmap> Split(
	Bitmap b,
	bool byRow,
	ref int whiteToSpace
)

Parameters

b
Type: System.DrawingBitmap
byRow
Type: SystemBoolean
whiteToSpace
Type: SystemInt32

Return Value

Type: IEnumerableBitmap
See Also