Histogram Fixed Bin Size

Hi,

I am trying to calculated Histogram based on the Fixed Bin Size (as opposed to giving the number of total bins). Is that possible in ITK?

Reference: https://ibsi.readthedocs.io/en/latest/03_Image_processing.html?highlight=fbs#fixed-bin-size

Thanks,
Sarthak

You can accomplish that by setting the number of bins and minimum and maximum values. Example.

BinSize=(Max-Min)/Number

1 Like