3D Matrices projections

Hi everyone, I have a 3D metrics and I want to project it to different directions let's say along x, y, z, and different diagonal (0-360) angles, any suggestions pleases

2 件のコメント

Walter Roberson
Walter Roberson 2020 年 7 月 26 日
What form of projection are you interested in? For example do you want maximum intensity along an angle?
adil alazzawi
adil alazzawi 2020 年 7 月 26 日
Thanks for your response, I want to average them

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

回答 (2 件)

Matt J
Matt J 2020 年 7 月 27 日
編集済み: Matt J 2020 年 7 月 27 日

0 投票

1 件のコメント

Walter Roberson
Walter Roberson 2020 年 7 月 27 日
Though that only gives indices of locations that the line interesect, and does not give any information usable for weighting.
It looks like there are a fair number of methods available; https://pdfs.semanticscholar.org/c841/d03ccd8098e3fa1b2a82244e1b8eaff1e567.pdf

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

Matt J
Matt J 2020 年 7 月 27 日
編集済み: Matt J 2020 年 7 月 27 日

0 投票

You could also use rotation to align the projection rays with an axis of the image and then use mean(). For example, to take the mean along rays 30 degrees to the columns,
mean(imrotate(yourVolume,30),1)
For rays not parallel to the xy-plane you could use imrotate3 in a similar fashion.

1 件のコメント

Walter Roberson
Walter Roberson 2020 年 7 月 27 日
Note that the rotation angle is generally the negative of what you would think, to move the data with that angle to be aligned with the axes.

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

カテゴリ

ヘルプ センター および File ExchangeComputational Geometry についてさらに検索

タグ

質問済み:

2020 年 7 月 26 日

コメント済み:

2020 年 7 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by