unravel.image_tools.unique_intensities module#
Use img_unique
(unique
) from UNRAVEL to print a list of unique intensities greater than 0.
Usage for printing all non-zero intensities:#
img_unique -i path/image [-v]
Usage for printing the number of voxels for each intensity that is present:#
img_unique -i path/image -s [-v]
Usage for printing unique intensities w/ a min cluster size > 100 voxels:#
img_unique -i path/image -min 100 [-v]