Image Processing - How can I create a 3D density plot based on the pixel intensity?

Hello ppl,
I'm not a professional in Image Processing. But I'm looking a way of obtaining a 3D density plot that shows the areas with higher light intensity. I can load the image and even obtain the area values of areas in the picture below a certain threshold in the grey scale. Can any one help me of how I can tackle this?

1 件のコメント

Image Analyst
Image Analyst 2011 年 10 月 11 日
I'm not clear - is this a 3D volumetric image, like from CT or MRI, or is it a 2D image?

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

回答 (1 件)

Walter Roberson
Walter Roberson 2011 年 10 月 11 日

0 投票

This sounds like surf(rgb2gray(YourImage))

2 件のコメント

Sean de Wolski
Sean de Wolski 2011 年 10 月 11 日
I would recommend using mesh() since the number of data points in many images makes a surf plot look like a black spiny blob.
Walter Roberson
Walter Roberson 2011 年 10 月 11 日
surf(rgb2gray(YourImage),'EdgeColor','none')

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

カテゴリ

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

質問済み:

2011 年 10 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by