ALPHAMASK: semi-transparent image overlay

バージョン 1.0.0.0 (1.77 KB) 作成者: Andrew Davis
Overlay image with semi-transparent mask and return handle
ダウンロード: 2.1K
更新 2012/2/6

ライセンスの表示

ALPHAMASK: Overlay image with semi-transparent mask

Overlays a semi-transparent mask over an image. By default the
currently displayed figure is overlain.
Options include overlay colour and opacity.
Returns a handle to the overlay mask.

Usage:
hOVM = alphaMask(bwMask, [colour, transparency, axHandle])
bwMask: logical matrix representing mask
colour: vector of three rgb values in range [0, 1] (optional; default [0 0 1])
transparency: scalar in range [0, 1] representing overlay opacity (optional; default 0.6)
axHandle: handle to axes on which to operate (optional; default current axes)
hOVM: handle to overlay image is returned

Example:
figure;
I = peaks(200);
bwMask = eye(200);
imshow(I, [], 'Colormap', hot);
alphamask(bwMask, [0 0 1], 0.5);

See also IMSHOW, CREATEMASK

引用

Andrew Davis (2024). ALPHAMASK: semi-transparent image overlay (https://www.mathworks.com/matlabcentral/fileexchange/34936-alphamask-semi-transparent-image-overlay), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2011a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを得たファイル: Image overlay

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0