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 $
Cite As
Fang Liu (2026). immovie2 (https://uk.mathworks.com/matlabcentral/fileexchange/45652-immovie2), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
