Ignore:
Timestamp:
Oct 11, 2012, 10:44:35 PM (12 years ago)
Author:
sommeria
Message:

bugs corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/ima_levels.m

    r478 r551  
    7979NomType=Param.InputTable(:,4);
    8080FileExt=Param.InputTable(:,5);
     81OutputSubDir=[Param.OutputSubDir Param.OutputDirExt];% subdirectory for output files
    8182
    8283% get the set of input file names (cell array filecell), and the lists of
     
    170171        % operation on images
    171172        A=levels(A);
    172         filename_new=fullfile_uvmat(RootPath{1},Param.OutputSubDir,RootFile{1},FileExtOut,NomTypeOut,i1_series{1}(ifile),[],j1);
     173        filename_new=fullfile_uvmat(RootPath{1},OutputSubDir,RootFile{1},FileExtOut,NomTypeOut,i1_series{1}(ifile),[],j1);
     174%         OutputFile=fullfile_uvmat(RootPath{1},OutputSubDir,RootFile{1},FileExtOut,NomType{1},i1,i2,j1,j2);
    173175        imwrite(A,filename_new)
    174176        display([filename_new ' written'])
Note: See TracChangeset for help on using the changeset viewer.