CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 滤波 vc

搜索资源列表

  1. VC++实现对退化图像的恢复

    1下载:
  2. 采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程,效果不错-Using inverse filtering and wiener filtering to recorver the extinction graph
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:33862
    • 提供者:李杰
  1. VC去除椒盐噪声

    2下载:
  2. 一个去除椒盐噪声的图像处理程序,采用了中值滤波,效果很不错-a noise image-processing program, using a median filter, the effect is very good
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:140133
    • 提供者:林志泉
  1. VC++中值滤波

    0下载:
  2. 数字图像中值滤波:数字图像处理常用算法,具体内容见Readme【《VisualC++/Matlab图像处理与识别案例精选》】。-digital image filtering : digital image processing algorithms used, the specific content [see readme "Visual C + + / Matlab image processing and recognition of selected cases"
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:139948
    • 提供者:陈咚
  1. 利用卡尔曼滤波跟踪一个点

    1下载:
  2. 利用卡尔曼滤波跟踪一个点,VC环境下,用OPENCV编-tracking the use of a Kalman filter, the VC environment, with provision OPENCV
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1815
    • 提供者:张莉
  1. 粒子滤波(VC)

    2下载:
  2. 粒子滤波算法,用VC编写的!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-06-30
    • 文件大小:176883
    • 提供者:tomgis
  1. 中值滤波代码

    2下载:
  2. 用vc写的中值滤波源代码,融合了opencv编程。
  3. 所属分类:源码下载

  1. VC图像处理基本算法示例

    7下载:
  2. 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
  3. 所属分类:绘图程序

    • 发布日期:2012-01-31
    • 文件大小:7927409
    • 提供者:kalekale
  1. VC++ 图像处理

    1下载:
  2. 本程序包含有关图像处理的基本操作,包括灰度变换、直方图、阈值算法、边缘检测、滤波和纹理映射等
  3. 所属分类:源码下载

  1. 在VC下实现FFT对信号滤波

    4下载:
  2. 在VC下实现FFT对信号滤波,包括实现低通和带通滤波,图形显示,In VC to achieve FFT of signal filtering, including the realization of low-pass and band-pass filtering, graphical display
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-17
    • 文件大小:48462
    • 提供者:刘以续
  1. VC

    0下载:
  2. 使用c语言产生均匀分布,高斯分布随机数的方法,使用VC为图片进行添加高斯噪声均匀噪声以及椒盐噪声,并且采用a修正的均值滤波和自适应中值滤波进行除噪-Used to produce uniform distribution of c language, method of Gaussian random numbers, use the VC to add a picture uniform noise, Gaussian noise and salt and pepper noise, and
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:30343089
    • 提供者:吴勇
  1. singletracking

    2下载:
  2. 在VC++平台上实现的非线性滤波算法,包括卡尔曼滤波,扩展卡尔曼滤波和无迹卡尔曼滤波。-In VC++ platform to achieve the nonlinear filtering algorithms, including Kalman filtering, extended Kalman filter and unscented Kalman filter.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2013-08-14
    • 文件大小:7036
    • 提供者:asd
  1. Kalman

    0下载:
  2. 卡尔曼滤波的实现,主要用于实现跟踪。 用户端需要输入观测点序列。-The realization of Kalman filter, mainly used for tracking.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:332775
    • 提供者:LiuWei
  1. kalman

    1下载:
  2. 这是卡尔曼滤波算法用在数据融合中的程序实现,还包含了数据读入模块,在windows vc++ 6.0环境下测试没有问题,对于用卡尔曼做数据融合研究非常有帮助-This is the Kalman filter algorithm used in data fusion procedure to achieve, but also contains the data read into the module, in the windows vc++ 6.0 test environment the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:63171
    • 提供者:彭德品
  1. kal(VC++)

    1下载:
  2. 用vc来写的卡尔曼滤波程序实现了车辆惯性导航系统的卡尔曼滤波,包括定位结算,姿态校正,速度校正等-Vc to write with Kalman filtering process to achieve a vehicle inertial navigation system of the Kalman filter, including the positioning settlement, posture correction, the speed of correction
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:8506
    • 提供者:kysuli
  1. medianfitering

    0下载:
  2. 对图像进行中值滤波的程序,vc++编写,很好使用-median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:13256
    • 提供者:wen
  1. vc_showdib

    0下载:
  2. VC进行数字图像处理,中值滤波,图像锐化,图像平滑,直方图均衡- DIP
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:274285
    • 提供者:wangjian
  1. VC--kalman-fiter--contian-.exe

    0下载:
  2. 用c++实现卡尔曼滤波 VC 里面包含可执行文件,点击就可以看到经过滤波的图像 -c++ kalman filter VC contain .exe docment by clicking them you can see the result
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1753630
    • 提供者:jay
  1. 图像频谱分析和滤波

    0下载:
  2. 对含有噪声的图像进行频谱分析,通过滤波去除随机噪声,通过中值滤波去除椒盐噪声(Spectral analysis of the noisy images removes random noise by filtering and removes salt and pepper noise through median filtering)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:10804224
    • 提供者:Enid_abrb
  1. VC++实现对退化图像的恢复

    0下载:
  2. 本文档以VC++ 6.0为编程工具,讲述了采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程(This document takes VC++ 6 as a programming tool, and describes the process of recovering degraded images from two image restoration algorithms using inverse filtering and Wiener filtering.)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-03
    • 文件大小:33792
    • 提供者:淞仔
  1. 维纳滤波处理

    1下载:
  2. Visual c++数字图像处理维纳滤波处理算法源码(Visual c ++ digital image processing Wiener filter processing algorithm source code)
  3. 所属分类:图形图像处理

    • 发布日期:2020-11-27
    • 文件大小:2048
    • 提供者:康46222
« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com