- The input to the function is a histogram of image intensities.
- The output is a normalized threshold value between 0 and 1.
- The input to the function is a grayscale image. Internally, it first computes the histogram and then applies Otsu’s method.
- The output is a normalized threshold value between 0 and 1.
- The input to the function is a grayscale image and the number of thresholds desired.
- The output is an array of threshold values.
- otsuthresh: https://www.mathworks.com/help/releases/r2024b/images/ref/otsuthresh.html
- graythresh: https://www.mathworks.com/help/releases/r2024b/images/ref/graythresh.html
- multithresh: https://www.mathworks.com/help/releases/r2024b/images/ref/multithresh.html
