immovie2

IMMOVIE2 make movie from multiframe superimposed images
422 Downloads
Updated 24 Feb 2014

View License

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

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on View and Analyze Simulation Results in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

add example file & minor bug fixed

1.0.0.0