C# 클래스 Word_Find_Solver.OCR

파일 보기 프로젝트 열기: andreigec/Word-Find-Solver

공개 메소드들

메소드 설명
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

메소드 상세

GetDistanceValues() 공개 정적인 메소드

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
리턴 Tuple

LettersOnLines() 공개 정적인 메소드

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

LoadImage() 공개 정적인 메소드

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