Give me some help to solve this problem ?

 Réponse acceptée

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 commentaires

Ulzii Bayar
Ulzii Bayar le 20 Nov 2019
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 le 20 Nov 2019
Here is more information about imbinarize.
Basically, it is a contanst value from 0 to 1 used when converting to binary image.

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by