Matlab code for image binarization by Otsu's thresholding
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
binarize image
0 Commenti
Risposta accettata
Image Analyst
il 31 Dic 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.
Più risposte (1)
Sean de Wolski
il 30 Dic 2014
doc graythresh
doc imquantize
2 Commenti
Image Analyst
il 30 Dic 2014
Or, for a deeper dive (peek at source code):
edit graythresh
edit imquantize
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!