Matlab code for image binarization by Otsu's thresholding

 채택된 답변

Image Analyst
Image Analyst 2014년 12월 31일

0 개 추천

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
Sean de Wolski 2014년 12월 30일
doc graythresh
doc imquantize

댓글 수: 2

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..

댓글을 달려면 로그인하십시오.

태그

질문:

2014년 12월 30일

댓글:

2014년 12월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by