/detect_objects_opencv

Detection of vehicles on city or anywhere. Initial study.

Primary LanguageC++

INSTALL OPENCV 3.1.0

g++ -g -Wall -pedantic -std=c++11 marker_object.cpp -o markerOutput pkg-config --cflags --libs opencv

./markerOutput

or

./run_code.sh

ubuntu 16.04