HistogramOCRTrain Method (Bitmap, Char) |
take an image of a letter and a character of what it is, and train the ocr
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Train(
Bitmap b,
char letterChar
)
Public Function Train (
b As Bitmap,
letterChar As Char
) As Boolean
public:
bool Train(
Bitmap^ b,
wchar_t letterChar
)
member Train :
b : Bitmap *
letterChar : char -> bool
Parameters
- b
- Type: System.DrawingBitmap
- letterChar
- Type: SystemChar
Return Value
Type:
Boolean
See Also