Hi there,
I've created a program that relies on OpenCV. What is the best practice for making it a dependancy for my program? Do I simply add OpenCV to the setup.py or would I have to include the C++ library in the project?
↧