搜索资源列表

  1. canny

    0下载:
  2. 该程序在matlab平台上实现了用最佳提取图像边缘的canny算子提取整副图像的边缘象素. 其中利用高斯函数滤除噪声和用高斯算子的一阶微分对图像滤波合并为一个算子,通过形态学算子将两幅图像的边缘进行连接.-The program in matlab platform to achieve the best extraction of the canny edge operator extract the whole image ed
  3. 所属分类:图形图象

    • 发布日期:2024-05-08
    • 文件大小:5120
    • 提供者:秀秀
  1. EMalgorithm

    0下载:
  2. EM算法处理高斯混和模型,是用MATLAB实现的-EM algorithm for Gaussian mixture model of treatment is achieved using MATLAB
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:李晋博
  1. LU

    0下载:
  2. 用MATLAB写的Gaussian Elimination算法即LU算法-Written using MATLAB or LU algorithm Gaussian Elimination Algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:tanchengfeng
  1. FDTDgs2

    0下载:
  2. 高斯脉冲入射条件下的FDTD模拟程序,采用MATLAB编写,具有很好的通用性-Gaussian pulse incident FDTD simulation under the conditions of procedures, the use of MATLAB to prepare, has good versatility
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:hy
  1. gaosixulie_watermark

    0下载:
  2. 由高斯正态分布序列产生 ,经(7,4)汉明编码,得到水印信号。能抵抗压缩 滤波等攻击-Sequence generated by the Gaussian normal distribution, with (7,4) Hamming code, the watermark signal. Resistant to compression filtering attack
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:9216
    • 提供者:zhangyiyi
  1. code

    0下载:
  2. 内有20多种图像处理代码的压缩包,包括付利叶变换,各种滤波,边缘算子,高斯模糊等,很有用哦.-There are more than 20 kinds of image processing code compression packages, including Fourier transform profits, all kinds of filtering, the edge operator, such as Gaussian
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:21504
    • 提供者:matha
  1. gcrf_demo

    0下载:
  2. 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
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-08
    • 文件大小:43008
    • 提供者:代松
  1. adaptive_anisotropic_2D_gaussian_filter

    0下载:
  2. Gaussian filtering in one, two or three dimensions is among the most commonly needed tasks in signal and image processing. Finite impulse response filters in the time domain with Gaussian masks are easy to implemen
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:yangdi
  1. Jacobi

    0下载:
  2. 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 -2. Using Gaussian elimination method and Gaussian eliminati
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-08
    • 文件大小:78848
    • 提供者:吕鹏
  1. gaosi

    0下载:
  2. 图形图像处理,混合高斯图像背景估计&更新-Graphic image processing, mixed-Gaussian background image is estimated
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:Jason
  1. gauss.c

    0下载:
  2. Using Gaussian elimination to solve linear equations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:张琦
  1. gauss2.c

    0下载:
  2. 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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:张琦
  1. TheApplicationResearchofImprovedParticleFilterAlgo

    0下载:
  2. 本文的题目是改进的粒子滤波在组合导航中的应用研究。文档可用caj打开。 本课题首先研究了GPS/DR车载定位系统的组合模型,然后在分析了非线性滤波的基础上,引入了粒子滤波。粒子滤波是一种基于递推计算的序列蒙特卡罗算法,它采用一组从概率密度函数上随机抽取的并附带相关权值的粒子集来逼近后验概率密度,从而不受非线性、非高斯问题的限制。虽然粒子滤波存在诸多优点,然而它仍然存在诸如粒子数匿乏、滤波性能不高、实时性差等问题。-The titl
  3. 所属分类:文件格式

    • 发布日期:2024-05-08
    • 文件大小:5165056
    • 提供者:阳关
  1. gmmMatlab

    0下载:
  2. gaussian mixture modelling in matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:56320
    • 提供者:paul huang
  1. code

    0下载:
  2. 一个遗传算法 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-08
    • 文件大小:4096
    • 提供者:风子
  1. qpsk

    0下载:
  2. 这些压缩文件里面包含了QPSK信号在瑞利信道和加性白高斯噪声信道中的仿真等-These compressed file containing the QPSK signal in the Rayleigh channel additive white Gaussian noise channel simulation, etc.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-08
    • 文件大小:12288
    • 提供者:李彦
  1. gaosilvbo

    0下载:
  2. 本程序用于对位图图象进行去噪处理,采用高斯滤波酸法,开发工具为vc-This procedure used for bitmap images denoising processing, the use of Gaussian filtering acid, development tools for the vc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2931712
    • 提供者:徐凯
  1. Gsfbsjs

    0下载:
  2. 高斯分布随机数源代码,一个很简单实用的程序-Gaussian distribution random number source code, a very simple and practical procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-08
    • 文件大小:5120
    • 提供者:zhanggg
  1. linerequation

    0下载:
  2. 线性方程组 线性方程组高斯消去法求解-Linear Equations Linear Equations Linear Equations Gaussian elimination method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-08
    • 文件大小:436224
    • 提供者:huchaotj
  1. matlabshow

    0下载:
  2. 关于图像的高斯处理的matlab程序,有效的进行高斯模糊-On the Gaussian image matlab processing procedures, the effective conduct of Gaussian blur
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:4096
    • 提供者:chenkaizhi
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org