Inbetweening for 2 Images

Hey all,
I am trying to make an average between 2 images in which that my new image should be a shape between these two not the average of image variable
Regards

댓글 수: 12

sareh
sareh 2012년 4월 13일
I have to mention images are the same size, but the shapes inside increased a lot in the second one
Image Analyst
Image Analyst 2012년 4월 13일
Upload your two photos, plus a result (if you can mock one up, say in Photoshop or GIMP or something).
sareh
sareh 2012년 4월 13일
Dear Image Analyst,
These are my images, actually I am trying to make a model 3D out of 55 CT scan Images and slides are not enough so I have to make images between these 55 to have like 110 images
http://upandpost.com/image/full/6/9b9aea62e94f203d48238cc0b1a79c1.jpg
http://upandpost.com/image/full/3/bfbece91d105fcd14543299e68553cd.jpg
sareh
sareh 2012년 4월 13일
I appreciate any idea!
Walter Roberson
Walter Roberson 2012년 4월 13일
If this is being done for the sake of visual display, then the field is generally known as "inbetweening".
sareh
sareh 2012년 4월 16일
Actually the model itself is important it is not just for visualizing that's why I am searching for a mathematical calculation in Matlab, Do you have any comments how it is possible?
sareh
sareh 2012년 4월 16일
I have checked interpolation function but I want to have an image between these 2 not an image with the coefficient of one,
sareh
sareh 2012년 4월 16일
Dear Walter Roberson,
Inbetweening -as far as I have checked - is possible with some special software but not matlab,
sareh
sareh 2012년 4월 16일
And I already with this code put my tif file which has 55 images in Matlab
mov = mmreader('F.avi');
nFrames = mov.NumberOfFrames;
for k = 1 : nFrames
A(k).cdata =rgb2gray(read(mov, k));
end
Walter Roberson
Walter Roberson 2012년 4월 16일
inbetweening can be a complex process. I am not _aware_ of any MATLAB implementation.
sareh
sareh 2012년 4월 16일
Do you have any idea about interpolation, about how I have to introduce Z function for ZI = interp2(Z,XI,YI)
sareh
sareh 2012년 4월 16일
I have an idea to give images as XI and YI to see what I can obtain but I dont know how I can introduce Z

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

질문:

2012년 4월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by