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

3x3-neighbor-pixel

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

  • Matlab-engineering-application
    哈工大教授的matlab教程的ppt学习资料。对入门级和高手来说都是很好的学习材料。(The HIT Professor matlab tutorial ppt learning materials. Entry-level and master is a very good learning materials.)
    2012-05-28 10:20:46下载
    积分:1
  • anbari-ed
    economic load dispatch power system
    2013-08-12 19:35:56下载
    积分:1
  • Graph-Sine-Array-to-File
    graph sine array to file
    2015-02-28 09:10:34下载
    积分:1
  • PolarLab
    its a nice toolbox for compressive sensing
    2013-07-11 20:12:35下载
    积分:1
  • M4-Files
    有限单元集成刚度程序,用于计算常见单元刚度矩阵及集成。(beamassemble .ect.)
    2010-07-23 16:51:49下载
    积分:1
  • conner_harris_registration
    Matlab_基于角点信息和透视变换的图像镶嵌,可以看到最后的比较结果。(Based on the corner Matlab_ information and perspective transformation of the image mosaic, we can see the final results of the comparison.)
    2009-03-20 16:33:21下载
    积分:1
  • prak-siskom_modul-1
    percobaan sistem komunikasi dengan menggunakan software matlab
    2013-11-26 07:47:28下载
    积分:1
  • ImportantTVM
    Speech denoising using TVM...Important file specially for sea sound
    2015-04-22 10:35:49下载
    积分:1
  • DMC2210-sofware-V1.3
    这是DMC2210控制卡的软件使用手册,通过该手册开发人员可以了解DMC2210控制卡的编程要求,规格等,为编程做好准备。(This is DMC2210 control card software manuals, through which developers can learn manual programming requirements DMC2210 control card, specifications, etc., to prepare for the program.)
    2014-01-15 11:59:57下载
    积分:1
  • Chapter8ReadMe
    efficient and simple
    2010-10-17 05:51:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载