HistogramOCRGetOffScore Method |
get score. score of 0 is perfect
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate int GetOffScore(
Bitmap b,
HistogramOCRHistogramLetter l
)
Private Function GetOffScore (
b As Bitmap,
l As HistogramOCRHistogramLetter
) As Integer
private:
int GetOffScore(
Bitmap^ b,
HistogramOCRHistogramLetter^ l
)
private member GetOffScore :
b : Bitmap *
l : HistogramOCRHistogramLetter -> int
Parameters
- b
- Type: System.DrawingBitmap
- l
- Type: ANDREICSLIB.HelpersHistogramOCRHistogramLetter
Return Value
Type:
Int32
See Also