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

3x3-neighbor-pixel

于 2014-10-24 发布 文件大小:175KB
0 196
下载积分: 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-Data-fitting
    利用matlab进行数据拟合,有现成代码和案例数据。(Use of matlab for data fitting, have a ready-made code and case data. )
    2012-04-12 16:23:29下载
    积分:1
  • exp9_p291
    使用abc坐标系统转换为dq0坐标系统元件实现abc坐标系统转换为dq0坐标系统。(This block performs the abcto dq0 transformation on a set of three-phase signals.)
    2013-10-15 11:05:35下载
    积分:1
  • Based-on-the-Matlab
    基于MATLAB数据采集系统的设计与实现(Design and Implementation of Data Acquisition System Based on MATLAB)
    2013-04-26 11:01:22下载
    积分:1
  • TDSDKuSARSim
    Simulink TDSD system
    2010-06-04 03:55:16下载
    积分:1
  • mimorayleighZF
    Mimo with Rayleigh channel and Zero Forcing
    2013-12-23 12:26:29下载
    积分:1
  • SpectrumMaskCompare
    这个matlab小程序实现了基于11ac射频协议测试中的频谱掩膜比较(This small program to achieve the matlab based on 11 ac rf spectrum mask comparison of protocol testing )
    2014-02-25 16:48:57下载
    积分:1
  • simiulinkCRC
    simulink s函数,用C写的CRC校验和解校验的程序,原理简单,但是可以用来做学习simulink的好例子。(simulink s function, using C to write the CRC checksum checksum reconciliation procedures, the principle of simple, but can be used to make a good example of learning simulink.)
    2008-01-29 17:39:44下载
    积分:1
  • EM_GM
    % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %( EM algorithm for k multidimensional Gaussian mixture estimation Inputs: X (n, d)- input data, n = number of observations, d = dimension of variable k- maximum number of Gaussian components allowed ltol- percentage of the log likelihood difference between 2 iterations ([] for none) maxiter- maximum number of iteration allowed ([] for none) pflag- 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) Init- structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) Ouputs: W (1, k)- estimated weights of GM M (d, k)- estimated mean vectors of GM V (d, d, k)- estimated covariance matrices of GM L- log likelihood of estimates)
    2008-04-27 15:51:27下载
    积分:1
  • 20
    说明:  RBF(径向基神经网络)用于预测,本文讲解几种RBF神经网络。(RBF (RBF neural network) is used to predict, the paper explains several RBF neural network.)
    2014-12-22 22:29:28下载
    积分:1
  • Random-Forest-Matlab-master
    This toolbox was written for my own education and to give me a chance to explore the models a bit. It is NOT intended for any serious applications and it does not NOT do many of things you would want a mature implementation to do, like leaf pruning. If you wish to use a strong implementation I recommend Scikit Learn / Python. For Matlab I do not really have a recommendation.
    2014-08-15 02:47:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载