Matlab code for image binarization by Otsu's thresholding

 Akzeptierte Antwort

Image Analyst
Image Analyst am 31 Dez. 2014

0 Stimmen

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.

Weitere Antworten (1)

Sean de Wolski
Sean de Wolski am 30 Dez. 2014
doc graythresh
doc imquantize

2 Kommentare

Or, for a deeper dive (peek at source code):
edit graythresh
edit imquantize
Thank you..For help but can anyone give me whole matlab code for image binarization by Otsu's thresholding method..please help me..

Melden Sie sich an, um zu kommentieren.

Gefragt:

am 30 Dez. 2014

Kommentiert:

am 31 Dez. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by