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

搜索资源列表

  1. 嵌入水印 (2)

    0下载:
  2. 此系统可以根据量化系数的选择不同而使水印信号的脆弱程度不同。由实验结果显示假如Q=1,当图像受到高斯噪声的攻击时,已经不能通过系统的认证。-system can quantify the different coefficients so fragile watermark signals to different degrees. From the experimental results show that if the Q = 1, when images by Gaussian nois
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2471
    • 提供者:陈伟
  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
    • 文件大小:8093
    • 提供者:欣晨
  1. GAUSS

    0下载:
  2. 图像处理之高斯模糊,较简易方法,共参考,C#-Image processing of the Gaussian blur, a simpler method, a total of reference, C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:3100
    • 提供者:pc
  1. VCgauss

    0下载:
  2. 用VC++实现高斯平滑处理图像,处理图像的类型为bmp -VC++ Gaussian smoothing processing images
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:165573
    • 提供者:duckling
  1. matlab

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

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

    0下载:
  2. C++数字图像处理高斯平滑处理,一个简单的小程序,设和绝大部分人使用与学习-C++ digital image processing, Gaussian smoothing, a simple small program, set up and most people use and learning
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:59532
    • 提供者:lijieren
  1. avito

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:4004713
    • 提供者:张余
  1. av

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:4004608
    • 提供者:张余
  1. mbpp

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complete descr iption of key points.
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:49617
    • 提供者:张余
  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
    • 文件大小:5690121
    • 提供者:黄华楼
  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
    • 文件大小:131346
    • 提供者:
  1. EDGE

    0下载:
  2. 图像处理: 打开图片 可实现边缘检测 基于 模板算子法,高斯算子 canny算子,小波变换,金字塔,灰度形态学 实现边缘检测-Image processing: Open the image edge detection can be realized Edge detection based the template operator method, Gaussian operator canny operator, wavelet transform, pyramid, gr
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:184343
    • 提供者:
  1. smooth

    0下载:
  2. 打开图像,选择一种噪声加载,提供高斯瑞丽指数和椒盐四种噪声,还有多种滤波方法-open image gain noise and smooth it
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:175601
    • 提供者:王展
  1. GdipEffect

    0下载:
  2. 高斯模糊c#源码GDI+1.1还可以针对一副图像获取某种特殊的调色-Gaussian blur c# source
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:649436
    • 提供者:qiushi
搜珍网 www.dssz.com