Blog Archives

install cvblob with opencv in ubuntu

cvblob is a great blob library for OpenCV. install dependencies if you're using version opencv 1.0 from repository sudo apt-get install cmake libcv1 libcv-dev libcvaux-dev libcvaux1 if you're using version opencv 2.0 from gijzelaar's ppa (read my previous post) run
Tagged with: , ,
Posted in writings

opencv 2.0 ppa for ubuntu

for those who want to use OpenCV version 2.0 for their project in ubuntu can use this ppa to update your opencv library. it support ubuntu karmic (9.10) too. add this line to your /etc/apt/source.list deb http://ppa.launchpad.net/gijzelaar/opencv2-karmic/ubuntu karmic main sudo
Tagged with: , ,
Posted in tips & tricks

opencv in ubuntu

for those who want to do some image processing in ubuntu but strunggling to compile and install it here's a easiest way to do it sudo apt-get install opencv-doc python-opencv libcv1 libcvaux1 libhighgui1 \ libcvaux-dev libcv-dev libhighgui-dev to see all
Tagged with: , ,
Posted in tips & tricks