OpenCV
Install And Run OpenCV On Mac
Learn from website:https://sites.google.com/site/yonasstephenfyp2013/updates/tutorialinstallingopencvonmacosxmountainlionDownload opencv-4.0.1 compressed file and extract it, then go into it and build project. mkdir opencv_build cd opencv_build cmake -G “Unix Makefiles” ../ Generate Makefile successfully: — Found JNI: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/JavaVM.framework — Found VTK 8.1.1 (/usr/local/lib/cmake/vtk-8.1/UseVTK.cmake) — Looking for dlerror in dl — Looking for dlerror in dl – Read more…