Adaptive threshold segmentation method

2 vues (au cours des 30 derniers jours)
mohd akmal masud
mohd akmal masud le 1 Nov 2020
Hi all
i just try adaptive method for segmentation.
but i want to know what does mean by this coding
I = imread('rice.png');
BW = imbinarize(I,T);
T = adaptthresh(I, 0.4);
figure
imshowpair(I, BW, 'montage')
what is 0.4 mean?
is it percentage? 40%?

Réponse acceptée

Image Analyst
Image Analyst le 1 Nov 2020
They call that the sensitivity. Not really sure what it means without digging into the algorithm, but basically try different values until it works like you want. Some values may do a better job at segmentation than others.
  1 commentaire
mohd akmal masud
mohd akmal masud le 1 Nov 2020
yes like that. i have try many times

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by