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

3x3-neighbor-pixel

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

  • algoritm
    使用蟻群演算法來求解旅行推銷員問題於matlab上(Using ant colony algorithm to solve the traveling salesman problem in matlab)
    2010-08-12 23:56:32下载
    积分:1
  • MATLABandVC
    matlab混合编程,入门与提高必备的文档(matlab & VC++)
    2011-09-08 00:57:30下载
    积分:1
  • simulink
    沈辉+《精通simulink系统仿真与控制》.pdf(Shen Hui "system simulation and control of simulink")
    2013-11-09 11:15:54下载
    积分:1
  • b
    说明:  matlab串级过热器的仿真实例 PID控制串级系统实例(Cascade matlab simulation examples superheater cascade PID control system instance)
    2013-05-24 18:27:50下载
    积分:1
  • adpmedian
    matlab数字图像处理中的自适应中值滤波函数(.m)(adaptive median filter function file in matlab)
    2009-09-19 10:27:47下载
    积分:1
  • gaosimusic
    Music算法是一种传统的高分辨方法,借助于该方法,本程序实现了信号源的估计问题。(This program uses Music agrithm implement the function of the estimation of the number of the souces!)
    2010-12-25 09:55:59下载
    积分:1
  • MasterMATLAB
    这是一本关于matlab的书籍,对初学者很有帮助(This is a book on matlab, helpful for beginners )
    2011-01-09 20:13:12下载
    积分:1
  • All_PortfAlloc
    matlab codes for data allocation
    2013-10-25 06:54:12下载
    积分:1
  • sousun_v57
    主要是基于mtlab的程序,基于人工神经网络的常用数字信号调制,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法。( Mainly based on the mtlab procedures, The commonly used digital signal modulation based on artificial neural network, Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm.)
    2016-08-29 18:53:34下载
    积分:1
  • signal_seg
    利用独立分量分析方法对三个信号进行分离,入门学习(The use of independent component analysis method to separate the three signals, Introduction to learning)
    2009-04-15 11:37:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载