所用的函数非常简单,只需要用到mesh函数,示例代码如下:
Ima=imread(‘F:\pathto\test.jpg‘); surf_ima = surf(rgb2gray(Ima)); %黑色的3D图 title(‘3D‘) mesh_ima = mesh(rgb2gray(Ima)); %有色彩的3D图
参考链接:https://cn.mathworks.com/matlabcentral/answers/17998-image-processing-how-can-i-create-a-3d-density-plot-based-on-the-pixel-intensity
原文地址:https://www.cnblogs.com/chenwenyan/p/8516469.html
时间: 2024-11-06 23:53:42