CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 有源滤波

搜索资源列表

  1. diblook

    0下载:
  2. 这个程序对图像处理中的一些几何变换,滤波,空域时域变换都有源码,是个很好的程序,希望对大家有用 !
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:46453
    • 提供者:石悦
  1. particle+filter+source+program

    1下载:
  2. 用matlab进行粒子滤波算法的源码,希望对大家有帮助了。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:58449
    • 提供者:李永彪
  1. LicensePlate.rar

    2下载:
  2. Visual C++写的车牌自动识别系统(只完成到车牌定位提取一步,字符的识别没有完成,大家有兴趣可以自己完成),功能包括前期图像处理的各种操作,支持各种颜色的bmp图片,二值化、边缘检测、滤波、平滑、直方图处理等等,测试图片也打包进源码了,Visual C++ Written Automatic Vehicle Identification System (only one step to extract license plate location, character identifica
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-09-16
    • 文件大小:1909782
    • 提供者:wuyiliang
  1. track

    0下载:
  2. 粒子滤波器源码。实现了一个基于色度空间的跟踪,并有参考的例子。注意需要GNU GSL库支持-Particle filter source. The realization of a color space based on the tracking and reference examples. Attention to the need to support the GNU GSL library
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9738886
    • 提供者:chen
  1. imageprocessing

    0下载:
  2. 主要内容彩色256色转灰度图,hough变换,walsh变换,对比度拉伸,反色,图像的傅立叶变换,高斯平滑,均值滤波,各种锐化方法,图像的缩放、细化、旋转,边缘提取,内附各种图片,vc++源码,对初学图象者很有帮助,强烈推荐,图象处理-The main contents of 256 colors to grayscale color, hough transform, walsh transform, contrast stretching, anti-color, images of Fou
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:5584001
    • 提供者:吴海峰
  1. buckboostpfc

    1下载:
  2. buck-boost电路的无源滤波仿真,有单周期控制模块和BUCK-BOOST电路模块组成-buck-boost circuit of the passive filter simulation, there is single-cycle control module and BUCK-BOOST circuit modules
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6651
    • 提供者:小新
  1. DIP

    0下载:
  2. 中值滤波源码;希望对学习中值滤波的程序员有帮助;共同学习共同进步;-Median filter source wish to study median filter has to help the programmer common study common progress
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:159077
    • 提供者:lisi
  1. demo_rbpf_gauss

    0下载:
  2. 粒子滤波一个小演示源码,比较好用,有需要的赶紧下吧-Particle filter a small demo source code, compare easy to use, there is need to hasten the next bar
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:8850
    • 提供者:张明
  1. Gaussian

    1下载:
  2. 一个很好的高斯滤波器源码,对图片进行高斯滤波,有简易操作的界面,内含测试图像,在visual C++下调试成功。-A good source of Gaussian filter, Gaussian filter of pictures, there are easy to operate interface that includes test images, the visual C++ to debug successfully.
  3. 所属分类:Special Effects

    • 发布日期:2015-10-15
    • 文件大小:840249
    • 提供者:lilian
  1. kalam

    0下载:
  2. 卡尔曼滤波,对于视频监控的目标检测与跟踪很有帮助,matlab程序源码-Kalman filter target detection and tracking is helpful for video surveillance, matlab program source
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:2375
    • 提供者:刘珊娜
  1. digital-photoes-passfilter

    0下载:
  2. 这是我研一的课程程序,包含低通、高通、带通、带阻滤波,用于数字图像处理领域。参考图像源选取的lena,希望有需要的童鞋,自行下载!-This is what I study a course program includes a low pass, high pass, band pass, band stop filter for digital image processing. Reference image source selected lena, I hope there is a
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:649724
    • 提供者:杨建
  1. RGBimageProcessing

    0下载:
  2. 这个代码用VC6.0开发而成,控制台运行,是我在数字图像处理实验课上的拙作,图像源文件和目的文件是.raw原始图像格式。实现3×3模板下的图像中值滤波,修改成其他模板大小也非常方便。包含有源码,示例图像,实验结果演-This code with VC6.0 developed with the console running in digital image processing experiments class of an apology, image source file and des
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3929142
    • 提供者:孙晓
  1. de-noising_filter_edge_detection

    0下载:
  2. 通过matlab实现图像去噪、滤波、锐化、边缘检测功能,源码呈现,已测试百分百运行成功,内有详细注释,方便学习- Implemented by matlab image de-noising, filtering, sharpening, edge detection, the source presentation, have been tested to run a hundred percent success, with detailed notes, easy to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7327
    • 提供者:惠振阳
  1. 05888299adaptivemefilter

    0下载:
  2. 图像中值滤波的C++实现源码,易于实现,大家可自行学习,并且有注释,完全的实现 可运行-Image median filtering C++ achieve source, easy to implement, we can learn on their own, and there is a note, you can run the full realization
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:723005
    • 提供者:吕洋
  1. vspline.tar

    0下载:
  2. 这是一个关于图像重建方面滤波的源码,里面有详细的说明,下载最开始的时候阅读README文件,可以在里面找到你想要的程序。 -This is a source filter on image reconstruction, which has detailed instructions, download the very beginning, when read the README file, you can find what you want the program inside.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:117778
    • 提供者:medal
  1. Vc6_Image

    2下载:
  2. VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
  3. 所属分类:图形图像处理

    • 发布日期:2019-10-04
    • 文件大小:15010816
    • 提供者:jhanker
搜珍网 www.dssz.com