cbimage - checkerboard superposition of two images

Version 1.0.0.0 (2,38 ko) par Daniel
superimpose two images (may be grayscale or RGB) with a chess (checkerboard) pattern
478 téléchargements
Mise à jour 6 jan. 2012

Afficher la licence

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

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2011a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

A inspiré : register_H

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0