Filter löschen
Filter löschen

Image Binarization

3 Ansichten (letzte 30 Tage)
Aliyu Abdu
Aliyu Abdu am 27 Mär. 2012
Pls can someone help me with Mat-lab Image Binarization code? Thanks.
  1 Kommentar
Jan
Jan am 27 Mär. 2012
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?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 27 Mär. 2012
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 <

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by