cvBlob installation looked like an easy task but took me a little while to
figure out.
First, there are no libcv4 libcvaux4 libraries in Debian (at least in
Wheezy). I installed libopencv-dev instead.
Next, there was a very strange problem that persisted after cvBlob installation:
$ ./red_object_tracking
./red_object_tracking: error while loading shared libraries: libcvblob.so:
cannot open shared object file: No such file or directory
The solution was to run sudo …
Continue reading →
Add the following repository to the sources.list:
deb http://ppa.launchpad.net/git-core/ppa/ubuntu precise main
deb-src http://ppa.launchpad.net/git-core/ppa/ubuntu precise main
Now, run sudo apt-get update and get the following output:
W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A1715D88E1DF1F24
And fix it by running
sudo apt-key adv …
Continue reading →
Navigate to ~/.local/share/applications/ and edit mimeapps.list
Continue reading →