Give me some help to solve this problem ?

1 次查看(过去 30 天)
This is not work! Why ?????
Screen Shot 2019-11-21 at 01.01.34.png

采纳的回答

Erivelton Gualter
Erivelton Gualter 2019-11-20
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 个评论
Ulzii Bayar
Ulzii Bayar 2019-11-20
Thank, you so much your answer :) First time ,I write code in matlab.I have one question.What is the threshold ?
Erivelton Gualter
Erivelton Gualter 2019-11-20
Here is more information about imbinarize.
Basically, it is a contanst value from 0 to 1 used when converting to binary image.

请先登录,再进行评论。

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by