Modules
- module Neural Network Objects and functions related to Neural Network processing.
- module Data objects FAST data objects are objects which can flow between ProcessObject objects. They must inherit from DataObject.
- module DataHub Objects and functions used for the FAST DataHub.
- module Exporters Process objects used to export FAST data to files on disk or other formats.
- module Importers Process objects used to load and output data such as images, tensors and geometry.
- module Widgets Graphical user interface widgets which can be added to windows.
- module Segmentation Objects and functions for image segmentation.
- module Filter Objects and functions for image filtering.
- module Registration Objects and functions for image and feature registration.
- module Motion and Tracking Objects and functions for motion and tracking.
- module Morphology Objects and functions for morphology.
- module Bounding Box Objects and functions for bounding box detection etc.
- module Ultrasound Objects and functions used for ultrasound imaging.
- module Whole Slide Images (WSI) Objects and functions used for whole slide images (WSI) in digital pathology.
- module Streamers Process objects which produces a stream of data asynchronously. Must inherit from Streamer.
- module Renderers Renderers are process objects which can visualize data in a View, typically using OpenGL. They should be derived from the Renderer class.
- module Windows Windows to display data using renderers.