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

3x3-neighbor-pixel

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

  • chapter92
    阵列信号中线形天线阵的波达方向估计,应用MUSIC和Capon方法(Linear array antenna array signal DOA estimation, the application of MUSIC and Capon methods)
    2007-12-01 17:26:27下载
    积分:1
  • Kmean_cluster
    说明:  进行基于最大最小方法和K均值结合的分类方法 并画出具体的分类情况,对二维数组具有鲁棒性。(Based on max-min method and combination of K-means classification method and draw a specific classification of two-dimensional array with robustness.)
    2008-12-05 11:22:05下载
    积分:1
  • PCDMIS
    PCDMIS电极检测方案,可以自动搜寻基准12个点的位置,并计算出电极坐标(PCDMIS electrode detection scheme that can automatically search for the location of the base 12 points and calculate the coordinates of the electrodes)
    2014-11-25 23:03:52下载
    积分:1
  • DPLL
    说明:  数字锁相环DPLL实例程序,帮助理解PLL的结构和详细原理(DPLL DPLL examples of procedures to help understand the structure and PLL detailed Principle)
    2005-10-05 14:13:30下载
    积分:1
  • math
    关于Matlab中数值微分与数值积分的数学实验(Numerical integration and Numerical differential)
    2010-06-23 10:24:39下载
    积分:1
  • examples
    《结构分析的有限元法与MATLAB程序设计》所附程序(" Structural Analysis of the finite element method and MATLAB programming," the attached process)
    2010-07-16 09:36:25下载
    积分:1
  • spectralsubtraction
    基于matlab的谱减法仿真。一个本科生做的毕业设计。。。(Matlab simulation based on spectral subtraction. Undergraduates to do a graduation project. . .)
    2010-08-31 13:11:52下载
    积分:1
  • lagrangepoly
    lagrage polynomial calculation for numaric computation.
    2015-01-23 01:38:50下载
    积分:1
  • ofdmtransmitter
    OFDM通信系统发射端的simulink仿真(OFDM communication system of the transmitter simulink simulation)
    2009-05-22 14:58:58下载
    积分:1
  • hecheng
    设关系A是从集合X={1,2,….,n}到集合Y={1,2,…..,m}的二元关系,而关系B是从集合Y到集合Z={1,2,….,p}的二元关系,求A与B的合成关系C。(A relationship is established from the set X = (1,2, ...., N) to the collection Y = (1,2, ... .., m) of binary relations, the relationship B is from a collection of Y to the set Z = ( 1,2, ...., p) of the binary relation, find the relationship between A and B, synthesis of C.)
    2009-12-23 13:13:00下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载