immovie2

IMMOVIE2 make movie from multiframe superimposed images
426 download
Aggiornato 24 feb 2014

Visualizza la licenza

%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
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su View and Analyze Simulation Results in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

add example file & minor bug fixed

1.0.0.0