source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/vlutil/vlutil_setup.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 257 bytes
Line 
1function vlutil_setup
2% VLUTIL_SETUP Setup path for VLUTIL toolbox
3vlroot = fileparts(which('vlutil_setup')) ;
4addpath(vlroot,'-begin') ;
5addpath(genpath([vlroot '/toolbox']),'-begin') ;
6addpath([vlroot '/mex'],'-begin') ;
7fprintf('VLUTIL path loaded\n') ;
Note: See TracBrowser for help on using the repository browser.