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

4 vues (au cours des 30 derniers jours)
Akhilesh Singh
Akhilesh Singh le 12 Juil 2014
Commenté : Akhilesh Singh le 12 Juil 2014
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??

Réponses (2)

Image Analyst
Image Analyst le 12 Juil 2014
Modifié(e) : Image Analyst le 12 Juil 2014
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 le 12 Juil 2014
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