Circular thresholding

Original image: neutrophil white blood cells (leukocytes)
Hue component
Hue component shown as intensity image
Hue component thresholded with linear version of Otsu's algorithm
Hue component thresholded with circular version of Otsu's algorithm

Circular thresholding is an algorithm for automatic image threshold selection in image processing. Most threshold selection algorithms assume that the values (e.g. intensities) lie on a linear scale. However, some quantities such as hue and orientation are a circular quantity, and therefore require circular thresholding algorithms. The example shows that the standard linear version of Otsu's Method when applied to the hue channel of an image of blood cells fails to correctly segment the large white blood cells (leukocytes). In contrast the white blood cells are correctly segmented by the circular version of Otsu's Method.

Methods

There are a relatively small number of circular image threshold selection algorithms. The following examples are all based on Otsu's Method for linear histograms:

References and further reading

This article is issued from Wikipedia - version of the 1/30/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.