initialise with a file, or blank
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic HistogramOCR(
int HWidth = 20,
int HHeight = 20
)
Public Sub New (
Optional HWidth As Integer = 20,
Optional HHeight As Integer = 20
)
public:
HistogramOCR(
int HWidth = 20,
int HHeight = 20
)
new :
?HWidth : int *
?HHeight : int
(* Defaults:
let _HWidth = defaultArg HWidth 20
let _HHeight = defaultArg HHeight 20
*)
-> HistogramOCR
Parameters
- HWidth (Optional)
- Type: SystemInt32
- HHeight (Optional)
- Type: SystemInt32
See Also