Thursday, March 4, 2010

OpenCV 2.00 with eclipse

To get the compile options,

$ pkg-config opencv --cflags --libs
-I/usr/local/include/opencv -L/usr/local/lib -lcv -lhighgui -lcvaux -lml -lcxcore

Include the above in eclipse project properties.

No comments: