How can i measure reflection of light from plastic or paper images using cam ?

조회 수: 1 (최근 30일)
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

답변 (1개)

Image Analyst
Image Analyst 2017년 10월 7일
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.

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by