필터 지우기
필터 지우기

Matlab code for image binarization by Otsu's thresholding

조회 수: 1 (최근 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개)

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