2D to 3D

2 次查看(过去 30 天)
Manoj Soundararajan
I am doing my graduation project.. I want to know about the conversion of 2D image into 3D image using cat3 function. Can anyone tell me the syntax behind the usage of "cat3" ???

回答(4 个)

Thomas
Thomas 2012-3-15
I'm not sure about the cat3 function. It is not part of MATLAB, is it from file exchange? or any particular toolbox.
cat is function used to concatenate arrays..
doc cat
will give you help about the function..
  1 个评论
Sean de Wolski
Sean de Wolski 2012-3-15
I've made that typo many times as well.

请先登录,再进行评论。


Sean de Wolski
Sean de Wolski 2012-3-15
cat(3,I1,I2,I3)
doc cat
for more info

Manoj Soundararajan
@Sean de Wolski: What are those I1, I2, I3? Are they 3 distinct images? Can all the three may be the same? Or is it necessary that they have to be distinct?
  2 个评论
Walter Roberson
Walter Roberson 2012-3-15
They can be the same or different.
It is important, though, that they *not* be TrueColor (RGB) images.
Manoj Soundararajan
No they are not. Yet I don't get a 3D image.
Well !! Can u tell me about surf function ????

请先登录,再进行评论。


Walter Roberson
Walter Roberson 2012-3-15
Well, what do you mean by a "3d image" ? cat(3,I1,I2,I3) would be for creating an RGB image from individual color planes.
MATLAB does not have any (useful) volume visualization routines.
surf() is not designed for volume visualization.
You may wish to have a look at the File Exchange contribution http://www.mathworks.com/matlabcentral/fileexchange/3280-voxel
  3 个评论
Manoj Soundararajan
I tried voxel already. That's not what I exactly need. Actually i want a human from an 2D image to be projected in a 3d plane such that its visible completly. I hope u got it now.
Walter Roberson
Walter Roberson 2012-3-16
Then what you need is an extensive model of the shape and material properties, colors, specular properties, light absorption properties of tissue, and varies other pieces of information about human bodies. And then you want models of your light positions, light spectral characteristics, light polarization properties, coherence of the light source, shape and material properties of the emission cavity; and you want to know about the atmospheric properties, humidity, dust particle size distribution, particulate composition in suspension in the atmosphere, molecular gas proportions and light absorption and polarization properties. Once you have all of this data, you want to put it through a good Ray Tracing program, which will probably hum away for half an hour or so to produce one single frame of the 3D view.
OR// you could refine your data set to finer-grained voxels and use a voxel rendering program. Some people have a fondness for that approach.
http://www.mathworks.com/matlabcentral/fileexchange/?term=tag%3A%22ray+tracing%22

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 3-D Volumetric Image Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by