| Class | Description |
|---|---|
| AboutFrame |
Displays a simple 'about' dialog referencing the author.
|
| ConsolePanel |
A panel that dsplays the logger results for NearOCR.
|
| ImageFileFilter |
Filters files for use with a FileChooser, in order to allow selection of images only.
|
| LoadFrame |
Creates a new frame which allows the user to create a net with the parameters chosen.
|
| NetCell |
Shows a neural net as part of a JList.
|
| NetFileFilter |
Filters files for use with a FileChooser, in order to allow selection of neural nets only.
|
| NetPanel |
A panel, to be a tab, that represents net data to the user.
|
| NeuralVisualisation |
A panel that draws a visal representation of a neural net, displaying colour-coded edges and alpha-blended neurons.
|
| NeuralVisualisationFrame |
A panel that draws a visal representation of a neural net, displaying colour-coded edges and alpha-blended neurons.
|
| NeuronCell |
Displays the details of a single output neuron weight.
|
| NewNetFrame |
Creates a new frame which allows the user to create a net with the parameters chosen.
|
| OCRSwing |
Displays the main window of the OCR program and contains all other panels.
|
| ReceptorPanel |
A panel that allows the user to regenerate and load receptors.
|
| ResultsPanel |
Draws the results of running an OCR operation as text.
|
| RunDispatcher |
Dispatches a run operation in a separate thread such that the UI remains responsive.
|
| RunPanel |
A panel that shows the progress of analysis.
|
| SlicePanel |
A panel that allows the user to choose how to slice images up.
|
| SymbolCell |
Shows a symbol as part of a JList.
|
| SymbolFileFilter |
Filters files for use with a FileChooser, in order to allow selection of images only.
|
| SymbolPanel | |
| TrainingDispatcher |
Dispatches training threads, allowing the UI to continue updating.
|
| TrainPanel |
A panel that allows the user to train nets in the net stack.
|
| WeightAnalysisDispatcher |
Dispatches weight analysis to adjust all symbol weighted nodes ot the current net stack.
|