Ask Your Question
1

Identification of surface types

asked 2013-08-02 16:18:12 -0600

wjgoodrich gravatar image

Hi all,

I'm curious to know whether anyone has experience using OpenCV to identify different types of surfaces. For instance, suppose I had video or stills of glass, metal, stone, wood, etc. Could I use OpenCV to do this? How?

Thanks in advance for any input!

Cheers, wjg

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-08-04 11:10:29 -0600

Guanta gravatar image

Seems to be a classical texture classification problem. Compute your favorite texture-descriptor, like LBP, HOG or HAAR and follow the texton (a.k.a. bag-of-words) approach (see step 2-4 at http://answers.opencv.org/question/8677/image-comparison-with-a-database/#8686). Side-note: Using keypoint-based features typically don't make much sense for uniform textures, thus using texture-features is more favorable.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-08-02 16:18:12 -0600

Seen: 584 times

Last updated: Aug 04 '13