Differences From 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...]
To Artifact [c5f9aeda27]:
- Executable file mtt/bin/trans/make_ssim — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 1335) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/make_ssim — part of check-in [63cb6a27c6] at 2002-05-20 07:41:03 on branch origin/master — Take t (time) from mtt_data - works with non-zero simpar.first (user: gawthrop@users.sourceforge.net, size: 1335) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
47 48 49 50 51 52 53 |
x = mtt_data(:,3+ny2:2+ny2+nx2);
endfor
endif
if nargout>3
## Create time vector
[N,M] = size(y);
| | | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
x = mtt_data(:,3+ny2:2+ny2+nx2);
endfor
endif
if nargout>3
## Create time vector
[N,M] = size(y);
t = mtt_data(:,1);
endif;
endfunction
EOF
}
|
| ︙ | ︙ |