问题
I want to include opencv libraries in a make file.What is the directory to include? I had tried using
\opt\local\include
but i could not run?
回答1:
Use this
/usr/local/include/
It will work
回答2:
All the opencv libraries can be found using the command: cd /usr/local/include/
来源:https://stackoverflow.com/questions/35288926/where-can-i-find-opencv-libraries-directory-on-mac-os