Ask Your Question

gloria's profile - activity

2014-03-03 08:41:04 -0600 asked a question Texture recognition within a specific area in the pic

I'm new in the texture recognition field, and I would like to know which are the possible ways to approach a texture problem in opencv.

I need to identify the texture within a region in the pic, and tell if it is uniform, homogeneous in the whole area, or not.

More in depth, I need to be able to tell if a possible fallen person is a person (with many different kind of textures) or something wrong like a pillow, or a blanket.

Could anyone suggest a solution, please? Is there some already made opencv code to adapt?

Thanks in advance!

2014-02-21 01:47:16 -0600 received badge  Student (source)
2014-02-20 09:14:00 -0600 asked a question How to detect a fallen person with a camera image?

I know that Haar-based Detectors For Pedestrian Detection will never work and I was wondering if there is another cascade already tested to work with. The camera is mounted on a mobile robot, then is not a fixed camera. Thanks