How to plot 3D image in MATLAB?

Hello, I have a matrix containing reflectivity of the 3D image of a Millimeter wave imaging system. I want to plot 3D image such that pixels having reflectivity lower than a threshold are not shown. The final image must be something like this:
How can I do this in MATLAB? Any help would be appreciated. Thank you

回答 (1 件)

Matt J
Matt J 2024 年 3 月 20 日
編集済み: Matt J 2024 年 3 月 20 日

0 投票

volshow(Image.*(Image>=threshold))
There are also a number of 3D viewers offered on the File Exchange.

3 件のコメント

moh mor
moh mor 2024 年 3 月 21 日
Is not it possible to show intensity of image using colorbar?
moh mor
moh mor 2024 年 3 月 21 日
Is there any other function? It is not the same as the image shown in the question.
Matt J
Matt J 2024 年 3 月 21 日
編集済み: Matt J 2024 年 3 月 21 日
The colume viewer doesn't seem to support a colorbar, but I'm not sure a colorbar makes sense for a 3D rendering. It is more than just the RGB color values that affect the appearance of a voxel. It's the transparency values as well.

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

カテゴリ

ヘルプ センター および File ExchangeImage Processing Toolbox についてさらに検索

製品

リリース

R2018b

質問済み:

2024 年 3 月 20 日

編集済み:

2024 年 3 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by