필터 지우기
필터 지우기

3d plot of an image

조회 수: 2 (최근 30일)
Mahua Nandy(Pal)
Mahua Nandy(Pal) 2012년 10월 1일
size(I)
ans =
287 499 3
Please let me know how can I get 3D plot of the image I?
  댓글 수: 5
Mahua Nandy(Pal)
Mahua Nandy(Pal) 2012년 10월 3일
I have filtered it with gabor now at each coordinate position, some filtered value is present how can i plot that to visualize the effect
Image Analyst
Image Analyst 2012년 10월 3일
I'm not sure what you're after. Like I said the FFT is used to visualize spatial frequency distribution.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2012년 10월 1일
This is probably a color image rather than a monochrome volumetric image. So what does a 3D image of this look like to you? Do you want to take each color channel and plot it in 2.5D as a surface rendering - a perspective image using surf()? Do you want to compute a luminance image and then render that with surf() and apply coloring to the surface that matches the original color? Why do you want a "3D" rendering anyway? What good does it do you?

카테고리

Help CenterFile Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by