Give me some help to solve this problem ?
1 次查看(过去 30 天)
显示 更早的评论
This is not work! Why ?????
0 个评论
采纳的回答
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 个评论
Erivelton Gualter
2019-11-20
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!