3d plot of an image
3 次查看(过去 30 天)
显示 更早的评论
size(I)
ans =
287 499 3
Please let me know how can I get 3D plot of the image I?
5 个评论
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
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?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!