MATLAB: Kalman filter and bounding box tracking

bounding boxComputer Vision ToolboxkalmanMATLABreal timetracker

Hi all! I hope that someone can help me with that!
I have a video that shows a face. Firstly, I detect the region of the eye from a face. The detection gives me a boundind box with [x,y,height,widht] coordinates. So now, i need KALMAN filter to track this bounding box.
Is it possible with kalman or should i use another tracker? Also i need this tracker to be in real time.
Thanks in advance!

Best Answer

Hi,
Do you have computer vision toolbox?
There is vision.KalmanFilter method there you can use.
Related Question