Anyone could help me with the Code matlab of "adaptive thresholding method" of an image?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
bh dhouha
il 1 Mar 2015
Risposto: Image Analyst
il 1 Mar 2015
I searched for hours for the code of this method "adaptative thresholding" but didn't find anything. This method is based on the Otsu method but it is adaptative not global. Can anyone help me?
0 Commenti
Risposta accettata
Image Analyst
il 1 Mar 2015
Another option may be to use adapthisteq() followed by a global Otsu with graythresh().
0 Commenti
Più risposte (1)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!