How can i measure reflection of light from plastic or paper images using cam ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Image Analyst
am 7 Okt. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!