| File Information |
| Description |
SC is a useful function for displaying rich image data, of use to anyone wishing to visualize and save 2D data in ways beyond that which MATLAB built-in functions allow.
This function can be used in place of IMAGE, IMAGESC and IMSHOW, but does so much more. It is fast and displays images as they should be - correct aspect ratio, integer magnification, no axes. In addition, it can return the image as an output variable - useful for saving to disk, texture mapping surfaces, and post-rendering manipulation such as overlaying/combining two or more images.
All the MATLAB built-in colormaps are implemented, but without MATLAB's nasty discretization artifacts. Plus, there are many new colormaps which are helpful for viewing more complex data, such as optic flow, likelihoods over images, difference images, segmentations, stereo image pairs (as anaglyphs) and edge-maps with orientation. It also accepts user defined linear and non-linear colormaps.
SC comes with a complete demo, to help you get the most out of it. It doesn't require that you have any toolboxes, either. |
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 05 Sep 2007 |
Improved description & title.
Added new Matlab colormaps to function. |
| 05 Sep 2007 |
Improvements and a bug fix to the function |
| 14 Sep 2007 |
Faster image display, numerous other improvements |
| 18 Sep 2007 |
Fixed resize issue |
| 24 Oct 2007 |
Reduced cyclic number of code. |
| 26 Oct 2007 |
Updates seem to be revision behind. |
| 15 Nov 2007 |
Added multiple screen support. Fixed truncation bug when displaying multiple images. |
| 14 Jan 2008 |
Bug fix to 'prob_jet' colormap. |
| 03 Mar 2008 |
Introduced 'flow' map, based on 'phase' map |
| 04 Mar 2008 |
Bug fix to 'stereo' |
| 04 Apr 2008 |
Fixed saturation issue with 'prob_jet' |
| 16 Apr 2008 |
Added 'stereo_col'. Changed text a bit. |
| 08 May 2008 |
Fixed saturation issue with 'phase'.
Leave axes on but make invisible, so TITLE etc. still work. |
| 14 May 2008 |
Improved magnification to deal with images too large for the screen. |
| 04 Jun 2008 |
Saves index of multi-image view on a figure-by-figure basis |
| 10 Dec 2008 |
Added ability for users to define linear and non-linear colormaps. Added ability to combine images within SC. Removed ability to display multiple images, as it isn't key functionality. |
| 16 Dec 2008 |
Fixed typo in the description! |
| 17 Mar 2009 |
Allow axis labels and titles, using fix suggested by C. Chaya. |
|