net.sourceforge.javaocr.ocrPlugins.handWriting
Class CandidateOCRChoice

java.lang.Object
  extended by net.sourceforge.javaocr.ocrPlugins.handWriting.CandidateOCRChoice

public class CandidateOCRChoice
extends Object

Provides the different choices you have to determine a character.

Author:
William Whitney

Field Summary
private static Logger LOG
           
private  ArrayList<OCRIdentification> rankedIdentList
           
 
Constructor Summary
CandidateOCRChoice()
           
 
Method Summary
 void addOCRIdent(OCRIdentification currIdent)
           
 ArrayList<OCRIdentification> getRankedIdentList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rankedIdentList

private ArrayList<OCRIdentification> rankedIdentList

LOG

private static final Logger LOG
Constructor Detail

CandidateOCRChoice

public CandidateOCRChoice()
Method Detail

getRankedIdentList

public ArrayList<OCRIdentification> getRankedIdentList()

addOCRIdent

public void addOCRIdent(OCRIdentification currIdent)


Copyright © -2012. All Rights Reserved.