Matlab code for image binarization by Otsu's thresholding
2 次查看(过去 30 天)
显示 更早的评论
采纳的回答
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!