How to categorize paper / plastic image is 2D or 3D object in image ?
Afficher commentaires plus anciens
I am developing a program to categorise image of paper or plastic object, (Flat or scrambled paper). After taking image , i need to collect the data whether the object in image is 2D OR 3D.
5 commentaires
Image Analyst
le 13 Sep 2017
You forgot to attach the image so we have no idea what to answer except to suggest you use the proper sensor, like one that can detect heights/distances/topography, like a profilometer, kinect, rotating white light scanner, or something similar.
Hassan Mehmood Khan
le 26 Juin 2018
Image Analyst
le 26 Juin 2018
Try asking regionprops() for the solidity. By the way, a webcam is a sensor, though not a 3-D one.
OCDER
le 26 Juin 2018
Are you planning to use deep learning? There are a lot of clever artists who can draw 3D-looking objects on a flat paper. So is that 2D or 3D? If you take a picture of a picture of a 3D crumbled paper (for instance, a screenshot of a crumbled paper) is that 3D or 2D? You could use the camera sensor to take images at two different angles and see if the object shape changes accordingly to a crumbled paper or a flat paper. Search "Stereo Imaging" on the web.
Hassan Mehmood Khan
le 26 Oct 2018
Réponses (1)
Image Analyst
le 26 Oct 2018
0 votes
Try stdfilt() and look for uniform areas (flat paper) or rough areas (crumpled paper). Attach your images if you need any more help.
Catégories
En savoir plus sur Semantic Segmentation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!