SC - powerful image rendering

版本 1.10.0.0 (62.0 KB) 作者: Oliver Woodford
Useful tool for rendering and outputting information rich images
17.9K 次下载
更新时间 2020/6/23

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.

SC makes heavy use of two of my other file exchange packages, IMDISP (id 22387) and REAL2RGB (id 23342), which are both included in this package, but are very useful in their own rights too.

Please send queries or bug reports direct to me using the "Contact Author" link on my Author page.

引用格式

Oliver Woodford (2024). SC - powerful image rendering (https://github.com/ojwoodford/sc), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP1
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: imdisp, real2rgb & colormaps

启发作品: Zerocolor

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.10.0.0

Imdisp now supports movies! Try:
imdisp(imstream('xylophone.mp4'), 'Size', 1)

1.8.0.0

Switch to GitHub repository

1.7.0.0

Added disparity, disco and whed colormaps, and updated imsc to behave more like imagesc.

1.6.0.0

Applied update to real2rgb

1.5.0.0

Added IMSC wrapper function for SC, which replicates display behaviour of IMAGESC.

1.4.0.0

Overhaul of the function, making it a wrapper for real2rgb and imdisp, with the more complex colormaps added in (including some new ones).

1.3.0.0

Allow axis labels and titles, using fix suggested by C. Chaya.

1.2.0.0

Fixed typo in the description!

1.1.0.0

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.

1.0.0.0

Saves index of multi-image view on a figure-by-figure basis

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库