net.sourceforge.javaocr.matcher
Interface Matcher
- All Known Implementing Classes:
- FreeSpacesMatcher
public interface Matcher
perform matching of features to concrete characters. returned list is sorted by distance.
result may contain several matches for same character (for example for different fonts). Resulted lists may need come more
processing to improve matching results
- Author:
- Konstantin Pribluda
|
Method Summary |
List<Match> |
classify(double[] features)
provide ordered list of matches for provided features |
classify
List<Match> classify(double[] features)
- provide ordered list of matches for provided features
- Parameters:
features - features extracted for character image
- Returns:
- ordered list of matches
Copyright © -2012. All Rights Reserved.