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

搜索资源列表

  1. codefile

    0下载:
  2. 20多个常用vc++的数字图象处理算法实现。包括二值化变化、反色、直方图均衡、灰度均衡、阈值变换、图像旋转、高斯平滑、边缘检测、hough变换、均值滤波、傅立叶变换、离散余弦变换、canny算子边缘提取、逆滤波和维纳滤波等。-Vc++ in more than 20 commonly used digital image processing algorithms. Including binary change, anti-color, histogram equalization, gray
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3732188
    • 提供者:林涛
  1. ren

    0下载:
  2. 本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作。-The main content of this issue is image preprocessing, it is mainly to get from the camera face images and then proc
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:496438
    • 提供者:文龙
  1. imageprocessing

    0下载:
  2. 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。-Simple image processing, including 256 colors to grayscale, Hough transform, Wal
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3330673
    • 提供者:啊哦
  1. imageimprovement

    0下载:
  2. 图像的增强处理,图像的简单平滑,图像的高斯平滑,图像的中值滤波,拉普拉斯边缘增强,Sobel边缘细化-Image enhancement, image of a simple smoothing, the image of Gaussian smoothing, median filter images, Laplace edge enhancement, Sobel Edge Thinning
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10666737
    • 提供者:hongxiaoxuan
  1. gaussian_smooth_processing

    0下载:
  2. 高斯平滑处理算法的实现,visual c++ 6.0-The algorithm of gaussian smooth processing, visual c++ 6.0
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:166557
    • 提供者:zhuang
  1. IP302_GaussSmooth

    0下载:
  2. 这是一个基于DM642的嵌入式开发系统的高斯平滑实验代码-This is a development system based on DM642 embedded test code for the Gaussian smoothing
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:95074
    • 提供者:chenxuejun
  1. canny

    0下载:
  2. 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1271572
    • 提供者:lx
  1. Gaussian_smoothing_source_image_processing_technol

    0下载:
  2. 图像处理技术高斯平滑源码Gaussian smoothing source image processing technology-Gaussian smoothing source image processing Gaussian smoothing source image processing technology
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:132198
    • 提供者:09op
  1. GaussSmooth

    0下载:
  2. DM642里实现的高斯平滑算法,具有一定的参考价值。-DM642 in realization of the Gaussian smoothing algorithm, with some reference value.
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:551485
    • 提供者:王波
  1. MyDIP

    0下载:
  2. 编制的VC++程序,可以打开选择图像,进行高斯平滑,使图像进行相应变化。-VC++ program compiled, you can open the selected image, for Gaussian smoothing, the image changes accordingly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:40076
    • 提供者:孙洋
  1. GaussFilter

    0下载:
  2. VC++语言实现高斯平滑,可以作为图像处理前期操作,希望对大家有帮助-VC++ language Gaussian smoothing, image processing can be used as pre-operation, we want to help
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2915652
    • 提供者:付莉
  1. a

    0下载:
  2. 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑.-。-simple image processing, including color to grayscale 256, the Hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:272420
    • 提供者:sf
  1. Gaussian-smooth

    0下载:
  2. 用VC++实现的高斯平滑处理,其中包括实例程序和测试图片-VC++ implementation with Gaussian smoothing, which includes sample programs and test images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:211049
    • 提供者:青青
  1. gauss

    0下载:
  2. visual c++ 图像高斯平滑处理程序-visual c image Gaussian smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:123564
    • 提供者:xfwang828
  1. Guass

    0下载:
  2. 图像处理中实现高斯平滑,算法经典。有意者请下载!-Image processing to achieve Gaussian smoothing, the classical algorithm. If interested, please download!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:132660
    • 提供者:丁少伟
  1. canny

    0下载:
  2. Canny 算子 是一个具有滤波、增强和检测的多阶段的优化算子。在进行处理前,Canny 算子先利用高斯平滑滤波器来平滑图像以除去噪声( 即用高斯平滑滤波器与图像作卷积) 。-Canny operator is a filtering, enhancement and optimization of multi-stage detection operator. Before treatment, Canny operator first use Gaussian smoothing fi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2176
    • 提供者:
  1. GDAL_cnu_gis

    0下载:
  2. 基于GDAL开发的遥感图像处理软件(自持多种数据格式,包括bmp、jpg、tif、Erdas,ENVI中的img),功能包括1、图像信息的显示。2、图像的几何变换(放缩、镜像、任意角度旋转)。3、图像的点运算(直方图均衡化、线性变换等)。4、图像的局部运算(模板运算,如高斯平滑等)。-GDAL-based remote sensing image processing software development (self-sustaining multiple data formats, inc
  3. 所属分类:GIS program

    • 发布日期:2017-04-01
    • 文件大小:69501
    • 提供者:小田
  1. IP302_GaussSmooth

    0下载:
  2. DM642开发平台的高斯平滑程序例子,程序可以直接使用.-DM642 development platform Gaussian smoothing process example, the program can be used directly.
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:95242
    • 提供者:chenxuejun
  1. smoothandsharpening

    0下载:
  2. 本程序用于对图像的平滑和锐化,但是只支持灰度为255的图像,对图像做高斯平滑和拉普拉斯锐化-This procedure is used to image smoothing and sharpening, but only supports 255 gray scale image, the image do Gaussian smoothing and Laplacian sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:43182
    • 提供者:胡超凡
  1. GuassFlat

    0下载:
  2. 本程序为MFC程序,实现256色位图的高斯平滑-This program is MFC program, with 256-color bitmap Gaussian smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:131118
    • 提供者:Chen
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 23 »
搜珍网 www.dssz.com