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

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일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

질문:

2014년 7월 12일

댓글:

2014년 7월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by