Skip to content

Instantly share code, notes, and snippets.

Created August 6, 2012 03:50
Show Gist options
  • Save anonymous/3269950 to your computer and use it in GitHub Desktop.
Save anonymous/3269950 to your computer and use it in GitHub Desktop.
Makefile
CFLAGS = -I
INCLUDEPATH = /usr/local/include
LIBS += -lopencv_core -lopencv_imgproc -lopencv_highgui
slic: main.cpp slic.cpp
g++ main.cpp slic.cpp -o slic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment