ahmetozlu / vehicle_counting_hog_svm

Vehicle detection, tracking and counting by SVM is trained with HOG features using OpenCV on c++.
https://www.youtube.com/watch?v=itmV7druy9Y&feature=youtu.be
MIT License
97 stars 36 forks source link

CMakeLists.txt #3

Closed nmka55 closed 6 years ago

nmka55 commented 6 years ago

Can't run cmake because there's no txt file. Please add it to the package ASAP please.

nmka55 commented 6 years ago

Solved my issue by copying nessary CMakeLists.txt from developer's another project. To solve this:

  1. Copy CMakeLists.txt in the project's root folder.
  2. Copy CMakeListsSRC.txt in /src folder (where the Main.cpp, yml file is). Rename the txt file to CMakeLists.txt and you're good to go. CMakeLists.txt CMakeListsSRC.txt