Effacer les filtres
Effacer les filtres

Matlab code for image binarization by Otsu's thresholding

1 vue (au cours des 30 derniers jours)
Rinku
Rinku le 30 Déc 2014
Commenté : Rinku le 31 Déc 2014
binarize image

Réponse acceptée

Image Analyst
Image Analyst le 31 Déc 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.

Plus de réponses (1)

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

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by