net.sourceforge.javaocr.ocrPlugins.handWriting
Class ResultAnalyzer
java.lang.Object
net.sourceforge.javaocr.ocrPlugins.handWriting.ResultAnalyzer
public class ResultAnalyzer
- extends Object
Determines the correct character by looking at errors between
different recognizers.
- Author:
- William Whitney
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mseCharIdentList
private ArrayList<OCRIdentification> mseCharIdentList
apsectCharIdentList
private ArrayList<OCRIdentification> apsectCharIdentList
listSize
private int listSize
LOG
private static final Logger LOG
ResultAnalyzer
public ResultAnalyzer(ArrayList<OCRIdentification> mseCharIdentList,
ArrayList<OCRIdentification> aspectCharIdentList)
calculateResultAndReturnString
public String calculateResultAndReturnString()
getHighestRankResult
private char getHighestRankResult(ArrayList<OCRIdentification> OCRResultsForChar)
getCharChoices
private ArrayList<CandidateOCRChoice> getCharChoices()
getListSize
private int getListSize()
Copyright © -2012. All Rights Reserved.