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

3x3-neighbor-pixel

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

  • IE_kalman
    kalman 滤波器实现,IE算法思想,有源码,有PPT,有文章(realize kalmman filter ,IE program)
    2021-04-11 13:58:58下载
    积分:1
  • ansychronous-machine
    异步电机直接转矩控制MATLAB仿真,运行结果良好,可以借鉴参考(Induction motor direct torque control MATLAB simulation)
    2011-07-21 09:56:00下载
    积分:1
  • 三谱混合相位子波估计 wavelet extimation trispectrum
    三谱混合相位子波估计!! 这是我的一篇文章所涉及到的matlab 源代码,对搞物探的人很有帮助!hosa, hos_2, S4M是程序中用到的工具箱!(three mixed-phase spectra wave estimated! ! This is my one article, which was involved in the Matlab source code, engaged in geophysical helpful to the people! Hosa, hos_2, 4 months/S4M procedure is to use the Toolbox!)
    2020-10-24 18:40:02下载
    积分:1
  • lib
    qwt vs2010 compline.Qwt is an extension to the libraries of the Qt Project. The Qwt library contains widgets and components which are primarily useful for technical and scientifical purposes. It includes a 2-D plotting widget, different kinds of sliders, and much more.(Qwt is an extension to the libraries of the Qt Project. The Qwt library contains widgets and components which are primarily useful for technical and scientifical purposes. It includes a 2-D plotting widget, different kinds of sliders, and much more.)
    2015-03-25 17:25:31下载
    积分:1
  • c-junhua
    用FAMALE.TXT、MALE.TXT和/或test2.txt的数据作为本次实验使用的样本集,利用C均值和分级聚类方法对样本集进行聚类分析,对结果进行分析,从而加深对所学内容的理解和感性认识。(Use FAMALE. TXT, MALE. TXT and/or test2. TXT data as the use of the samples, using C mean and hierarchical clustering method of samples of clustering analysis, the analysis of the results, so as to deepen the understanding of the content of study and perceptual knowledge.)
    2012-05-12 09:15:20下载
    积分:1
  • MATLABPrimer
    intro 2 matlab which gives fundamentals about matlab
    2009-10-20 23:36:11下载
    积分:1
  • truetime_code
    《网络控制系统分析与设计》-源代码,用matlab的truetime工具箱,与《网络控制系统》-第九章系统仿真分析,一书有一定的关系,可以借鉴,不能完全对应。(" Network Control System Analysis and Design" - the source code, with the truetime matlab toolbox, and the " network control system" - Simulation and Analysis of Chapter IX, a book has a certain relationship, can learn, can not correspond exactly.)
    2010-10-14 08:51:14下载
    积分:1
  • lorenz-system-plot
    lorenz系统,这是第一个文件定义lorenz系统(lorenz system plot this is file 1, the lorenz system define)
    2013-07-31 16:13:10下载
    积分:1
  • ooo
    求绝对值,请输入自己想要求得数字,或者想要求得绝对值等等(Absolute value, enter the number they want to seek, or want to obtain absolute values, etc.)
    2011-10-27 01:11:25下载
    积分:1
  • progress-of-BP
    基于MATLAB的BP神经网络人脸朝向识别(Towards the identification of BP neural network based on MATLAB Face)
    2015-03-18 09:08:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载