How im2bw works in image processing when we change the level ??

조회 수: 1 (최근 30일)
Akhilesh Singh
Akhilesh Singh 2014년 7월 12일
댓글: Akhilesh Singh 2014년 7월 12일
I want to know how im2bw works??
when changing the level : im2bw(image, level)
there is some equation or formula which help .......when we changing the thresholding level values??

답변 (2개)

Image Analyst
Image Analyst 2014년 7월 12일
편집: Image Analyst 2014년 7월 12일
Type
>> edit im2bw
and you'll have your answer. That's the sourse code for the function. Basically it converts level to the range that the data class is in and then thresholds like bw=input>level.

Laila Kazemi
Laila Kazemi 2014년 7월 12일
So level is the threshold. Any pixel with intensity greater than the threshold is equal to 1 and pixels with intensity smaller than the threshold are set to zero. No equations its a logic process.

Community Treasure Hunt

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

Start Hunting!

Translated by