CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - Filter

搜索资源列表

  1. VariableBlur040

    0下载:
  2. Variableblur is a gaussian, binomial or average blur filter with a variable radius
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:71481
    • 提供者:李志強
  1. 对图像进行中值滤波处理的源代码

    0下载:
  2. 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:43854
    • 提供者:123
  1. yuhui

    0下载:
  2. 部分图像识别算法,包括robert因子,laplace算子,轮廓提取,高斯滤波-part of an image recognition algorithm, including robert factor, Laplace operator, contour extraction, Gaussian filter
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:59707
    • 提供者:余晖
  1. DisplacementFilters_src

    0下载:
  2. C#程式語言撰寫的Displacement濾波器,可做flip、水波紋等效果-C# programming language to write the Displacement filter, do flip, water ripple effects like
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:38785
    • 提供者:小明
  1. 77 mexican filter

    0下载:
  2. 做图像处理时用到的7×7的mexican fliter,该模板的效果很不错哦,压缩文件中有效果图。-do image processing when used in the 7 x 7 MEXICAN fliter the template effect quite Oh, compressed files are illustrated.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:7250
    • 提供者:胡伟
  1. impj97-3

    1下载:
  2. 这是泛用型影像处理程式以及原码以c++builder开发 其中功能包含 histogram统计 高.低通波滤镜mask 设定 以及边缘 还有拉普拉斯转换 结果显示-shelf image processing programs and the original code to the development of c builder which includes histogram function of the high statistics. Low-pass-filter mask set
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3969074
    • 提供者:韓小宇
  1. PhotoKing

    0下载:
  2. 多种图象编码 其中包括滤波 边缘检测 频域(缚氏变换 小波变换 DCT变换)变换 信噪比-multiple image coding including edge detection filter frequency domain (Fourier transform tied wavelet transform DCT) Transform SNR
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:369140
    • 提供者:唐盈
  1. 频域滤波

    2下载:
  2. 频域滤波,包括梯形低/高通滤波,理想低/高通滤波,布尔沃什低/高通滤波和指数低/高通滤波等-frequency domain filtering, including the trapezoid low / high pass filters, ideal low / high pass filter, Buerwoshen low / high pass filter and index low / high pass filter, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:292472
    • 提供者:jia
  1. vc图处库

    0下载:
  2. 一个经典的VC图像处理库.包含各种过程处理\\滤镜特效\\及形态学方法.-a classic VC Image Processing Library. Treatment includes various processes \\ filter effects \\ and morphology.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:176268
    • 提供者:周广新
  1. ParticleFilter

    0下载:
  2. 高斯粒子滤波源码
  3. 所属分类:GDI/图象编程

  1. Kalman Filter Program

    0下载:
  2. KalmanFilterProgram
  3. 所属分类:GDI/图象编程

    • 发布日期:2011-04-23
    • 文件大小:122080
    • 提供者:a520jc
  1. openCV图像处理,内含边缘检测

    0下载:
  2. openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
  3. 所属分类:GDI/图象编程

    • 发布日期:2016-01-25
    • 文件大小:1039360
    • 提供者:bodysen
  1. wiener.rar

    1下载:
  2. 维纳滤波处理的c语言实现,可以用于图象恢复,滤波等,Wiener filter c language, can be used to image restoration, filtering, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:1508
    • 提供者:shenwei
  1. medfilt_th

    0下载:
  2. 中值滤波器,可以降低噪音,平滑图像,在图像处理中应用广泛-median filter
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:540
    • 提供者:li xian
  1. WFilter

    0下载:
  2. 小波的低通滤波器和高通滤波器的C++代码实现-Wavelet low-pass filter and high-pass filter C++ code to achieve the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:1360
    • 提供者:qu
  1. Sea_clutter_identification_system

    0下载:
  2. 地海杂波识别系统,包括采集/滤波/解析程序段-Sea clutter identification system, including the capture/filter/parser segment
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:714389
    • 提供者:卢强
  1. ImageProcessing

    0下载:
  2. 自己用GDI+写的自适应中值滤波器 附有exe和图片-Their use GDI+ Write adaptive median filter with exe and pictures
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:632859
    • 提供者:白水
  1. dibimage

    0下载:
  2. 能够以多种方式处理位图文件,包括RGB颜色分离与组合、各种滤镜效果与图像变幻、各颜色分量调整及亮度、对比度、GAMA值调整等,功能强大-To a variety of ways to deal with bitmap files, including RGB color separation and combination of a variety of filter effects and image changes, the color of the weight adjustment an
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-09
    • 文件大小:114251
    • 提供者:
  1. midfilter

    0下载:
  2. 中值滤波,用于图形图像处理,对图像进行平滑,优点是不会出现边界轮廓!-median filter for image processing, image smoothing, the advantage of not arise boundary contour!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-28
    • 文件大小:832
    • 提供者:陈傲
  1. ImaLib2

    0下载:
  2. Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技 术的一些代码,SimplePlayer为一个简单的播放器例子。 Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。 Chapter09:第9章用到的代
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:2059698
    • 提供者:zhomec
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com