Changeset 17 for trunk/src/uvmat.m


Ignore:
Timestamp:
Feb 18, 2010, 7:37:48 PM (14 years ago)
Author:
sommeria
Message:

possibilite de créer une grille physique dans geometry_calib (le faire apres avoir introduit les points sur l'image avec la souris)
petites corrections mineures sur les autres fichiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r15 r17  
    39953995PathName=list_path{ind_coord};
    39963996CurrentPath=fileparts(which(coord_option));
    3997 if ~isequal(PathName,CurrentPath)
     3997if ~isequal(PathName,CurrentPath)&&~isequal(CurrentPath,fullfile(PathName,'private'))
    39983998    addpath(PathName)
    39993999    errormsg=check_functions;
Note: See TracChangeset for help on using the changeset viewer.