Decorators#
A collection of decorators to handle boilerplate code. Most decorators will extend the functionality of functions that only work with objects or arrays. The extensions allow for the flexibility of passing in image paths or the image objects themselves, and allow the users to pass an optional path for saving the output of the decorated function.
Functions#
|
A decorator for functions that process an ANTs image and output another ANTs image. |