how can use otsu's method as a local thresholding?
Mostra commenti meno recenti
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
Risposte (2)
Image Analyst
il 30 Ott 2015
1 voto
I use a local Otsu in this locally adaptive document background correction demo, attached.
6 Commenti
Image Analyst
il 31 Ott 2015
The algorithm is, as best as I can remember, one I saw presented at the Color Imaging Conference in San Francisco about 2 or 3 years ago. I didn't have the paper so I just had to go by memory. You don't need to reference me - I give tons of demos here and people are free to use them or adapt them.
Image Analyst
il 17 Set 2018
Use dicomread() instead of imread().
Shel
il 26 Set 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
il 26 Set 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.
Shel
il 17 Set 2018
0 voti
Hello, Did you find the answer to your question? if so, can you please share it with me?
Categorie
Scopri di più su Image Thresholding in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!