alterations such as a morph on an image

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개)

카테고리

도움말 센터File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

태그

질문:

2021년 4월 6일

댓글:

DGM
2021년 4월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by