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

3x3-neighbor-pixel

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

  • pingjunlvbo
    matlab的图像滤波算法中的平均滤波算法源代码(image filtering algorithm matlab)
    2009-12-14 16:32:48下载
    积分:1
  • PI_GPC_1
    比例积分型的GPC,由新的目标函数解出的控制率与常规PI控制有着一样的形式,这样就获得了一种具有PI结构的广义预测控制,而且其参数 、 有着明显的工程意义,整定原则基本类似于PID。(Proportional-integral-type GPC, the new objective function solution of the control rate with conventional PI control has the same form, so to obtain a PI structure with generalized predictive control, and its parameters, there is a clear sense of the project, setting basic principle is similar to PID.)
    2011-06-22 21:18:52下载
    积分:1
  • IEC-60034-9_(1997)_noise-limits
    IEC 60034-9_(1997)_noise limits
    2016-12-12 10:23:59下载
    积分:1
  • HH
    说明:  HH模型简单的描述,通过建立数据然后绘图(HH model simple description)
    2013-03-03 15:31:18下载
    积分:1
  • Codes
    Ofdm based cognitive radio networks
    2013-04-14 20:35:40下载
    积分:1
  • 说明:  matlab仿真喇曼光纤放大器瞬态传输方程,绝对稀有(Using the upwind-difference format, which is often used to analyze convective problems in hydrodynamics, we can derive the difference equations as follows (Vg is group velocity and is assumed to be identical for both signal and pump))
    2021-03-21 21:19:17下载
    积分:1
  • chap3_07_Narendra_MRAC_n2
    自适应控制及系统辨识,希望对大家有用,谢谢分享~(Adaptive control and system identification, we want to be useful, Thank you for sharing ~)
    2010-07-25 16:47:08下载
    积分:1
  • eigenface
    Implementation of an algorithm to recognize faces using PCA
    2014-10-09 04:46:30下载
    积分:1
  • MATLAB
    MATLAB 仿真实现干涉图的程序,仅供参考(MATLAB Simulation interferogram procedures for reference purposes only)
    2015-02-01 14:07:25下载
    积分:1
  • encode
    说明:  rs编码函数在matlab编译环境下的实现(rs encoding function in the matlab compiler environment to achieve)
    2009-07-23 10:04:47下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载