nifreeze.analysis.motion module¶
Motion analysis.
- nifreeze.analysis.motion.compute_percentage_change(reference: ndarray, test: ndarray, mask: ndarray) ndarray [source]¶
Compute motion change between reference and test as a percentage.
If a mask is provided, the computation is only provided within the mask. Also, null values are ignored.