- To install opencv, check how_to_install_opencv.txt file in docs folder.
Use make build* command. This will create a build folder including the related files.
- Sequantial Version:
make build_seq
Use make run* command. This will run the created executable under the related folder.
- Sequantial Version:
make run_seq
Use make clean command to delete all build folders.