alterations such as a morph on an image

4 次查看(过去 30 天)
I need to morph an image using matlab and don't exactly know how to do that. I need to show a before and after plot for each case, and record the transformation matrices. I have attached my image and a matlab code used to convert the image to grey scale and points. here are some of the names ive been using for functions and the format in which it is plotted.
A= imread('avatar.jpg');
>> image(A)
Aout=Jpeg2pointsConverter(A, 15);
[nrows, ncols]=size(Aout)
plot(Aout(1,:), Aout(2,:),'b.')
  1 个评论
DGM
DGM 2021-4-6
What exactly do you mean by 'morph'? Are you doing transformations/displacement with imwarp()?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Read, Write, and Modify Image 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by