Matlab code for image binarization by Otsu's thresholding

15 ビュー (過去 30 日間)
Rinku
Rinku 2014 年 12 月 30 日
コメント済み: Rinku 2014 年 12 月 31 日
binarize image

採用された回答

Image Analyst
Image Analyst 2014 年 12 月 31 日
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.
  1 件のコメント
Rinku
Rinku 2014 年 12 月 31 日
Ok..thank you..i will try..

サインインしてコメントする。

その他の回答 (1 件)

Sean de Wolski
Sean de Wolski 2014 年 12 月 30 日
doc graythresh
doc imquantize
  2 件のコメント
Image Analyst
Image Analyst 2014 年 12 月 30 日
Or, for a deeper dive (peek at source code):
edit graythresh
edit imquantize
Rinku
Rinku 2014 年 12 月 31 日
Thank you..For help but can anyone give me whole matlab code for image binarization by Otsu's thresholding method..please help me..

サインインしてコメントする。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by