我安装了cygwin并按照此安装http://cs.calvin.edu/curriculum/cs/112/resources/installingEclipse/cygwin/
然后我在我的cmd上运行
cd opencv
cd sources
cd samples
cd cpp
g++ -ggdb `pkg-config --cflags --libs opencv` facedetect.cpp -o facedetect
导致了这个
g++: error: `pkg-config: No such file or directory
g++: error: opencv`: No such file or directory
g++: error: unrecognized command line option '--cflags'
g++: error: unrecognized command line option '--libs'
我尝试做的是在opencv中运行facedetect.cpp来测试我的分类器,任何帮助解决此问题或提供替代方法表示赞赏