How im2bw works in image processing when we change the level ??
    5 views (last 30 days)
  
       Show older comments
    
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??
0 Comments
Answers (2)
  Image Analyst
      
      
 on 12 Jul 2014
        
      Edited: Image Analyst
      
      
 on 12 Jul 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
 on 12 Jul 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.
See Also
Categories
				Find more on Image Segmentation and Analysis in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!