Changeset 445 for trunk/src/civ_matlab.m


Ignore:
Timestamp:
Jun 8, 2012, 4:30:52 PM (12 years ago)
Author:
sommeria
Message:

possibility of dealing with series of multiple images eg tiff- introduced
bugs corrected in object creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ_matlab.m

    r444 r445  
    105105            par_civ1.ImageA=Field.A;%= image matrix A in the first input field
    106106        end
    107         if isfield(par_civ1,'ImageB')&& (ischar(par_civ1.ImageB)||strcmp(class(par_civ1.ImageA),'VideoReader'))
     107        if isfield(par_civ1,'ImageB')&& (ischar(par_civ1.ImageB)||strcmp(class(par_civ1.ImageB),'VideoReader'))
    108108            [Field,ParamOut,errormsg] = read_field(par_civ1.ImageB,par_civ1.FileTypeB,[],par_civ1.FrameIndexB);
    109109            if ~isempty(errormsg)
Note: See TracChangeset for help on using the changeset viewer.