-
Notifications
You must be signed in to change notification settings - Fork 6
Module Overview
Simon Leistikow edited this page May 6, 2025
·
3 revisions
Module Name | Description | Comment |
---|---|---|
base | In addition to the core module, this module provides very basic and essential functionality | |
bigdataimageprocessing | Contains processors that can operate on volumes that do not fit into main memory | |
connexe | Integrates the Connexe library in Voreen, used for connected component analysis. | Check if superseded by bigdataimageprocessing, remove if so |
core | Provides core functionality to voreen, mandatory module | |
deprecated | Contains deprecated processors that will be removed in future releases. | deprecated, should be removed |
devil | Integrates the devIl library in Voreen, used for loading and saving common image formats. | |
ensembleanalysis | Contains logic for working with ensembles of volumes | |
experimental | ||
ffmpeg | Adds video export functionality to the animation tool in Voreen. | Current version does not compile. Videos have very low resolution. |
flowanalysis | Contains processors for working with vector fields, such as as Streamline rendering or vortex coreline extraction | |
gdcm | Integrates the gdcm library in Voreen, mainly used for loading and saving DICOM Images. | |
hdf5 | Integrates the HDF5 library in Voreen, mainly used for loading and saving volumes. | |
itk | Integrates the itk library in Voreen | deprecated |
itk_generated | Adds wrappers around several itk algorithms for processing volumes | deprecated, should be removed |
opencl | Integrates OpenCL in Voreen | |
openmp | Enables the use of OpenMP in Voreen | Unclear, which processors use it, which don't. |
plotting | Enables basic plotting functionality in Voreen. | |
poi | Small module adding functionality for placing and rendering points of interest in 2D and 3D | |
pvm | Adding a volume reader for the pvm format | |
python | Integrates the Python Library and Interpreter in Voreen | |
randomwalker | Module integrating the random walker segmentation algorithm | |
sample | A small sample module, suitable template for adding an own module to voreen | |
segy | Adding a volume reader for the segy format | |
staging | ||
stereoscopy | Adding a 3D stereo canvas as drop-in replacement for the default canvas. Support quad buffer rendering | |
surface | Adds isosurface extraction capabilities to Voreen | |
tiff | Adding a volume reader for tiff stacks | |
touchtable | deprecated | |
ultramicroscopydeployment | Meta module for ultramicsoscopy | |
vesselnetworkanalysis | Contains processors for vessel graph extraction and related algorithms | |
volumelabeling | not coreprofile compatible | |
vtk | Integrates the vtk library into Voreen and adds .vti, .vtm, netcdf readers and writers | |
zip |