| Interface | Description |
|---|---|
| BasicInterfaceListener |
Simple interface for a GUI to tell the main processing that it needs to render the display
or reprocess that data.
|
| VisualizeApp |
Common interface for visualization applications that process a single input image.
|
| Class | Description |
|---|---|
| ImageHistogramPanel |
Draws a histogram of the image's pixel intensity level
|
| ListDisplayPanel |
Displays a list of items and their respective data.
|
| MousePauseHelper |
Toggles a paused variable on each mouse click
|
| PanelGridPanel | |
| SelectAlgorithmAndInputPanel |
Provides pull a menubar for selecting the input source and which algorithm to use
|
| SelectAlgorithmPanel |
Provides a pull down list form which the user can select which algorithm to run.
|
| SelectInputPanel |
Panel where a toolbar is provided for selecting an input image only.
|