/vision_starter_project

Starter project for PCL + OpenCV in C++ and starter python file

Primary LanguagePython

Starter Project

This is a starter project for: - PCL + OpenCV project using CMake - Python app with requirements.txt

PCL build

mkdir build
cd build
cmake ..
make

Python build

pip install -r requirements.txt
./main.py

Credit: https://github.com/ardiya