Configuring Boost::Python and Hello Boost

In my recent blog posts, I have mentioned that python is quite slow and I need to find an option to increase run-time speed of my python port of OpenTLD. I need to extend Python with C++ and hence I … Continue reading

Install OpenCV 2.3.1 and SimpleCV in Ubuntu 12.04 Precise Pangolin, Arch Linux

After screwing up my Ubuntu see previous post and also my Arch Linux, I installed Ubuntu 11.10 and upgraded to 12.04.   Ubuntu 12.04 LTS – Precise Pangolin Install OpenCV 2.3.1 sudo apt-get install libopencv-* sudo apt-get isntall python-opencv sudo … Continue reading