Ask Your Question
0

How can I do blob detection on people?

asked 2014-07-07 09:07:21 -0600

Stev gravatar image

updated 2014-07-07 09:09:41 -0600

berak gravatar image

HI OpenCV.

Im trying to do a people fall detection program and I found that blob detection is a great way to do it. The question is, how can i do blob detection on people?

Im using c++ and OpenCV.

edit retag flag offensive close merge delete

Comments

2
berak gravatar imageberak ( 2014-07-07 09:11:54 -0600 )edit

if you are going to do a fall detection project based on purely blob detection then I wish you the best, we have active PhD researchers over here looking into that same topic for more then 2 years for now and the only conclusion they have is that blob detection just doesn't do the trick :D

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-07 09:20:34 -0600 )edit

And what is a good way to do it? @StevenPuttemans

Stev gravatar imageStev ( 2014-07-07 09:26:18 -0600 )edit

Combining multiple input data streams for example. Combining RGB with depth information or IR information. Then apply classifiers or learning techniques to model people and model behaviour like falls. Just type in fall detection in google, you will be surprised how complex it can get.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-07 09:28:33 -0600 )edit

If you share some images for your application would help us to figure out an optimal technique.

hadoofi gravatar imagehadoofi ( 2014-08-19 10:43:16 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-08-18 23:32:22 -0600

Did you find a way to do a fall detection? I`m also stuck at same problem..

edit flag offensive delete link more

Comments

I suggest going for a google... like suggested before. There are many approaches out there! Before we can help out you must select yourself an approach.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-08-19 02:54:37 -0600 )edit

Question Tools

Stats

Asked: 2014-07-07 09:07:21 -0600

Seen: 463 times

Last updated: Aug 18 '14