Give me some help to solve this problem ?

 Accepted Answer

First, your code shows two different variables: BW and bw.
Also, you might adjust the binarization with some threshold.
BW = imbinarize(I, T); % T is the constant threshold value.

2 Comments

Thank, you so much your answer :) First time ,I write code in matlab.I have one question.What is the threshold ?
Here is more information about imbinarize.
Basically, it is a contanst value from 0 to 1 used when converting to binary image.

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!