|
|
| File Information |
| Description |
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); |
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (4) |
| 04 Mar 2007 |
Tajmilur Rahman
|
|
|
| 06 May 2008 |
ali serdar karaba?
|
|
|
| 09 Feb 2010 |
Mohd Asnawi
|
|
|
| 19 May 2012 |
nabil
|
|
|
| Updates |
| 18 Aug 2007 |
new description |
| 21 Aug 2007 |
new description |
| 08 Dec 2008 |
Description |
|
Contact us at files@mathworks.com