Overlay two datasets or indexed images

버전 1.4.0.0 (5.04 KB) 작성자: Jochen Rau
Overlay of two datasets: independent colormaps, datatip inspection and alterable after creation.
다운로드 수: 1.4K
업데이트 날짜: 2010/12/8

라이선스 보기

If you want to show two 2D datasets as images above each other you might find this class useful.

You can define the range of values which should be shown. The overlay works with independent colormaps for both images. It can partly be hidden for values within a certain range. The datatip provides coordinates, the value of the pixel in the background and in the overlay dataset.

It's an object oriented approach, so the function call instantiates a Matlab class. The instance persists as long as you keep the reference and it is (interactively) modifiable via functions on the commandline / from m-files, so you can update one of the images, change the range, alpha-value ...
So it's supposed to be easy to use even though it's custimizable afterwards.

Try "help overlayImg" to get you started.

인용 양식

Jochen Rau (2024). Overlay two datasets or indexed images (https://www.mathworks.com/matlabcentral/fileexchange/26790-overlay-two-datasets-or-indexed-images), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Image Arithmetic에 대해 자세히 알아보기
도움

줌: overlayVolume, imoverlay

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.4.0.0

bugfix in datatip code plus some new helper functions

1.3.0.0

+Bugfix (x and y switched)

1.2.0.0

Enhancements:
+ support for different resolution on background and overlay
+ set custom axes

1.0.0.0