Jun 4, 2010

Working With GBVS

ON MATLAB:

>> addpath('/PATH_TO_GBVS/algsrc');
>> addpath('/PATH_TO_GBVS/saltoolbox');
>> addpath('/PATH_TO_GBVS/util');
>> addpath('/PATH_TO_GBVS/util/featureChannels/');
>> addpath('/PATH_TO_GBVS/compile');
>> addpath('/PATH_TO_GBVS/demo');
>> gbvs_compile
>> gbvs_install
>> simplest_demonstration

You need to add addpath!

No comments:

Post a Comment

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...