Search code examples
c++opencvwebcam

OpenCV C++ simple object tracking


I am completely new to OpenCV, OpenFrameworks, etc. My task is to trace a simple object (a drawing of a circle or a color bottlecap) and display a marker of any kind over the object in the video. I have searched very long and looked through many sites but there is no concise tutorial for a complete beginner, how to build, how to run, what to write and how to configure. Could someone please help me? I'm using Linux Ubuntu.


Solution