how can use otsu's method as a local thresholding?

2 visualizaciones (últimos 30 días)
jack nn
jack nn el 30 de Oct. de 2015
Comentada: Image Analyst el 26 de Sept. de 2018
hi all
how can use otsu's method as a local thresholding?
and which differences between these codes?
I=graythresh(Img)
and
I=multithresh(Img)
when I use each of this code, the result is same. I can not understand the diffrences between graythresh and multithresh:(.
thanks

Respuestas (2)

Image Analyst
Image Analyst el 30 de Oct. de 2015
I use a local Otsu in this locally adaptive document background correction demo, attached.
  6 comentarios
Shel
Shel el 26 de Sept. de 2018
Thanks, but can you please tell me what is the function fun = @(x) LocalOtsu(x)? as it is not recognized by the program.Thank you
Image Analyst
Image Analyst el 26 de Sept. de 2018
That function is included in the file I attached. How could it not be recognized? It's right in there. Did you only copy part of it? Or delete it by accident? Click on document_threshold.m above and scroll to the bottom and you'll see it.

Iniciar sesión para comentar.


Shel
Shel el 17 de Sept. de 2018
Hello, Did you find the answer to your question? if so, can you please share it with me?

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by