Matlab code for image binarization by Otsu's thresholding
조회 수: 1 (최근 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!