Ask Your Question

A C's profile - activity

2016-06-15 02:13:32 -0600 received badge  Enthusiast
2016-06-14 02:37:56 -0600 asked a question Head detection and tracking (orientation independent)

Hello

Is there any way to detect people heads in video/picture? Idea is to have solution like this: https://www.youtube.com/watch?v=InqV3... Not sure that HOG detector is able to do this, may be convnets can solve it?

I'm trying to develop head tracking but currently no luck with standard OpenCV functions.

Thx

2015-02-19 05:32:35 -0600 commented question Track people coordinates in room using webcamera

Thanks Steven & Pedro

Do I need GPU/OpenCL/CUDA for HOG & SVM? Or I can start development & tests on CPU?

2015-02-19 05:32:18 -0600 answered a question Track people coordinates in room using webcamera

Thanks Steven & Pedro

Do I need GPU/OpenCL/CUDA for HOG & SVM? Or I can start development & tests on CPU?

2015-02-16 05:58:38 -0600 asked a question Track people coordinates in room using webcamera

Hello,

I'm investigating following task:

  1. I have a "wall" built from set of TV displays
  2. These displays show content for users

Idea is to put webcam near wall, and for each person provide pair of coordinates: x (across wall) & z (distance from wall), and if possible y (height). Using this coordinates show content (move content with person).

Also I need to track events when new person appears/disappears from region. I do not need to recognize them properly (say "this is Tom, this is Jack"), but I need to distinquish them when they are in view of camera (some kind of ID).

Is it possible to solve it with OpenCV?