Friday, August 22, 2014
Posting code to your blog
For those interested in posting code to their blog this link is a pure treat http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html
Installing opencv in Ubuntu 12.04
sudo apt-get install libopencv-dev libcv-dev
g++ `pkg-config --cflags opencv` codename.cpp `pkg-config --libs opencv` -o codename
# include <highgui>
#include "opencv2/highgui/highgui.hpp"
Subscribe to:
Posts (Atom)