码迷,mamicode.com
首页 > 其他好文 > 详细

MATLAB中mesh函数的使用:基于像素强度画3D密度图(create a 3D density plot based on the pixel intensity:mesh function)

时间:2018-03-06 21:56:36      阅读:373      评论:0      收藏:0      [点我收藏+]

标签:ase   display   分享   function   .com   cti   math   alt   sed   

所用的函数非常简单,只需要用到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

 

 

MATLAB中mesh函数的使用:基于像素强度画3D密度图(create a 3D density plot based on the pixel intensity:mesh function)

标签:ase   display   分享   function   .com   cti   math   alt   sed   

原文地址:https://www.cnblogs.com/chenwenyan/p/8516469.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!