Skip to content

Tag: scikit-image

Skimage Rescale Segmentation Mask

Can somebody explain why I cannot use rescale() from here to rescale a segmentation mask? I tried the following: I’d expect the result to contain only ones, but this does not happen. What is the correct way of downscaling the height and width of a segmentation mask by half? Answer I think we can classif…