upxo.uiOps.outputDisplay module
- upxo.uiOps.outputDisplay.preManifold_clean_report(lfi, message='Report: \n')[source]
Report on the current state of the LFI, including: - Total number of voxels - Smallest feature size and count - Number of small features (<=5 voxels) - Largest feature size - Number of islands features - Boundary to internal feature volume ratio
Parameters: lfi (numpy.ndarray): The labeled feature image to analyze. message (str): A custom message to include in the report.
Usage
import upxo.uiOps.outputDisplay as opDisp