Remove light reflection from the image
    16 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    mustafa alnasser
 le 22 Avr 2014
  
    
    
    
    
    Commenté : Image Analyst
      
      
 le 12 Juil 2014
            Dear All;
I have an image for a transparent pipe but photo has a light reflection on the pipe section which makes white spot which affect affect my analysis, what is the best way to remove it ?
0 commentaires
Réponse acceptée
  Image Analyst
      
      
 le 22 Avr 2014
        The usual way is to use crossed polarizers. Put one in front of the light source, and another one that rotates in front of the lens. Rotate the lens polarizer until the specular reflections is minimized. It's much better to prevent the problem in the first place like this than to try to repair a poor image.
13 commentaires
  Image Analyst
      
      
 le 12 Juil 2014
				This is a very strange result that I first saw about a month ago on one person's system. It was find for everyone else's. The fix was to change the renderer for the figure. I don't remember what fixed it but it was something like going from OpenGl to zbuffer or painter or something.
set(gcf, 'renderer', 'zbuffer');
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





