OpenCV - Color Tracking
Uploader Comments (tommedcouk)
All Comments (26)
-
@timboiscool I've not tried it on Windows as I don't own a Windows machine, only Linux. But if you are getting compile errors, it's probably due to you not linking to the OpenCV library correctly.
-
@MercenaryFH123 Yes of course!
-
@xfya You're going to have your work cut out for you!!! Hope your maths is excellent?! You have to start by reading the O'reilly "Learning OpenCV" book. You won't be able to do much without that!
-
hi there, I really like the work you have done. I am working on a speech recognition project that requires lip tracking and lip localisation using a video file. since i am new to OpenCV is there any help you can give me on how this can be done? I really dont understand how to start off and track the lips
-
Out of Curiosity, say I just wanted to run the tracking with the same color threshold used in this video (yellow), would I just change the RGB values to what you have on the sliders? and the threshold to 40?
-
I had to add: #include "stdafx.h" to get it to work to visaul studio 2008 exress
but now the image is upside down?
help....????
-
@timboiscool U need to link opencv library correct Wz the Program ..Google search for link opencv with vs++
-
@sasamosasa ok but if i use visual c++ hen the programs gives me alot of error :| ??
why
which or what program do i need to run the .c files?
or the run files......
timboiscool 1 year ago
@timboiscool C files are source code files. You will need to compile them into an executable. It may be worth buying a book on C programming before continuing.
tommedcouk 1 year ago
Love this video. I am very new to C++ and the whole programing community and was wondering if it would be possible to explain how to load your code into a new project under Visual C++ 2008. There are a lot of files that I don't know what to do with to get things compiled T.T if anyone can help me out i would be very greatfull.
death2ourenemy 1 year ago
@death2ourenemy sorry, I don't use Windows only Linux
tommedcouk 1 year ago