필터 지우기
필터 지우기

Image Binarization

조회 수: 3 (최근 30일)
Aliyu Abdu
Aliyu Abdu 2012년 3월 27일
Pls can someone help me with Mat-lab Image Binarization code? Thanks.
  댓글 수: 1
Jan
Jan 2012년 3월 27일
The program is called "Matlab" without minus. TMW prefers "MATLAB" in uppercase.
It is very likely, that somebody in this forum wants to help you. Which question about Image Binarization do you have?

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

채택된 답변

Image Analyst
Image Analyst 2012년 3월 27일
Perhaps you'd like to learn via my image segmentation tutorial at http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 I go over binarization in several other demos there also. Here's some quick code for you in the mean time:
binaryImage = grayImage > thresholdValue; % can also use <

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by