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

3x3-neighbor-pixel

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

  • HW8-materials
    Alessandro Crespi helps us conceiving our first cameras support and lending us his development card to generate the trigger signal
    2015-02-25 21:27:46下载
    积分:1
  • 20067711511036675
    matlab例程,非常好用,便以移植,bianyuxuxi(susan Algorithm is very easy to use, then to transplant)
    2009-04-26 16:57:48下载
    积分:1
  • Applied.Quantum.Mechanics.2nd.ed
    一本很好的matlab学习书籍,综合了很多的内容,英文版的,对英文又要求( Matlab learning good book, synthesized a lot of content, the English )
    2013-01-08 01:28:08下载
    积分:1
  • Bipartite-graph
    使用matlab编程,讨论二分图的最大匹配和最优匹配(Using matlab programming, discussing the maximum bipartite matching and optimal matching)
    2013-07-21 23:00:51下载
    积分:1
  • me
    说明:  高等数学实验(胡良剑) 数学实验工具箱 (Higher mathematics experiment (Liang-sword) Math lab kit)
    2012-05-17 22:12:04下载
    积分:1
  • webcam_capture_image
    capture image from webcam
    2012-11-08 20:47:13下载
    积分:1
  • 对NSGA-II算法进行改进 Improved-NSGA-II-Optimization
    对NSGA-II算法进行改进,并应用于柔性车间调度的多目标优化问题(Of NSGA-II algorithm was improved and applied to flexible shop scheduling multi-objective optimization problem)
    2016-11-27 21:19:33下载
    积分:1
  • testprog
    特别功能测试样例测试程序,为保障有效运行,请注意安装环境软件的版本正确与否(special function test program )
    2010-10-01 01:43:37下载
    积分:1
  • dds
    matlab 的句柄实现过程及实例解析 (matlab instance handle and resolve implementation process)
    2010-12-07 20:38:45下载
    积分:1
  • mPmP1
    M/M/1,单服务台排队系统的分析,标准的M/M/1模型(M/M/1,QUEUE THEORY )
    2011-04-30 13:54:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载