搜索资源列表

  1. 滤波算法模拟

    0下载:
  2. 一个不错的自适应滤波演示程序,包括固定带通滤波器和可变带通滤波器的演示.-a good demonstration of adaptive filtering procedures, including band-pass filter fixed and variable bandpass filter demonstration.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1894400
    • 提供者:wyh
  1. fft_source

    0下载:
  2. 内部包含FFT,小波变换,以及各种常用的滤波算法和图像处理算法的C源代码。-internal contains FFT, wavelet transform, and various commonly used filter and image processing algorithm in C source code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:402432
    • 提供者:wangziyu
  1. pf_arithmatics

    0下载:
  2. matlab实现粒子滤波算法,对图像处理,定位,跟踪研究都有借鉴作用!-Matlab achieve particle filter for image processing, positioning and tracking studies have reference!
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:王大众
  1. SVDdenoise

    0下载:
  2. 用SVD算法实现图像滤波去噪处理,提高图像的信噪比。-SVD algorithm using image processing filter to improve image quality.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:李彪
  1. Reinforcement_Image

    0下载:
  2. C语言实现图像增强实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对经典图像——三人模糊图像效果的增强。代码中包含自适应中值滤波、灰度幂次变化、分段线性变换、平滑化处理、高增益滤波等图像增强算法的C语言实现,值得参考。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:58368
    • 提供者:Michael_M
  1. Researchon3DHumanMotionTrackingBasedonProbabilisti

    0下载:
  2. 本文提出了有模型指导的三维人体运动跟踪框架,将一个多关节的圆台形状三维人体模型与多个视频图像中的外轮廓、边界、灰度和肤色特征进行匹配,使人体运动跟踪变成一个状态估计问题。并且,使用基于概率模型的粒子滤波算法来完成非线性、非高斯动态系统的状态估计。 -In this paper, the model has guided three-dimensional human motion tracking fr a mework, will
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:6459392
    • 提供者:阳关
  1. images

    0下载:
  2. matlab图像处理算法,包括中值滤波,平滑滤波,直方图滤波等-matlab image processing algorithms, including the median filter, smoothing filter, Histogram filtering
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:946176
    • 提供者:王明
  1. lubo

    0下载:
  2. 自己编写图像平滑算法:均值滤波和中值滤波,设置不同的均值滤波模板,以得到最好的图像输出结果。-I have written the image smoothing algorithm: mean filter and median filter, mean filter set different templates to get the best image output.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zw
  1. Gabor

    0下载:
  2. 基于改进的Gabor滤波指纹图像增强算法 研究-Gabor filter based on an improved algorithm for fingerprint image enhancement
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:199680
    • 提供者:高彪
  1. pinghuachuli

    0下载:
  2. 对图像进行平滑滤波。包括构建完整的CDib类,以及各种算法下的图像滤波方式。我想这对研究图像的人会有一些帮助吧-Image filtering. Including building a complete CDib category, as well as various image filtering algorithms under way. I think this research will have some images o
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:716800
    • 提供者:victor
  1. image_inhancement

    1下载:
  2. 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MA
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:21504
    • 提供者:panghuanzhi
  1. WeightedMedianFilterAlgorithmforImageProcessing.ra

    0下载:
  2. 提出了一种基于相似度函数的自适应加权中值滤波算法。该方法首先通过噪声检测确定图像中的噪声点,然后 根据窗口内噪声点的个数自适应地调整滤波窗口的尺寸,并根据相似度大小,巧妙地将滤波窗口内各个像素点自适应分 组并赋予相应的权重,最后对检测出的噪声点进行加权中值滤波。计算机模拟实验结果表明:该算法既能有效地滤除噪 声,又能较好地保护图像细节,比标准中值滤波具有更优良的滤波性能。-A similarity function base
  3. 所属分类:其他书籍

    • 发布日期:2024-05-19
    • 文件大小:421888
    • 提供者:陈卿
  1. median_filterCode

    0下载:
  2. 采用快速中指滤波算法实现图像的中值滤波,使用VHDL语言ISE环境-Image Median Filter
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:12288
    • 提供者:若谙
  1. imageWorm

    0下载:
  2. 基于LOG算子的亚象素精度灰度图检测,图像滤波,降分辨率等算法的VC实现。 -LOG-based operator of the sub-pixel precision grayscale detection, image filtering, such as lower-resolution algorithm for the realization of the VC.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:78848
    • 提供者:陈兰
  1. DIP_System

    0下载:
  2. 强大的一款图像处理的源码,包含各种通用的图像处理算法:滤波、图像恢复、形态学变换、图像分割、边缘检测、各种图像编码、小波分解... 热爱图像处理的人一定不要错过。-A powerful image processing source code, including a variety of commonly used image processing algorithms: filtering, image restoration,
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:3077120
    • 提供者:wang gang
  1. im_smooth

    0下载:
  2. 本程序功能为图像平滑的实现,平滑方法包括中值滤波、均值滤波和高斯滤波算法。可直接下载运行。-The program features for the realization of image smoothing。 The smoothing methods include median filtering, average filtering and Gaussian filtering algorithm. This program
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:*
  1. Gaussian_Pyramids

    0下载:
  2. 基于高斯滤波器的图像压缩算法。可以处理真彩图和灰度图,相当实用。-Gaussian filter based on image compression algorithms. Can handle true color pictures and grayscale, quite useful.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:秦关
  1. MSFilter

    0下载:
  2. 用Visual C++实现了用Mean Shift算法进行图像滤波和分割,可以对灰度图像和彩色图像进行处理-Using Visual C++ implementation using Mean Shift algorithm for image filtering and segmentation, can be gray images and color image processing
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:13536256
    • 提供者:zhuyong
  1. SpatialFrequencyDomainImageEnhancement

    0下载:
  2. 灰度变换增强程序 1.灰度变换增强程序 2.直方图灰度变换 3.直方图均衡化程序举例 4.直方图规定化程序举例 1.线性平滑滤波 2.中值滤波器 3. 4邻域8邻域平均滤波算法 1.低通滤波器 2.布特沃斯低通滤波器图像实例-Enhanced gray-scale transformation procedure 1. Enhanced gray-scale transformation
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:291840
    • 提供者:liu
  1. zhongzhilvbo

    0下载:
  2. 通过分析彩色图像滤波的一般方法,提出了一种基于矢量中值滤波的改进算法。该算法融合了线性均值滤波和非线性矢量中值滤波两种方法,大大降低了运算复杂度,同时对脉冲噪声和高斯噪声有好的抑制作用,能有效地保护图像的边缘信息,滤波后不会出现新的颜色。另外本算法的运算复杂度随着滑动窗的增大而缓慢增加,使其能够达到滤波效果和运算复杂度的有效平衡。-By analyzing the general method of color image filter
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:157696
    • 提供者:fdevil
« 1 23 4 5 6 7 8 9 10 ... 49 »

源码中国 www.ymcn.org