Differences From Artifact [8d96ecb705]:
- Executable file mttroot/mtt/bin/trans/make_ssim — part of check-in [cba829d2bc] at 2001-06-06 07:53:07 on branch origin/master — Now generates x vector correctly (user: gawthrop@users.sourceforge.net, size: 1236) [annotate] [blame] [check-ins using] [more...]
To Artifact [68e9b7c313]:
- Executable file mttroot/mtt/bin/trans/make_ssim — part of check-in [35c0c04449] at 2002-05-02 09:30:22 on branch origin/master — _ssim.m now returns t as 4th arg (user: gawthrop@users.sourceforge.net, size: 1336) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
if (i==index(1))
y = mtt_data(:,2:2:1+ny2);
endif
y_par = [y_par, mtt_data(:,3:2:2+ny2)];
x = mtt_data(:,3+ny2:2+ny2+nx2);
endfor
endif
endfunction
EOF
}
case ${lang} in
| > > > > > > | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
if (i==index(1))
y = mtt_data(:,2:2:1+ny2);
endif
y_par = [y_par, mtt_data(:,3:2:2+ny2)];
x = mtt_data(:,3+ny2:2+ny2+nx2);
endfor
endif
if nargout>3
## Create time vector
[N,M] = size(y);
t = simpar.dt*[0:N-1]';
endif;
endfunction
EOF
}
case ${lang} in
|
| ︙ | ︙ |