|
|
| File Information |
| Description |
Using image3 the user can display an image with arbitrary position and orientation in Matlabs 3-D space. It is fast, exact and mimic the well known image and imagesc commands.
The package also includes:
imagesc3, a scaled version of image3
slice3, display slices fast from 3-D volume data
box3, display a box from 3-D volume data
scatterim2, make a 2-D scatter plot using images
I originally created this code to make slices of medical MRI data, to be able to rotate and change them really fast. Since then I have found many uses of them, since image and imagesc are strange and pcolor and surf are usually too slow without modification. I also prefer to control exactly what is plotted and where, without the extra intelligence from Matlab that switches the x- and y-axis from time to time.
Remark: A lot of the code is pixel/voxel centered, instead of vertex centered. And all indices are assumed to start at 1. If you are clever enough to be annoyed by that, I am sure you know also how to add the extra magic to the transformation matrices to make them work the way you want it. A hint is to have a look at the box3.m code.
|
| MATLAB release |
MATLAB 7.6 (R2008a)
|
| Other requirements |
Demo looks better if the data file frew_rawface from http://www.cs.toronto.edu/~roweis/data.html is downloaded. |
| Zip File Content |
|
| Published M Files |
demo
|
| Other Files |
image3/box3.m, image3/demo.m, image3/demo.png, image3/html/demo.png, image3/html/demo_01.png, image3/image3.m, image3/imagesc3.m, image3/scatterim2.m, image3/slice3.m, license.txt
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 26 Oct 2008 |
updated screenshot to make Myaa more justice... :-) |
|
MATLAB Central Terms of Use
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.
Contact us at files@mathworks.com