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

3x3-neighbor-pixel

于 2014-10-24 发布 文件大小:175KB
0 58
下载积分: 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 个回复

  • matlab
    轨道六根数的MATLAB程序,轨道六根数的MATLAB程序(6 tracks the number of MATLAB procedures, track the number of six MATLAB program)
    2008-04-10 21:57:24下载
    积分:1
  • minimum-mean-square-error-algorithm
    自适应滤波算法(最小均方误差算法)matlab源码程序(Adaptive filtering algorithm Matlab source program (minimum mean square error algorithm))
    2012-12-28 16:45:58下载
    积分:1
  • alamouti1
    alamouti code for two transmitter and 1 receiver
    2012-03-24 02:12:07下载
    积分:1
  • NLMS
    提供了三个NLMS算法程序,结果良好,供大家参考(provide 3 NLMS algorithm program with good results. Please refer to it.)
    2005-08-01 15:56:18下载
    积分:1
  • DYK-IP3Rmodel
    介绍的是对于钙信号传导的某种简化模型的模拟(Described the simulation of a simplified model for calcium signaling)
    2012-07-16 16:38:24下载
    积分:1
  • kmeansfromlightfast
    unsupervised kmeans clusetring algorithm of data
    2015-02-22 23:07:33下载
    积分:1
  • 球体sphere正演序_matlab
    球体磁梯度张量计算,根据文献中方法编写,可以快速计算各分量(Magnetic gradient tensor of sphere)
    2020-07-04 12:20:01下载
    积分:1
  • light-stripes-center-extraction
    利用重心法提取光条中心,激光光条中心提取(light stripes center extraction)
    2017-01-06 10:08:22下载
    积分:1
  • annMatlab7p4
    说明:  神经网络与matlab7的实现 配套资料下载 .m格式(neural network and the realization matlab7 supporting information downloaded. M format)
    2006-04-15 00:51:23下载
    积分:1
  • robway1
    基于遗传算法的机器人路径规划算法matlab源代码(Genetic algorithm based path planning algorithm matlab source code)
    2011-06-06 23:04:34下载
    积分:1
  • 696524资源总数
  • 103904会员总数
  • 44今日下载