Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, iam developing a program to track the hand and i was able to develop CAMSHIFT algorithm to track the hand..Now i want to embedded it with Kalman filter..Does anyone know how to do it? Thanx in advance..:-)
Posted
Comments
Richard MacCutchan 12-Mar-13 10:48am    
This is not really a technical question. Have you tried to Google for information?
Dilan Shaminda 12-Mar-13 12:13pm    
yes...i google it. but couldn't find a proper approach...i just wanted to get an idea...that is why i posted a question here...
Sergey Alexandrovich Kryukov 12-Mar-13 13:43pm    
These topics are too big to get a solution just from a forum.
Let's see. Kalman filter is used in control (estimation of state from noisy data), but I don't think it's related to hand tracking, which is close to image recognition. I think CAMSHIFT is closer, but it is only a part of bigger problem. Did you see, for example:

http://www.google.com/url?sa=t&rct=j&q=CAMSHIFT&source=web&cd=10&ved=0CGMQFjAJ&url=http%3A%2F%2Fcrpit.com%2Fconfpapers%2FCRPITV36Allen&ei=fWg_UbKLGYG3ygH-3IBw&usg=AFQjCNFbIWU12HLwKqxWMvVrbFno21ZgCA

http://www.google.com/url?sa=t&rct=j&q=CAMSHIFT&source=web&cd=11&cad=rja&ved=0CGsQFjAK&url=http%3A%2F%2Fwebpages.iust.ac.ir%2Fmahfathy%2FPapers%2FObject%2520Tracking%2520Using%2520Improved%2520CAMShift%2520.pdf&ei=fWg_UbKLGYG3ygH-3IBw&usg=AFQjCNHT0JbjgA19Zm5Aoih0zszQ7d8JBQ

Oh, you say you already developed hand tracking with CAMSHIFT... thank you could explain the role of Kalman, I don't understand it. Anyway, you did not explain what's your problem. If you are simply looking for colleagues working in the same field, this might be not a right forum for you...

—SA
Dilan Shaminda 12-Mar-13 13:58pm    
yes i have already developed it...but i want to improve it by embedding kalman filter to it..Thank you very much for the links....I will go through them :-)

An implementation of the Kalman-Filter is available in openCV as well. Since you allready use openCV you should start with their implementaion of this too.

See the documentation here:
http://docs.opencv.org/modules/video/doc/motion_analysis_and_object_tracking.html?highlight=kalman#KalmanFilter[^]
 
Share this answer
 
Comments
[no name] 25-Apr-13 0:37am    
This is the answer and the OP may be showing a lack of resourcefulness. With this answer and Google a mountain of information follows.
eg http://answers.opencv.org/question/4464/kalman-filter/
i want know too ,thanks.i am developing this.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900