python cv2 kalman filter
can anybody help me on translating some c++/cv codes of kalman filter to a cv2 wrapper?
The doc for the Kalman filter in python is here. If it's not enough, at least post your code or give some details to have more help on it...
Asked: 2013-09-12 11:54:51 -0600
Seen: 1,615 times
Last updated: Sep 13 '13
do you want to extend the interface ? like add a setter for the transition matrix ?
are you building from source ?