Image Display
All image data imported into Mathematica using the
ImageRead
command may be displayed using Show.
This loads the package.
![[Graphics:Images/index_gr_34.gif]](Images/index_gr_34.gif)
This reads an example image.
![[Graphics:Images/index_gr_35.gif]](Images/index_gr_35.gif)
This displays a meshed composite color image.
![[Graphics:Images/index_gr_36.gif]](Images/index_gr_36.gif)
Color image data in a planar format may be treated as three separate
single-color images, one for each of the color channels. The default display form of a
color image in planar format is GraphicsArray.
![[Graphics:Images/index_gr_38.gif]](Images/index_gr_38.gif)
Raw monochrome image data may be visualized in any number of ways, such as surface plots,
contour plots, and intensity plots. Here are two examples.
![[Graphics:Images/index_gr_40.gif]](Images/index_gr_40.gif)
![[Graphics:Images/index_gr_41.gif]](Images/index_gr_41.gif)
|