C# Class Word_Find_Solver.OCR

Mostrar archivo Open project: andreigec/Word-Find-Solver

Public Methods

Method Description
GetDistanceValues ( List words, int ignorecount = 5, double maxdevx = .72, double maxdevy = 20 ) : Tuple

return avg x,avg y,max x, max y (max rules out outliers)

LettersOnLines ( List words, Bitmap b ) : Tuple

LoadImage ( Bitmap image1 ) : Tuple

Method Details

GetDistanceValues() public static method

return avg x,avg y,max x, max y (max rules out outliers)
public static GetDistanceValues ( List words, int ignorecount = 5, double maxdevx = .72, double maxdevy = 20 ) : Tuple
words List
ignorecount int
maxdevx double
maxdevy double
return Tuple

LettersOnLines() public static method

public static LettersOnLines ( List words, Bitmap b ) : Tuple
words List
b System.Drawing.Bitmap
return Tuple

LoadImage() public static method

public static LoadImage ( Bitmap image1 ) : Tuple
image1 System.Drawing.Bitmap
return Tuple