フィルターのクリア

Perform coordinate transformations on partitioned images to match feature points of two images

3 ビュー (過去 30 日間)
Hi, I need to code image morphing in matlab.As a part of the algorithm I need to perform coordinate transformations on the partitioned images to match the feature points of these two images. The coordinate transformations are affine transformation or bilinear transformation.
Example of two images:
Output after transformation:
image1 transformed: http://www.crocko. com/407346490C1749BF97F1AC60584C8732/warped_ally.jpg
The question is how to code the transform in matlab? Does anybody can share an idea or similar made code to perform the necessary coordinates transformation on two images in loop and to get the results above?

採用された回答

Image Analyst
Image Analyst 2012 年 3 月 26 日
I can't see your images, just some ad for a web hosting service. Try tinypic.com instead.
  4 件のコメント
Pavl M.
Pavl M. 2012 年 3 月 26 日
imtransform(...) suits the needs. Is there any open source matlab code for image morphin that can produce the images above ?
Thank you.
Image Analyst
Image Analyst 2012 年 3 月 26 日
I don't know. You'd probably have to write your own code that took input control points and then output (destination) points for them, then call imtransform. You could use ginput() to ask the user to click the points that you want to move.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeometric Transformation and Image Registration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by