HistogramOCRSplitUp Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Bitmap[][] SplitUp(
Bitmap b,
int whiteToSpace = -1
)
Public Function SplitUp (
b As Bitmap,
Optional whiteToSpace As Integer = -1
) As Bitmap()()
public:
array<array<Bitmap^>^>^ SplitUp(
Bitmap^ b,
int whiteToSpace = -1
)
member SplitUp :
b : Bitmap *
?whiteToSpace : int
(* Defaults:
let _whiteToSpace = defaultArg whiteToSpace -1
*)
-> Bitmap[][]
Parameters
- b
- Type: System.DrawingBitmap
- whiteToSpace (Optional)
- Type: SystemInt32
default = will calculate
Return Value
Type:
Bitmap
See Also