Recently to mention a data set of feature, want to first use hog features to do a baseline, listen to my brother said Vlfeat is a good tool pack, download a try, just configure the success, online search tutorials Ah but not all, the last is to bite the bullet crossing net tutorial, just fix, hehe ... Talk less, and here's how I do it:
First, download the Vlfeat software package from the official website, link: http://www.vlfeat.org/download.html, download the latest version:vlfeat 0.9.20 binary packages;
Then, unzip the package out, that is: vlfeat-0.9.20, I put it in this path:/home/wangxiao/downloads/vlfeat-0.9.20;
Then, open Matlab from the terminal, in the MATLAB command Window input: Edit startup, will pop up an edit page, enter:
Run ('/home/wangxiao/downloads/vlfeat-0.9.20/toolbox/vl_setup.m ')
Done, re-open matlab, it's OK.
Check if the installation succeeded:
In the MATLAB command Window input: Help Vl_hog, see when there is the use of this function information, if any, the installation is successful;
You can also enter: Vl_version, if successful, prompt: 0.9.20 ...
Over ...
Reference: http://www.vlfeat.org/index.html
How do I install the Vlfeat toolkit into the Linux (Ubuntu) 64_bit system matlab?