Matlab code for image binarization by Otsu's thresholding
15 ビュー (過去 30 日間)
古いコメントを表示
binarize image
0 件のコメント
採用された回答
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 件)
Sean de Wolski
2014 年 12 月 30 日
doc graythresh
doc imquantize
2 件のコメント
Image Analyst
2014 年 12 月 30 日
Or, for a deeper dive (peek at source code):
edit graythresh
edit imquantize
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!