CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 高斯平滑

搜索资源列表

  1. guass

    0下载:
  2. 高斯平滑滤波的matlab程序,对于初学者很有帮助-Gaussian smoothing filter matlab program, useful for beginners
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-10
    • 文件大小:231958
    • 提供者:zhouhengjun
  1. face

    0下载:
  2. 本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率。-This software is mainly used in image processing technology: lig
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-14
    • 文件大小:1313267
    • 提供者:牛满
  1. 3

    0下载:
  2. opencv1.0版本下利用滑动条进行图像的高斯平滑滤波,包含有彩色图像和转换的灰度图像,高斯模板可以由滑动条设置。-opencv1.0 version slider for image Gaussian smoothing filter contains a grayscale image of the color image and converting Gaussian template can be set by the slider.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:743
    • 提供者:高书勤
  1. Chapter09

    0下载:
  2. 在vc编程环境下,开发的mfc界面,实现图像的点运算,几何变化以及相应的图像增强:简单平滑,高斯平滑,中值滤波,边缘锐化。-Vc programming environment developed mfc interface, image point operations, geometry changes and the corresponding image enhancement: Simple and smooth, Gaussian smoothing, median filterin
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:373860
    • 提供者:ssmh
  1. PhotoViewer

    0下载:
  2. BMP格式图像浏览、灰度化、均衡化、简单平滑、高斯平滑、中值滤波、拉普拉斯锐化、领域分析、直方图-BMP format images browsing, graying, equalization, simple and smooth, Gaussian smoothing, median filter, Laplacian sharpening, field analysis, histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:6209775
    • 提供者:王振超
  1. gaosipinghuachuli

    0下载:
  2. 这是一个简单的程序,主要针对高斯平滑处理图像-This is a simple program, focused Gaussian smoothing processing images
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:201080
    • 提供者:武兴华
  1. MATLAB-sobel-robert

    0下载:
  2. 关于sobel算子和robert算子对图像的边缘进行检测,其中有用到高斯平滑滤波模板-Edge detection operator
  3. 所属分类:Special Effects

    • 发布日期:2017-11-02
    • 文件大小:14017
    • 提供者:Stone
  1. face

    0下载:
  2. 基于C#编写的人脸识别系统,首先进行人脸图片的预处理,包括:标记人脸区域,光照补偿,灰度化,高斯平滑,直方图均衡化处理,对比度增强,二值化变换,去除孤立点等操作,然后标记人脸特征点,提取特征信息,与数据库中信息比较进行识别-Written in C#-based face recognition system, the first face image preprocessing, including: labeled human face region, illumination compe
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:5063264
    • 提供者:王华伟
  1. face-recognition

    0下载:
  2. 在VC6.0环境下,基于五官特征的人脸识别源代码,人脸检测,高斯平滑处理-VC6.0 environment, source code based on facial features face recognition, face detection, Gaussian smoothing
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:223791
    • 提供者:阳阳
  1. lapulasDlg

    0下载:
  2. 主要涉及的是图像处理方面的应用,包括中值滤波,高斯平滑等图像处理的代码-Mainly related to image processing applications, including filtering, Gaussian smoothing and other image processing code
  3. 所属分类:Document

    • 发布日期:2017-11-17
    • 文件大小:18589
    • 提供者:陈王欢
  1. gauss

    0下载:
  2. 图像处理相关算法C++源码\数字图象处理VC原码\高斯平滑-Image processing related algorithms C++ source \ digital image processing VC original code \ Gaussian smoothing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-14
    • 文件大小:306289
    • 提供者:文字
  1. Guass

    0下载:
  2. 本程序功能是是对灰度图像进行高斯平滑处理-The program features yes yes right Gaussian smoothing gray image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:154350
    • 提供者:梅晶
  1. Gaussian-

    0下载:
  2. 基于visual C++ 6.0 用MFC编写的高斯平滑滤波程序,文件中包含测试图像-software of Gaussian smoothing filter based on MFC.The file includes the test image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3742759
    • 提供者:wave
  1. SCGH

    0下载:
  2. Sobel算子边缘检测算法,差影法,高斯平滑处理 ,灰度均衡四种图像处理算法,很好的,特别对图像处理-Sobel operator edge detection algorithm, subtraction method, Gaussian smoothing, gray balance four kinds of image processing algorithms, very good, especially for image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:524676
    • 提供者:小鲵
  1. Harris

    0下载:
  2. 角点检测算法:先进行图像滤波,然后高斯平滑去除噪声,计算角点量,局部最大值拟制,最终确定角点。-Corner detection algorithm: first, image filtering, Gaussian smoothing to remove noise and then calculate the amount of corners, the local maximum fiction, ultimately determine the corner.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:3675
    • 提供者:张会林
  1. canny

    0下载:
  2. 数字图像处理中的的Canny算法,其中包括高斯平滑,非极大值抑制算法,区域填充和边界跟踪算法!-Canny edge Detection!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3969449
    • 提供者:yks
  1. Gaussian_smooth

    0下载:
  2. 这是关于高斯平滑的源代码,其中包含了测试图片,可以好好学习高斯平滑-This is about the Gaussian smoothing of the source code, which contains the test images, can be a good learning Gaussian smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:123783
    • 提供者:晶晶
  1. imsmooth

    0下载:
  2. 实现高斯平滑,Matlab地实现,方便快捷,需要参数:图像I,尺度参数Sigma-Realize Gaussian smoothing, Matlab to realize, convenient and the need for parameters: the image I, scale parameter Sigma
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1694
    • 提供者:edstim
  1. Gaussian-smoothing

    0下载:
  2. 高斯平滑,高斯平滑对高对比度图像的平滑效果较低,在离散噪声的消除方面,高斯平滑的效果并不理想。 -Gaussian smoothing, Gaussian smoothing on the high-contrast image smoothing effect is low, in terms of discrete noise cancellation, Gaussian smoothing effect is not ideal.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:15681789
    • 提供者:杨鹏杰
  1. contourSmotth

    0下载:
  2. 对二值区域的轮廓进行高斯平滑,可以控制尺度因子进行不同尺度平滑-Binary contour area Gaussian smoothing, scaling factors can be controlled at different scales smooth
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:517
    • 提供者:郑馨
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 23 »
搜珍网 www.dssz.com