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 个)

This sounds like surf(rgb2gray(YourImage))

2 个评论

I would recommend using mesh() since the number of data points in many images makes a surf plot look like a black spiny blob.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Neuroimaging 的更多信息

提问:

2011-10-11

Community Treasure Hunt

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

Start Hunting!

Translated by