I have outline of an object from front view, side view and top view. is it possible to generate 3D reconstruction?

4 ビュー (過去 30 日間)
I am capturing an object from three axes i.e. from top view, front view and side view. how can I generate 3D model using outlines of those views.
  3 件のコメント
Sumit Mene
Sumit Mene 2018 年 1 月 29 日
ya but that was only from two sides. I have three sides. I can understand that it is not possible to generate exact shape but can I generate nearby shape or simple shapes like a bottle?
Walter Roberson
Walter Roberson 2018 年 1 月 29 日
Calibrate the views. Then you can use stereo analysis techniques to find distances to various components, after which you can start putting the surface together.

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

採用された回答

Image Analyst
Image Analyst 2018 年 1 月 29 日
You can get a volume by projecting along each axis. It will be very crude. To get a true and accurate 3-D shape, you'd have to have many, many more angles of projection. And that is essentially what CT does. By the way, the math behind CT earned its discoverers (Cormack and Hounsfield) the Nobel Prize: https://www.nobelprize.org/nobel_prizes/medicine/laureates/1979/

その他の回答 (1 件)

Image Analyst
Image Analyst 2018 年 1 月 29 日
編集済み: Image Analyst 2018 年 1 月 29 日
Just use three triple nested for loops.
Attach simple, small demo data if you still can't figure it out.

Community Treasure Hunt

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

Start Hunting!

Translated by