Included in the source code distribution are a number of sample plugins intended to help you get started with writing your own:
Sample |
Location |
Description |
Web Browser |
\Desktop\Applets\WebBrowser |
A simple web browser app that reads your favourites from Internet Explorer. |
Image Filters |
\ImageViewer\Tools\ImageProcessing\Filter |
A set of simple image filters, including sharpening, smoothing and simple edge detection. |
ROI Analysis |
\ImageViewer\Tools\ImageProcessing\RoiAnalysis |
A simple ROI analysis tool that generates a histogram for the selected rectangular or elliptical ROI tool, and a line profile for the selected ruler tool. |
Volume Rendering |
\ImageViewer\Tools\Volume\VTK |
A very basic volume renderer using VTK. |
To view these samples, load ImageViewerSamples.sln located in \ImageViewer and build it in the usual way.
Important: These plugins are ONLY meant to illustrate the use of the Framework. They have NOT been thoroughly tested, and should not be considered "finished" or "industrial-strength". Use at your own risk.