Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • fromirangaborfilter.rar 基于纹理分析的图像分割用滤波实现,需要先输入参数。%The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes
  • gcrf_demo.zip This MATLAB code is an example of how to train the GCRF model described in "Learning Gaussian Conditional Random Fields for Low-Level Vision" by M.F. Tappen, C. Liu, E.H. Adelson, and W.T. Freeman in CVPR 2007. If you use this code in your research, ...
  • adaptive_anisotropic_2D_gaussian_filter.rar ... . Finite impulse response filters in the time domain with Gaussian masks are easy to implement in either floating or ... . In this paper, a fixed-point implementation of recursive Gaussian filtering is discussed and applied to isotropic and anisotropic ...
  • Jacobi.rar 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n=10 and 100
  • gauss.c.rar Using Gaussian elimination to solve linear equations.
  • gauss2.c.rar Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that arrays in ...
  • gmmMatlab.zip gaussian mixture modelling in matlab
  • BK_Gauss混合高斯背景.rar 本算法基于混合高斯模型编程,采用opencv库,能够运行
  • rjGaussian.rar gaussian algorithm for Bayesian Model Selection
  • DoGfilters.rar DoG(Difference of Gaussian)滤波算子,主要用于边缘特征提取,用于模式识别中的分割预处理。其主要参数为两个高斯函数的方差,针对方差设计可以对不同的图像特征情况下有不同的表现。