|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Match | |
|---|---|
| net.sourceforge.javaocr.matcher | |
| Uses of Match in net.sourceforge.javaocr.matcher |
|---|
| Methods in net.sourceforge.javaocr.matcher that return types with arguments of type Match | |
|---|---|
List<Match> |
MetricMatcher.classify(double[] features)
|
List<Match> |
FreeSpacesMatcher.classify(double[] features)
create list of matches (sorted) |
List<Match> |
Matcher.classify(double[] features)
provide ordered list of matches for provided features |
static List<Match> |
MatcherUtil.merge(List<Match> candidates,
List<Match> required)
extract candidates with matches in required list. |
| Methods in net.sourceforge.javaocr.matcher with parameters of type Match | |
|---|---|
int |
Match.compareTo(Match o)
|
| Method parameters in net.sourceforge.javaocr.matcher with type arguments of type Match | |
|---|---|
static List<Match> |
MatcherUtil.merge(List<Match> candidates,
List<Match> required)
extract candidates with matches in required list. |
static List<Match> |
MatcherUtil.merge(List<Match> candidates,
List<Match> required)
extract candidates with matches in required list. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||