Interface | Description |
---|---|
FontSimulator.FontSimListener<I> |
This is an interface for objects that are interested in listening
for when the
FontSimulator creates an image during one of its
runs. |
Class | Description |
---|---|
FontSimulator<Q,I extends Image<Q,I>> |
Class that will generate images containing a rendering of a String in
a random font that has been randomly affected - the idea is to simulate
real-world images in a controlled way for training or testing OCR.
|
KNNCharacterClassifier |
A class and tester for testing KNN classification of characters
which are built randomly from the
FontSimulator . |