Skip to content

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

Notifications You must be signed in to change notification settings

adivardi/vision_starter_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published