SC - powerful image rendering

버전 1.10.0.0 (62 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 리포지토리로 가십시오.