c++ opencv , compiling a simple prog -
i got many problems while trying compile little program opencv.
now after hours of google try compile following command:
gcc peas.sample.cc `pkg-config --cflags --libs opencv` but after compiler finds cv.h , highgui.h next problem:
/usr/bin/ld: cannot find -lopencv_contrib
Comments
Post a Comment