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

3x3-neighbor-pixel

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

  • YINGWEN
    2频移键控模拟模型的基本原理、波形,请您仔细浏览,给予评价(2 FSK simulation principle and waveform, please carefully browsing, giving the appraisal)
    2011-12-26 11:49:52下载
    积分:1
  • sixbobobobo
    六脉波整流以及谐波抑制技术 iq ip 瞬时无功检测(Six pulse rectifier and harmonic suppression technology iq ip instantaneous reactive detection)
    2013-06-03 12:55:22下载
    积分:1
  • matlab7.0_statistical_information_processing
    《基于MATLAB7.0统计信息处理》,对统计信息基本理论做了讲解,并结合实例讲解了统计信息库基本函数的使用。(" Based on MATLAB7.0 statistical information processing" , the basic theory of statistical information made to explain, and explain with examples the basic function of the statistical information base to use.)
    2010-12-08 10:49:13下载
    积分:1
  • smailbachir
    Etude preliminaire en vue du diagnostic de la machine asynchrone
    2010-12-18 21:42:37下载
    积分:1
  • raznostni
    Example of application of difference circuits at numerical solution of the equations with partial derivatives
    2010-05-29 22:52:01下载
    积分:1
  • BPSK
    C编写的BPSK调制解调,很有用,值得学习,代码编写很规范(Written in C BPSK modulation and demodulation, very useful, it is worth learning, very standardized coding)
    2014-08-08 14:40:41下载
    积分:1
  • bsearch_c
    binary searching in the code.
    2013-07-25 19:58:35下载
    积分:1
  • jizuobiao
    对从金属棒材中提取的超声缺陷信号经过自适应滤波以后的极坐标显示图(polar graph of ultrasonic defect signal)
    2013-10-22 12:12:14下载
    积分:1
  • shuangfengchazhi
    基于mATLAB的双峰谱线插值,用于谐波的检测分析(Bimodal line interpolation based on mATLAB for harmonic detection and analysis)
    2020-06-24 11:20:02下载
    积分:1
  • ECG
    心电监测 PVC检测 小波变换 心电监测 PVC检测 小波变换(Detection of ECG monitoring PVC PVC ECG monitoring wavelet transform detection)
    2010-05-18 16:49:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载