OTSU thresholding binary image

Hi,
does any one have any sample data for OTSU thresholding that i could use. I refer to the example Threshold An Image Using OTSU?
Here is the link: https://examples.itk.org/src/filtering/thresholding/thresholdanimageusingotsu/documentation
Here is the screen shot:


Arguments:

  1. InputImage.png
  2. OutputImage.png
  3. NumberOfBins
  4. NumberOfThresholds
  5. LabelOffset

BR
@sag

Hello @sag,

Not sure exactly what you are looking for. Using Otsu thresholding on any image that has a bimodal histogram (foreground-background) should yield a reasonable threshold. For example this SimpleITK Jupyter notebook uses this microscopy image (it’s an mha image, a bit large 80MB).

1 Like