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
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
2011년 10월 11일
0 개 추천
This sounds like surf(rgb2gray(YourImage))
댓글 수: 2
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
2011년 10월 11일
surf(rgb2gray(YourImage),'EdgeColor','none')
카테고리
도움말 센터 및 File Exchange에서 Neuroimaging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!