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

3x3-neighbor-pixel

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

  • rfnn
    用matlab编写的一个小程序,实现模糊控制。在此基础上可以修改编写自适应模糊控制器。(With a small program written in matlab, fuzzy control. On this basis, the preparation can be modified adaptive fuzzy controller.)
    2010-09-05 18:16:01下载
    积分:1
  • Three
    自己写的一个 在matlab环境中计算光学三反镜头初始结构的程序 带有界面(Wrote it myself, one in the matlab environment, computing optical three anti-lens with an interface for the initial structure of the program)
    2009-12-14 17:38:46下载
    积分:1
  • b
    说明:  matlab实现运动模糊图像的模糊长度的自动鉴别(Matlab implementation of motion blurred image fuzzy length automatic identification)
    2012-05-03 19:21:39下载
    积分:1
  • 无线传感器网络数据分发协议mstcdp
    基于最小生成树算法的无线传感器网络数据分发协议的matlab仿真代码,对于传感器网络的研究有用(Based on the minimum spanning tree algorithm for wireless sensor networks matlab simulation data distribution protocol code, useful for the study of sensor networks)
    2020-07-09 11:18:55下载
    积分:1
  • random
    产生一个随机数序列,具有高斯统计特征,可用于载波仿真。(create a random sequence with gaussian statistical features,which can be used in carrier wave stimulation )
    2010-11-23 10:32:47下载
    积分:1
  • efficientLBP
    Software in matlab for image segmentation
    2014-12-12 03:06:41下载
    积分:1
  • seislab6.1925
    一个很重要的matlab库,对初学者来说,特别重要,尤其是勘探行业的开发者(A very important matlab library, for beginners, particularly important, especially in the exploration industry, developers)
    2010-07-23 11:52:02下载
    积分:1
  • TSP-used-in-PCB
    TSP改进算法及在PCB数控加工刀具轨迹中的应用(TSP improved algorithm and PCB CNC machining tool path)
    2013-05-18 06:50:44下载
    积分:1
  • code
    基于matlab关于计盒维数的程序代码,关于电树枝的分形维数(code of fractal dimension based on matlab)
    2021-03-10 21:29:27下载
    积分:1
  • myLMS
    说明:  LMS自适应滤波器算法 matlab编程 自适应干扰抵(LMS Adaptive filter algorithm matlab programming adaptive interference cancellation)
    2019-12-26 19:34:08下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载