Bird Eye View Image

4 ビュー (過去 30 日間)
Algorithms Analyst
Algorithms Analyst 2013 年 4 月 10 日
Hi all I have 4 images front back right and left and I want to transfer these set of images into bird eye view.
How can I do it in matlab?
Any help is appreciated
Thanks
  2 件のコメント
Walter Roberson
Walter Roberson 2013 年 4 月 10 日
What information do you have about the relative positions from which the images were taken? What information do you have about the focal length (or any other information that might allow you to calculate distances by parallax) ?
Algorithms Analyst
Algorithms Analyst 2013 年 4 月 10 日
編集済み: Walter Roberson 2013 年 4 月 10 日
the 6 images are taken from different view this contains
image1=front image
image2=up right image
image3=low right image
image4=back image
image5=low left image
image6=up left image.
And I think we need to use homography concept is that right? What are steps do I need to take to transfer these set of images in to bird eye view. I think we can do geometric transformations.

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

回答 (2 件)

Yao Li
Yao Li 2013 年 4 月 10 日
view([0,90])

Image Analyst
Image Analyst 2013 年 4 月 10 日
This capability does not exist built-in in MATLAB, unless you want to write something yourself. There is some information here: http://en.wikipedia.org/wiki/Homography
Perhaps you'll need to use Autodesk, which can do what you're asking for: http://www.123dapp.com/catch Watch their video. It's quite impressive. It would take you and all your friends years to make something not even as good as that in MATLAB, so why bother when you can just buy 123D Catch?
  4 件のコメント
Algorithms Analyst
Algorithms Analyst 2013 年 4 月 12 日
those posts which are helpful i always appreciate.
Image Analyst
Image Analyst 2013 年 4 月 12 日
You can post follow up questions as comments to the discussion if you feel that the Answers posted so far were not helpful and your question remains unanswered.

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

Community Treasure Hunt

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

Start Hunting!

Translated by