CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 图像滤波

搜索资源列表

  1. imagedisposal

    0下载:
  2. 数字图像处理,包括灰度转换,正交变换,图像平滑,中值滤波,图像分析,图像复原等-digital image processing, including gray-scale conversion, orthogonal transform, image smoothing, median filtering, image analysis, image recovery, etc.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:353.2kb
    • 提供者:严蓉
  1. cremi

    0下载:
  2. 这个软件可以实现一些图像处理:中值滤波,二值化处理,图像增强,灰度图等图像处理功能-the software can achieve some image processing : median filter, two-value processing, image enhancement, grayscale image processing functions such as
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:38.28kb
    • 提供者:
  1. 图像增强(空域、频域、锐化等)

    1下载:
  2. 该程序是用c#语言编写的代码,实现了图像增强的基本操作,包括直方图修正、边缘提取、滤波等操作。
  3. 所属分类:C#编程

    • 发布日期:2011-02-25
    • 文件大小:411.83kb
    • 提供者:cvj157
  1. harry-corner-detection

    0下载:
  2. harry角点检测c++源代码,利用差分算子对图像进行滤波,对Ix2/Iy2/Ixy进行高斯平滑,以去除噪声,计算角点量,进行局部非极大值抑制以获得最终角点-harry corner detection c++ source code, the use of differential operators on image filtering, Gaussian smoothing of Ix2/Iy2/Ixy to remove noise, calculate the amount of co
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:7.9kb
    • 提供者:欣晨
  1. Image-Processing-Lab[1]

    0下载:
  2. C#实现图像中值滤波、自适应平滑、保守光滑处理的源码,供大家参考-C# realize image median filtering, adaptive smoothing, Conservative smoothing the source for your information
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1.8mb
    • 提供者:黄路遥
  1. ID

    0下载:
  2. C#做的图像处理的一般工具,可以对图像进行反色,放大缩小,滤波等处理-C# to do deal with the general image of the instrument can be an anti-color image, zoom, filter, such as treatment
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:82.79kb
    • 提供者:
  1. program

    0下载:
  2. 图像处理功能大全,去噪,滤波,腐蚀,旋转等。-Image process source codes.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:968.65kb
    • 提供者:wyl
  1. bmp

    0下载:
  2. visual c++处理图像的一些基本算法,包括阈值分割,中值滤波等-visual c++ image processing ah some of the basic algorithms include thresholding, median filtering, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2.05mb
    • 提供者:duckling
  1. matlab

    0下载:
  2. matlab 图像锐化 图像增强 高通滤波 巴特沃斯-image enhancement matlab image sharpening high-pass filter 波巴特沃斯
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:43.67kb
    • 提供者:杜鹏菲
  1. ERZHI

    0下载:
  2. 识别车牌图像,二值化 还有很多算法的实现,阈值的分割,中值滤波,OTSU算法,定位用的是遍历匹配算法-ER ZHI HUA TU XIANG YONG YU CHE PAI SHI BIE,THE SITUITION IS VC++ 6.0,YOU CAN DOWNLOAD IT FIRST,MAY BE IT IS USEFUL FOR YOU.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:3.36kb
    • 提供者:同同
  1. efdds

    0下载:
  2. 图像线性滤波、热传导方程滤波、Gabor图像锐化和动态边界算法-Image filtering, heat conduction equation filter, Gabor image sharpening algorithms and dynamic boundary
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:7.73kb
    • 提供者:叶鸿
  1. wills

    0下载:
  2. wills滤波,是图像处理里面比较重要的一部分,比较实用-wills filtering, image processing which is part of the more important, more practical
  3. 所属分类:CSharp

    • 发布日期:2017-06-09
    • 文件大小:15.76mb
    • 提供者:豁辉
  1. frequency

    0下载:
  2. 幅度图像 相位图像 成分滤波 方位滤波-Amplitude image orientation phase image composition filter filter
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:111.81kb
    • 提供者:万水
  1. tt

    0下载:
  2. VC6.0写的MFC程序,主要功能: 1.打开BMP格式灰度图像,按BMP格式一点一点读; 2.显示灰度图像的直方图,可以在直方图上选择阈值进行二值化,可以直方图均衡化; 3.可以保存处理后的图片; 4.灰度位图的几何变换:平移变换、旋转变换、缩放变换; 5.灰度位图的噪声抑制:“中值滤波”的模板大小采用3*3与5*5分别实现、“均值滤波”的模板大小为3*3,实现“算术平均(H0)”和“加权平均(H1、H3)”、实现高斯滤波(H2);
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:5.43mb
    • 提供者:黄华楼
  1. SMOOTH

    0下载:
  2. 图像处理: 打开任意的图片,能够对其实现各种滤波 例如: 加噪声模型,高斯滤波,灰度形态学滤波,均值和中值滤波 还有小波变换。 笔者已经调通 支持VS 2008 2010-Image processing: Be able to open any image and achieve a variety of filtering Example: plus noise model, Gaussian filtering, grayscale morphological filt
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:128.27kb
    • 提供者:
  1. C滤波

    0下载:
  2. C滤波,很好的图片处理效果,适合初学者的简单应用
  3. 所属分类:C#编程

    • 发布日期:2013-03-26
    • 文件大小:19.21kb
    • 提供者:liuwenqiang111
  1. SmoothAndSharpen

    0下载:
  2. 图像平滑与锐化,包括邻域平均法、中值滤波法平滑,梯度掩模、拉氏算子锐化-Image smoothing and sharpening, including neighborhood average, median filtering method smooth gradient mask, Laplace operator sharpening
  3. 所属分类:CSharp

    • 发布日期:2017-12-02
    • 文件大小:208.36kb
    • 提供者:曾勇
  1. picture

    0下载:
  2. 图像处理,灰度化,二值化,中值滤波,大津法,-Image processing, gray, binarization, median filtering, Otsu,
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:55.53kb
    • 提供者:杨光
  1. 111111

    0下载:
  2. VC++编程的快速傅里叶变换的代码 可用于实现图像滤波等处理-Code VC++ programming fast Fourier transform can be used to realize image processing such as filtering
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2.46kb
    • 提供者:茉莉
  1. ImageProcessing

    0下载:
  2. 灰度映射,直方图,图像平滑(均值滤波、中值滤波),图像锐化(Gray level mapping, histogram, image smoothing (mean filtering, median filtering), image sharpening)
  3. 所属分类:C#编程

    • 发布日期:2018-01-02
    • 文件大小:103kb
    • 提供者:胡和胡
« 12 »
搜珍网 www.dssz.com