フィルターのクリア

How to generate a panoramic image from a 3D rendering in Matlab?

1 回表示 (過去 30 日間)
Samuel Lazerson
Samuel Lazerson 2016 年 8 月 17 日
コメント済み: itzhak 2017 年 6 月 26 日
I have a rather complicated patch object that I'd like to create a 360° panorama of. Specifically I've repositioned a the camera at a point in space and what I'd like to do is simply turn the camera and as I turn it, generate a panoramic image. Now I could simply save images then run stitching software to generate the panorama, but since I know the camera view angle, projection, and camera orientation in Matlab, there must be an easier way to generate one image. Anyone done this?
  1 件のコメント
itzhak
itzhak 2017 年 6 月 26 日
The way matlab renders images is by using the opengGL, and implementing standard functions. So you can create a projected view, but you cannot access most of the low-level functions. So, you can't access the data needed to do what you want in a more elegant manner. Your approach seems to be the best. I have many projection problems, and I would love to have access to more fundamental properties of the rendering (if anyone is listening...)

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeCamera Calibration についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by