Otsu's method (1979) is a technique for optimum global thresholding that maximizes between-class variance by analyzing the histogram of an image. The basic global thresholding algorithm involves selecting an initial threshold, segmenting the image, and iteratively refining the threshold until convergence. The effectiveness of this method is highly dependent on the partitioning quality of the histogram.
Related topics: