If a picture contained plastic, cloth, metal etc. how can one train the computer to segment out materials of the same type. Please add if any other method can be used as a starting point for the problem.
Asked
Active
Viewed 672 times
3 Answers
2
Material recognition is an active research area in computer vision. Google "material recognition computer vision" for a list of recent papers.

Dima
- 38,860
- 14
- 75
- 115
0
I think you have a semantic issue to solve first.
- Where does plastic that is painted with a metallic paint sit?
- What about a plastic that is textured to look like cloth?
- What about fabric that is woven metal fibre?
Rather than describe by material, you need to start defining by visual properties like reflectivity, surface texture etc

david sinfield
- 111
- 1
- 8
-
like in a picture of a garbage dump – susheel Sep 15 '15 at 18:37
-
or just a sheet of metal, plastic bottle placed in the side and cloth laying on the other side. – susheel Sep 15 '15 at 18:38
-
This should be a comment, not an answer. – Prune Sep 15 '15 at 19:46
-
I disagree. The first part of an answer is to help state the problem. – david sinfield Sep 16 '15 at 11:20
0
It an evolving area . I would suggest you to read some papers. You can use google or Google Scholar for that.Use http://bfy.tw/220q
Few approaches are :
- Using Bayesian Framework
- SVM
- Neural Networks

Rushikesh Tade
- 473
- 4
- 7