Miscellaneous utilities#
Utility functions and classes for building applications.
Currently, these utilities are primarily intended for use in example applications and tutorials of this library. It is not recommended to build external applications on these while it is in a non-stable release version (<1.0).
Note
These auxiliary modules should only depend on the core
library and third-party packages.
TensorBoard#
Auxiliary functions for writing to TensorBoard event files.
Under construction
In the meantime, please refer to deepali.utils.tensorboard
.
SimpleITK interfaces#
Utility functions for SimpleITK data objects.
Under construction
In the meantime, please refer to deepali.utils.simpleitk
.
VTK interfaces#
Auxiliary functions for working with VTK data structures.
Under construction
In the meantime, please refer to deepali.utils.vtk
.