immovie2

IMMOVIE2 make movie from multiframe superimposed images

You are now following this Submission

%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://www.mathworks.com/matlabcentral/fileexchange/45652-immovie2), MATLAB Central File Exchange. Retrieved .

Categories

Find more on View and Analyze Simulation Results in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

add example file & minor bug fixed

1.0.0.0