to obtain uniform and zero average background intensity values
    6 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
which process is to be performed to obtain uniform and zero average background intensity values for an image
0 commentaires
Réponses (1)
  Image Analyst
      
      
 le 28 Juin 2014
        Thresholding? Or image segmentation? Can't really tell from your extraordinarily brief question.
2 commentaires
  Image Analyst
      
      
 le 28 Juin 2014
				background = grayImage < someThreshold; % Detect dark background.
grayImage(background) = 0;  % Set those pixels to 0.
Voir également
Catégories
				En savoir plus sur Image Segmentation and Analysis dans Help Center et File Exchange
			
	Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

