« View all new features in
Mathematica
9
◄
previous
|
next
►
New in
Mathematica
9
›
Import and Export Formats
Visualize Stereogram Images
Import stereogram images in OpenEXR format.
In[1]:=
X
{right, left} = Import["ExampleData/balls.exr", "ImageList"]
Out[1]=
Create a 3D anaglyph based on the images:
In[2]:=
X
ColorCombine[ ColorConvert[ImageAdjust[#, {0, 3}], "Grayscale"] & /@ {right, left, left}, "RGB"]
Out[2]=