登录
首页 » matlab » 3x3-neighbor-pixel

3x3-neighbor-pixel

于 2014-10-24 发布 文件大小:175KB
0 199
下载积分: 1 下载次数: 8

代码说明:

  Description All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size)) input inp_img=2d data(row * col) w=cover size w=[3 3] = 3x3 cover pixel generation output o_img=result 3d o_img(w(1),w(2),r*col) if inp_img=[1 2 3 4 5 6 ] w=[3 3] Soloution it will construct new image new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0] result o_img(:,:,1)=[0 0 0 0 1 2 0 4 5] o_img(:,:,2)=[0 0 0 1 2 3 4 5 6] finally o_img(1:3,1:3,6) example a=imread( pears.png ) b=rgb2gray(a) c=cover_window( b,[3 3]) 3x3 window construction

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • convariance
    能够计算出一个图像矩阵的灰度梯度共生矩阵,并计算出其协方差(To calculate an image matrix of gray gradient co-occurrence matrix, and calculate the covariance)
    2012-04-02 22:29:22下载
    积分:1
  • Partialleast-squaresregression
    能够利用偏最小二乘回归模型分析电力系统谐波发射水平,MATLAB编制(Able to take advantage of partial least-squares regression model launch level of power system harmonics, MATLAB preparation)
    2020-07-31 10:48:37下载
    积分:1
  • UltimatePvp
    ultimate co pvp.. souce c#
    2014-01-14 19:51:28下载
    积分:1
  • feng
    lpc语音信号合成,给出了完整的LPC matlab程序,包括语音信号采集,LP预测系数(failed to translate)
    2021-03-17 13:09:21下载
    积分:1
  • linear304
    用matlab编写的,处理非线性问题的线性拟合源程序(Using matlab prepared to deal with nonlinear problems fitting linear source)
    2008-01-19 16:32:37下载
    积分:1
  • doubleclose
    双闭环直流调速系统的仿真 内含mdl文件 另附FUZZY控制器(Double Loop DC Speed System includes mdl file attached FUZZY controller)
    2010-05-16 04:30:04下载
    积分:1
  • esprit
    ESPRIT算法的经典功率谱估计程序,已运算过,下载即可使用(ESPRIT algorithm is the classic power spectrum estimation procedures have been operational before, you can use to download)
    2011-05-11 16:51:17下载
    积分:1
  • c2
    说明:  老外的电机学教材,最为重要的是有相应的MAtlab代码,每一章都有,十分详细,学习电机的必备工具书,文件是在太大,此处上传chap2的源码(Foreigners motor learning materials, the most important thing is there is a corresponding MAtlab code, each chapter has a very detailed study of the motor necessary books, documents are too large to upload here chap2 source)
    2011-08-31 19:28:06下载
    积分:1
  • powel58998l
    powel optimization method
    2013-12-01 04:01:05下载
    积分:1
  • 7654356
    右边伸出的bar导航,IOS编程学习源码,很好的参考资料。(Bar navigation right out, learning IOS programming source code, a good reference.)
    2013-12-05 09:38:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载