Getting Started
API Documentation
Examples
Related Projects
Guidelines
Module with usefull plottinting utility functions.
Change the image dynamic.
image (Image) – the image to be transformed.
method (str, default 'stretching') – the normalization method: ‘stretching’, ‘equalization’ or ‘adaptive’.
normalize_image – the normalized image.
Image
Compute the histogram of an input dataset.
image (Image) – the image that contains the dataset to be analysed.
nbins (int, default 256) – the histogram number of bins.
lower_cut (float, default 0) – do not consider the intensities under this threshold.
cumulate (bool, default False) – if set compute the cumulate histogram.
hist_im – the generated histogram.