Uses of Class
net.sourceforge.javaocr.ocrPlugins.mseOCR.TrainingImage

Packages that use TrainingImage
net.sourceforge.javaocr.ocrPlugins.aspectRatio   
net.sourceforge.javaocr.ocrPlugins.handWriting   
net.sourceforge.javaocr.ocrPlugins.mseOCR   
 

Uses of TrainingImage in net.sourceforge.javaocr.ocrPlugins.aspectRatio
 

Fields in net.sourceforge.javaocr.ocrPlugins.aspectRatio with type parameters of type TrainingImage
private  HashMap<Character,ArrayList<TrainingImage>> AspectRatioOCR.trainingImages
           
 

Constructor parameters in net.sourceforge.javaocr.ocrPlugins.aspectRatio with type arguments of type TrainingImage
AspectRatioOCR(HashMap<Character,ArrayList<TrainingImage>> trainingImages)
           
 

Uses of TrainingImage in net.sourceforge.javaocr.ocrPlugins.handWriting
 

Fields in net.sourceforge.javaocr.ocrPlugins.handWriting with type parameters of type TrainingImage
private  HashMap<Character,ArrayList<TrainingImage>> HandwritingOCR.trainingImages
           
 

Constructor parameters in net.sourceforge.javaocr.ocrPlugins.handWriting with type arguments of type TrainingImage
HandwritingOCR(HashMap<Character,ArrayList<TrainingImage>> trainingImages)
           
 

Uses of TrainingImage in net.sourceforge.javaocr.ocrPlugins.mseOCR
 

Fields in net.sourceforge.javaocr.ocrPlugins.mseOCR with type parameters of type TrainingImage
private  HashMap<Character,ArrayList<TrainingImage>> TrainingImageLoader.dest
           
private  HashMap<Character,ArrayList<TrainingImage>> OCRScanner.trainingImages
           
 

Methods in net.sourceforge.javaocr.ocrPlugins.mseOCR with parameters of type TrainingImage
private  boolean OCRScanner.isTrainingImageACandidate(float aspectRatio, int w, int h, float topWhiteSpaceFraction, float bottomWhiteSpaceFraction, TrainingImage ti)
           
 

Method parameters in net.sourceforge.javaocr.ocrPlugins.mseOCR with type arguments of type TrainingImage
 void OCRScanner.addTrainingImages(HashMap<Character,ArrayList<TrainingImage>> images)
          Add training images to the training set.
 void TrainingImageLoader.load(Image image, CharacterRange charRange, HashMap<Character,ArrayList<TrainingImage>> dest, String imageFilename)
           
 void TrainingImageLoader.load(String imageFilename, CharacterRange charRange, HashMap<Character,ArrayList<TrainingImage>> dest)
          Load an image containing training characters, break it up into characters, and build a training set.
 



Copyright © -2012. All Rights Reserved.