improj3

Version 1.3.0.0 (4.45 KB) by Fang Liu
improj3 generates 3D projections from image stacks
496 Downloads
Updated 10 Mar 2014

View License

%IMPROJ3 make 3D projections from image stacks.
%
% PROJECTIONS = IMPROJ3(IMAGES) returns a 3D image array containing the
% projection images generated from source 3D image stacks. IMAGES must be
% a 3D matrix. Returned PROJECTIONS is a 3D matrix with the size
% determined by projection prescription.
%
% use MatrixUser for 3D image display and analysis
% http://www.mathworks.com/matlabcentral/fileexchange/43780
%
% 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/03/08 $
%
%
Example
source MRI knee joint images
http://youtu.be/sb3ijN8sYcI
3D projection images along Y-axis
http://youtu.be/5eKm89jewJA

Cite As

Fang Liu (2024). improj3 (https://www.mathworks.com/matlabcentral/fileexchange/45800-improj3), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Biomedical Imaging 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.3.0.0

no angle limit

1.2.0.0

icon2

1.1.0.0

icon

1.0.0.0