morphimage

Function to morph grayscale images.
6,1K Descargas
Actualizado 8 dic 2008

Sin licencia

Morphimage morphs an image (grayscale) using a morphing matrix.
Example:
%Read image
image = imread('example.pgm');
imagesize = size(image);
%Creating a random morphield
morphfield = 8*imresize(rand(5,5,2)-0.5,imagesize,'bilinear');
%Morph the original image
MorphedImage = morphimage(image,morphfield);

Citar como

Dima Pröfrock (2025). morphimage (https://es.mathworks.com/matlabcentral/fileexchange/11975-morphimage), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP2
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Description

1.0.0.0

new description