资 源 简 介
Under Construction!
This is an OpenCV application written based on C++ to track any object selected by the user on the camera screen. This project uses the Template Matching to find the object on the display, and then Kalman filter to track, estimate, and correct the position of the object.
To RUN:
1-
g++ main.cpp -o main.out -I/opt/local/include -L/opt/local/lib -lopencv_core -lopencv_highgui -lopencv_imgproc
2-
./main.out
Unknown end tag for