How can i measure reflection of light from plastic or paper images using cam ?
    4 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
I am writing a code to capture image of paper/plastic objects using logitech cam. I am able to connect take pictures, but i want to distinguish plastic & Paper images based on their reflection index or any other property which is related to reflection of light.. Need help.
Thank You
0 commentaires
Réponses (1)
  Image Analyst
      
      
 le 7 Oct 2017
        Take the mean gray level then threshold.
if mean2(grayImage) > someValue
    % It's plastic
else
    % It's paper
end
If you need more help, then say why that didn't work and attach a paper image and a plastic image, after you read this link.
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

