Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello i'm trying to implement this https://www.youtube.com/watch?v=eLZhto9Qxd4[^] in Emgu cv. The version in the video done in c++. The c++ project is in here https://github.com/matt-42/cuimg[^] I'm trouble converting this project into c#. Could someone point me out the relevent algorithms used in c++ project. I can figure it out because there are many header files. I cannot even compile the sample program given in here https://github.com/matt-42/cuimg/tree/master/samples/tracking[^] it gives som many errors in visual studio 2010. Can someone help me please?
Posted
Comments
Legor 21-May-14 3:32am    
Why dont you contact the authors themself or use github to contact them? They should be able to tell you exactly what algorithms they use.

It will also be helpful to read their scientific paper: http://perso.ensta-paristech.fr/~manzaner/Publis/iciar12.pdf

1 solution

 
Share this answer
 
Comments
Legor 21-May-14 3:54am    
This is not a book but an article in the book: Lecture Notes in Computer Science Volume 7324, 2012, pp 245-252.

The same article is freely published here: http://perso.ensta-paristech.fr/~manzaner/Publis/iciar12.pdf

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