immovie2
%IMMOVIE2 make movie from multiframe superimposed images.
%
% Example
% -------
% load mri
% D=permute(D,[1 2 4 3]);
% D=D(:,:,:);
% % no overlap
% opt.name = 'brain_mri_no_overlap';
% mov = immovie2(D,[],opt);
% % overlap
% D2 = D;
% D2(:,64:end,:)=0;
% opt.name = 'brain_mri_overlap';
% opt.f_cmap = 'hot';
% mov2 = immovie2(D,D2,opt);
%
% video result:
% no overlap http://www.youtube.com/watch?v=OHHMzv812hs
% overlap http://www.youtube.com/watch?v=V3G6CvOIkmY
%
%
% Class Support
% -------------
% An indexed image can be uint8, uint16, single, double, or logical.
%
% Copyright (c) 2014, Fang Liu <leoliuf@gmail.com>
% $Version: 1.0 $ $Date: 2014/02/21 $
Cita come
Fang Liu (2025). immovie2 (https://it.mathworks.com/matlabcentral/fileexchange/45652-immovie2), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
