cbimage - checkerboard superposition of two images

バージョン 1.0.0.0 (2.38 KB) 作成者: Daniel
superimpose two images (may be grayscale or RGB) with a chess (checkerboard) pattern
ダウンロード: 478
更新 2012/1/6

ライセンスの表示

checkerboard image, superimpose two images (grayscale/RGB) with a chess pattern

Syntax:
imFinal = cbimage(im1, im2);
imFinal = cbimage(im1, im2, 20); % 20 subdivisions
imFinal = cbimage(im1, im2, [], 10); % lower-intensity pattern got -10 % of max-min

Inputs:
im1: grayscale or RGB image of any size (NxNx1 or NxNx3)
im2: second grayscale or RGB image with the size of im1
nSub: number of subdivisions (1x1 for x==y-direction or 1x2 for [x-, y-direction])
{default: [12, 12]} (optional)
subInt: relative subtracted intensity in percent of max-min
{default: 10% of max-min} (optional)

Outputs:
imFinal: Superimposed image with the same class and same size as the input images

引用

Daniel (2024). cbimage - checkerboard superposition of two images (https://www.mathworks.com/matlabcentral/fileexchange/34472-cbimage-checkerboard-superposition-of-two-images), MATLAB Central File Exchange. 取得済み .

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

ヒントを与えたファイル: register_H

Community Treasure Hunt

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

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