Sunday, 11 January 2015

I recently viewed a wonderful tutorial on YouTube titled
"Open CV Tutorial: Real-Time Object Tracking Without Color"  by Kyle Hounslow
at https://www.youtube.com/watch?v=X6rPdRZzgjg

Decided to make a Java implementation of the C++ code because Open CV on java is quite different, primarily due to absence of inbuilt GUI in Open CV.

I have made my project available at the following link :

https://drive.google.com/open?id=0B9i5XieNCJrETUpsLWQyeVFUUTQ&authuser=0

Published as an Eclipse Project. However you can go to /src folder, If you do not want to use Eclipse


No comments:

Post a Comment