Inbetweening for 2 Images
2 次查看(过去 30 天)
显示 更早的评论
sareh
2012-4-13
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 个评论
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
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
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
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
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
2012-4-16
Dear Walter Roberson,
Inbetweening -as far as I have checked - is possible with some special software but not matlab,
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
2012-4-16
inbetweening can be a complex process. I am not _aware_ of any MATLAB implementation.
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
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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!发生错误
由于页面发生更改,无法完成操作。请重新加载页面以查看其更新后的状态。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
- América Latina (Español)
- Canada (English)
- United States (English)
欧洲
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom(English)
亚太
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)