Real-time Particle Filter based handtracking. A simple second order motion model is used (nextpos = curpos + (curpos - prevpos)). The observation model is based on a Bayesian skin detector combined with motion estimation.
Just wrote this to see how fast I would be able to get it as performance is always an issue in computervision.
thanks! any plan to release it?
lucarigazio 1 year ago
@lucarigazio
Eventually, but not yet :) This is part of my PhD research. Once the tracking part is finished and published, I can release its source code.
esurior 11 months ago
did you use openCV? do you have sample code for this?
lucarigazio 1 year ago
@lucarigazio
I do use OpenCV for the image processing part, yes.
I haven't released any of my code yet.
esurior 1 year ago