Image Binarization

6 次查看(过去 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