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

3x3-neighbor-pixel

于 2014-10-24 发布 文件大小:175KB
0 85
下载积分: 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-programs
    几乎所有IEEE节点系统的MATLAB潮流程序(IEEE bus system almost all the current procedures for MATLAB)
    2011-04-19 17:36:35下载
    积分:1
  • main-stbc-ofdm-MIMO
    基于stbc编码的ofdm结合mimo信道传输系统仿真(Combination of coded ofdm based stbc mimo channel Transmission System Simulation)
    2021-04-26 21:28:45下载
    积分:1
  • HinfController
    Hinfinity Controller Design
    2013-01-05 09:49:16下载
    积分:1
  • screentext
    screen to text is used to convert image to text...
    2015-03-19 22:39:40下载
    积分:1
  • matlabOFDMsimulation
    OFDM的MATLAB仿真源代码,程序简单易懂(OFDM simulation of MATLAB source code, the program easy-to-read)
    2008-01-21 12:00:09下载
    积分:1
  • Matlab1
    Matlab 语言及其在有限元编程中的应用(Matlab programming language and its application in the application of finite element)
    2010-03-12 22:11:09下载
    积分:1
  • New-folder
    TG11 M-file for TG11.fig TG11, by itself, creates a new TG11 or raises the existing singleton*.
    2013-07-20 14:41:05下载
    积分:1
  • disparity-map
    双目视觉,求双目视觉图像视差图,直接运行demo即可(Binocular vision, seeking binocular disparity map visual images, demo can be run directly)
    2021-03-31 19:29:08下载
    积分:1
  • m_q6leix
    参考外国文献,通过MATLAB程序编写了以两个简单的blcOzp映射构造一个双混沌互扰 ZaUxxYq系统,提出了采用先进的两混沌调制模型的无线加密算法,具有防窃听的能力,调试无错误。(References to foreign literature, through MATLAB programming the blcOzp with two simple mapping to construct a mutual interference ZaUxxYq dual chaotic systems is proposed based on the wireless encryption algorithm dual chaotic mutual interference system has the ability of anti-wiretapping, debugging errors. )
    2016-01-13 19:26:14下载
    积分:1
  • leap_frog
    leap frog algorithm for solving metaheuristic problems and shortening the path to find the most optimized path.
    2013-12-16 16:18:07下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载