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

3x3-neighbor-pixel

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

  • PLS_Toolbox21
    MATLAB 偏最小二乘回归的工具箱,全面的偏最小二乘分析(pls matlab)
    2012-03-27 13:51:04下载
    积分:1
  • preconjgrad
    preconjgrad:预处理共轭梯度法求线性方程组Ax=b的解 conjgrad:共轭梯度法求线性方程组Ax=b的解 twostep:两部迭代法求线性方程组Ax=b的解 fastdown:快速下降法求线性方程组Ax=b的解(preconjgrad: preconditioned conjugate gradient method for solving linear equations Ax = b solution conjgrad: conjugate gradient method for solving linear equations Ax = b solution twostep: Two iterative methods for solving linear equations Ax = b, Solution fastdown: rapid descent method for solving linear equations Ax = b solution)
    2011-05-23 09:56:13下载
    积分:1
  • Desktop
    matlab课程编程【谷速软件】最小树 程序源码(Courses matlab software programming speed [Valley] most trees)
    2014-12-30 11:56:44下载
    积分:1
  • angle-incident
    TF/SF for at 2D, square TEz over incident-angle range 0≤φ ≤90
    2013-12-04 21:56:19下载
    积分:1
  • fuzzy
    说明:  这个MATLAB程序为模糊PID控制,模型搭建正确,供大家参考(This matlab program for fuzzy PID control, the model is built correctly, for your reference)
    2019-11-13 12:01:49下载
    积分:1
  • MATLABoftargettracking
    目标跟踪仿真小程序,本程序简单易懂适合初学者学习和参考。(Small target tracking simulation program, the program simple and easy to understand for beginners learning and reference.)
    2015-03-12 09:51:44下载
    积分:1
  • xinyi
    说明:  ·Matlab加扰解扰仿真系统,可以观察加解扰前后信号的时域和频域波形,有助于理解扰码的概念和解扰的过程(scrambling and de-scrambling Matlab simulation system Encryption can be observed around the signals in time domain and frequency domain waveforms scrambler help understand the concept of the process and Descramble)
    2006-05-14 16:42:57下载
    积分:1
  • TurboCode
    It is turbo encoder and decoder qritten for communication module has viterbi
    2009-05-26 20:04:37下载
    积分:1
  • matlab.graphic
    这是简单的一个可以绘制直线的matlab程序。这个程序只能绘制直线,圆等。程序简单,希望大家互相学习探讨。(this is a program about how to draw the line,the circle and so on.I hope we can learn the programe each other. thank you.)
    2012-04-30 18:15:44下载
    积分:1
  • pi4DQPSK
    实现pi/4DQPSK调制,提倡共享。程序说明在程序注释里。(achieve pi/4DQPSK modulation, promote sharing. Description of the procedures for the procedure Notes Lane.)
    2006-06-03 17:56:15下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载