Open GoogleCodeExporter opened 9 years ago
Hi hashingwanggz,
there are several types of reinitialization.
You could always reinitialize when a head detection happens, for instance.
You could also tell that the model shouldn't move/rotate faster than some
threshold.
Maybe set some kalman filter.
Since the algorithm depends heavily on tracking, there's not much you can do
about swiping without changing the whole process, although I think that
reinitializing on detection could be a way. Read the paper it's based on and
look for the keypoints for zeroing error.
Kind regards,
Daniel
Original comment by danielba...@gmail.com
on 8 Sep 2010 at 10:31
Thank you for your respond!
Take a look at this:
http://www.youtube.com/watch?v=p2FD31cYdxU
Another video also shows a high quality head tracking:
http://www.youtube.com/watch?v=lMlYLC78JMo
Original comment by hashingh...@gmail.com
on 8 Sep 2010 at 11:36
Original issue reported on code.google.com by
hashingh...@gmail.com
on 8 Sep 2010 at 8:44