This is a starter project for: - PCL + OpenCV project using CMake - Python app with requirements.txt
mkdir build
cd build
cmake ..
make
pip install -r requirements.txt
./main.py
Credit: https://github.com/ardiya
Starter project for PCL + OpenCV in C++ and starter python file
Python
This is a starter project for: - PCL + OpenCV project using CMake - Python app with requirements.txt
mkdir build
cd build
cmake ..
make
pip install -r requirements.txt
./main.py
Credit: https://github.com/ardiya