Homework source code for 2018 fall term computer vision course at Taipei Tech MS program.
- Ubuntu16.04
- OpenCV 3.3
- CMake 2.8
- C++ 11
This repository consists of mutiple CMake projects. Please follow the steps below for building the source code and execute.
# build
cd CMAKE_PROJECT_FOLDER
mkdir build && cd build
cmake ..
make
# execute
./EXE_FILE_NAME
./create_new_hw.sh <project_name> <hw_order> <first_cpp_file> <second_cpp_file> ...