Matlab code for image binarization by Otsu's thresholding

3 visualizaciones (últimos 30 días)
Rinku
Rinku el 30 de Dic. de 2014
Comentada: Rinku el 31 de Dic. de 2014
binarize image

Respuesta aceptada

Image Analyst
Image Analyst el 31 de Dic. de 2014
Java code for the Otsu thresholding algorithm is given here: http://en.wikipedia.org/wiki/Otsu%27s_method You should have no trouble at all converting that to MATLAB code - it's very easy.

Más respuestas (1)

Sean de Wolski
Sean de Wolski el 30 de Dic. de 2014
doc graythresh
doc imquantize
  2 comentarios
Image Analyst
Image Analyst el 30 de Dic. de 2014
Or, for a deeper dive (peek at source code):
edit graythresh
edit imquantize
Rinku
Rinku el 31 de Dic. de 2014
Thank you..For help but can anyone give me whole matlab code for image binarization by Otsu's thresholding method..please help me..

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by