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

3x3-neighbor-pixel

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

  • signal3
    线性调频信号是一种雷达常用的电磁波信号,当雷达信号检测到目标时候,反射后得到雷达回波信号,此时由于多普勒效应,信号的频率发生偏移,这个源码仿真出雷达检测到目标加速度信息的回波信号。(LFM signal is a commonly used electromagnetic radar signal, when the radar signal detection to the target time, after reflection of radar echo signal, at this time due to Doppler effect, the signal)
    2021-01-28 19:28:41下载
    积分:1
  • Successive-Projections-Algorithm
    连续投影算法MATLAB源码,很好的资料,很齐全(successive projections algorithm)
    2021-01-28 16:38:35下载
    积分:1
  • DataFusion
    一种基于数据融合的地球物理数据联合反演方法——以VES和MT为例(Data Fusion Based on geophysical data inversion method- in order to VES and MT as an example)
    2009-11-06 02:37:14下载
    积分:1
  • mutation
    说明:  matlab程序 遗传算法变异程序 敬请各位高手指教(Matlab procedures genetic algorithm variation procedures you please enlighten master)
    2006-03-13 10:43:21下载
    积分:1
  • Matlab
    说明:  这是Matlab求解0-1整数线性规划,可以参考(good)
    2010-04-20 16:24:53下载
    积分:1
  • lussb.m
    基于MATLAB的SSB调制器的设计与仿真(MATLAB-based SSB modulator design and simulation)
    2006-05-22 11:26:12下载
    积分:1
  • MATLAB_2
    matlab的命令大全,对于matlab命令英文解释不习惯的人,用这个很方便,是一本很不错的入门书籍。(matlab learning books, use for matlab is not very understanding person, with this very convenient, is a very good master entry plus books.)
    2010-05-21 14:57:02下载
    积分:1
  • Power-Flow-Solution-by-Newton-Raphson-Method
    Power Flow Solution by Newton-Raphson Method
    2013-11-30 15:23:59下载
    积分:1
  • DEA_DEBUG
    数据包络法,层次分析法的结合,用于方案评估(Combination of data envelopment analysis and analytic hierarchy process for program evaluation)
    2012-11-05 11:04:20下载
    积分:1
  • MATLAB-for-control
    matlab语言与自动控制系统设计使用的教程(Course designed for use with the automatic control system matlab language)
    2014-05-18 15:03:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载