How to divide classes in optimum global thresholding using Otsu's method

I am implementing optimum global thresholding using otsu's method by referring Gonzalez and Woods book, I am finding difficulty in dividing classes and calculating of cumulative sums, please provide me an matlab code for this algorithm.

 Respuesta aceptada

Matt J
Matt J el 16 de Dic. de 2016
See multithresh() or graythresh()

2 comentarios

Thanku...I checked with graythresh, but for the same image I am computing, I need to change the threshold values how can I do means I need to check with different threshold values like t=6,t=64,t=128. Please help me with this with a matlab code
You can do that with imquantize.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 16 de Dic. de 2016

Comentada:

el 20 de Dic. de 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by