HistogramOCRHistogramLetterGetHistogram Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Tuple<int[], int[]> GetHistogram(
HistogramOCRBitmapBoolArray bba,
Bitmap b
)
Public Shared Function GetHistogram (
bba As HistogramOCRBitmapBoolArray,
b As Bitmap
) As Tuple(Of Integer(), Integer())
public:
static Tuple<array<int>^, array<int>^>^ GetHistogram(
HistogramOCRBitmapBoolArray^ bba,
Bitmap^ b
)
static member GetHistogram :
bba : HistogramOCRBitmapBoolArray *
b : Bitmap -> Tuple<int[], int[]>
Parameters
- bba
- Type: ANDREICSLIB.HelpersHistogramOCRBitmapBoolArray
- b
- Type: System.DrawingBitmap
Return Value
Type:
TupleInt32,
Int32
See Also