Adaptive threshold segmentation method

조회 수: 2 (최근 30일)
mohd akmal masud
mohd akmal masud 2020년 11월 1일
댓글: mohd akmal masud 2020년 11월 1일
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%?

채택된 답변

Image Analyst
Image Analyst 2020년 11월 1일
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
mohd akmal masud
mohd akmal masud 2020년 11월 1일
yes like that. i have try many times

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by