Ask Your Question
0

Kalman Filter in detected faces

asked 2014-07-11 10:02:52 -0600

Stev gravatar image

updated 2019-01-25 13:44:20 -0600

Hi OpenCV

I already detect faces using the haar cascades. Now I want to predict the faces when are not detected. I know that I should use the kalman filter, but Im new on it. If someone can give an example to do it I'll appreciated.

Thank you.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-07-11 10:09:48 -0600

Have a look at samples/cpp/kalman.cpp which provide a prediction of a 2D position around a circle. For the documentation of the kalman filter, see here.

If you need to understand how the Kalman filter is working (what are dynamic parameters, etc.), you should Google it first! Otherwise, it will be very difficult to implement it!

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-07-11 10:02:52 -0600

Seen: 159 times

Last updated: Jul 11 '14