HistogramOCRHistogramLetterGetHistogramOffsetScore Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int GetHistogramOffsetScore(
int[] xv,
int[] yv
)
Public Function GetHistogramOffsetScore (
xv As Integer(),
yv As Integer()
) As Integer
public:
int GetHistogramOffsetScore(
array<int>^ xv,
array<int>^ yv
)
member GetHistogramOffsetScore :
xv : int[] *
yv : int[] -> int
Parameters
- xv
- Type: SystemInt32
- yv
- Type: SystemInt32
Return Value
Type:
Int32
See Also