Ignore:
Timestamp:
Apr 26, 2012, 8:59:09 AM (12 years ago)
Author:
sommeria
Message:

civ_matlab and patch improved, changes in the management of interpolation (still in progress).
adapatation to movies (use of VideoReader?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_file_series.m

    r395 r397  
    5555if strcmp( FileType,'multimage')||strcmp( FileType,'video')
    5656    NomType='*';
    57     i1_series=(1:FileInfo.NbFrame)';
     57    i1_series=(1:FileInfo.NumberOfFrames)';
    5858end
    5959
    6060if strcmp(NomType,'')||strcmp(NomType,'*')||strcmp(option,'filetype')
    6161    if exist(fullfileinput,'file')
    62         RootFile=fileinput;% case of constant name (no indexing)
    63        % [tild,RootFile]=fileparts(fileinput);% case of constant name (no indexing)
     62      %  RootFile=fileinput;% case of constant name (no indexing)
     63        [tild,RootFile]=fileparts(fileinput);% case of constant name (no indexing)
    6464    else
    6565        RootFile='';
Note: See TracChangeset for help on using the changeset viewer.