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

搜索资源列表

  1. Matlab-filter

    0下载:
  2. 在matlab中,各种图像滤波函数,如中值滤波,高斯滤波,边缘增强等-matlab commonly used in a variety of filter function
  3. 所属分类:其他小程序

    • 发布日期:2017-11-26
    • 文件大小:2048
    • 提供者:杨永敏
  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. gaussian-filter

    0下载:
  2. 在数字图像处理中,对图像通过时域的快速傅立叶变换提取图像边缘的过程中,会出现噪声干扰,提取出一些对图像造成干扰的信息,使得提取效果较差。通过设计一个二维高斯滤波器降低噪声对边缘提取的干扰,从而得到较好的边缘提取效果。-In digital image processing, the image edge extraction process on the image through the fast Fourier transform of the time domain, there will
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:2268092
    • 提供者:韩晶晶
  1. CV2

    1下载:
  2. 利用opencv进行图像特征抽取,包括使用高斯滤波和sobel算子进行边缘提取,使用harris算法进行角点检测,使用hough变换找出图像中最长直线,使用Ranec算法找出图像中直线,Gabor滤波-Using opencv image feature extraction, including the use of Gaussian filtering and Sobel operator edge extraction, Harris algorithm corner detection,
  3. 所属分类:OpenCV

    • 发布日期:2017-01-06
    • 文件大小:3314688
    • 提供者:
  1. Matlab-program-gray-edge-detection

    0下载:
  2. 本文主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提。-This article focuses on how to get the image to extract the boundary information, the first to use to the gray
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:226816
    • 提供者:陈泽奇
  1. MATLAB-sobel-robert

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

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

    0下载:
  2. 对高斯噪声和椒盐噪声图像的中值滤波,均值滤波,拉普拉斯算子检测边缘等-Gaussian noise and salt and pepper noise image median filter, mean filter, Laplacian edge detection, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1135
    • 提供者:
  1. DIPAX

    1下载:
  2. 实用数字图像处理与分析 陈兵旗 课本源码 1.图像读写; 2.几何变换:竖直镜像、水平镜像、对角镜像; 3.空间变换:傅里叶变换、沃尔什变换、离散余弦变换; 4.图像复原:均值滤波、中值滤波、高斯滤波;5.图像增强:二值化、灰度化、直方图均衡化、伪彩色; 6.特征检测:LOG、Robert、Sobel、Prewitte等边缘检测算子;-Practical digital image processing and analysis Bing flag textbook s
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9250674
    • 提供者:王国
  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. cannyProsenfeld

    0下载:
  2. 源代码,可以直接运行,有Canny边缘检测,其中包括高斯滤波,梯度计算,非极大值抑制,边缘跟踪,图像细化包括Rosenfeld和索引表细化,有详细注释. -Including the Gauss filter, gradient calculation, non maxima suppression, edge tracking, image thinning including Rosenfeld and index table refinement, there are detailed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:9160
    • 提供者:ass
  1. sift-based-on-edge-corner

    0下载:
  2. SIFT 由特征提取,特征描述符描述和特征匹配 3 部分构成,该算子特征提取数目庞大,建立特征描述符运算 量高,导致算法效率低。提出了一种 SEC( SIFT-Edge-Corner) 算法,在图像尺度空间提取角点代替 SIFT 特征点,并根 据角点是边缘曲率极值理论,预先采用 Canny 算子得到高斯边缘图像金字塔,再提取角点并进行尺度选择。实验结 果表明: 该算法在保障高准确率的前提下大幅度提高特征提取效率-By the SIFT feature extraction, fea
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:231186
    • 提供者:焦婷
  1. edge

    0下载:
  2. 对图片预处理加入高斯噪声,各种经典边缘检测算子对图像进行边缘提取-Gaussian noise on the image pre-processing, a variety of classic edge detection operator to extract image edge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:40800
    • 提供者:李子君
  1. edge

    0下载:
  2. 使用各种模板,如canny算子,高斯算子sobel算子等各种算子以及小波和金字塔的方法检测图像中的各种边缘-Use a variety of templates, such as canny operator, Gaussian operator sobel operator and other operators as well as various wavelet edge detection methods and the pyramid
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:149611
    • 提供者:ljq
  1. tuxiang-lv-bo

    0下载:
  2. 主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提. 更多还原 -Mainly discuss how to get the picture after extracting its boundary information, the first use of the im
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:330126
    • 提供者:彭成新
  1. tuxianbianyuanfudao2

    0下载:
  2. 主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提.-Mainly discuss how to get the picture after extracting its boundary information, the first use of the image cont
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:563073
    • 提供者:李雷
  1. tuxiangchuli

    0下载:
  2. 可以实现图像的预处理,主要包括灰度化、二值化、边缘检测、高斯去噪、细化、平移和旋转以及分割归一化处理等。-Can achieve image preprocessing, including graying, binarization, edge detection, Gaussian noise removal, thinning, translation and rotation and dividing normalized treatment.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4998830
    • 提供者:任美丽
  1. gaussiansobel

    0下载:
  2. 对图像进行不同程度的高斯加噪,并利用sobel算子进行边缘提取。-Different levels of image noise high-Alaska, and using sobel operator edge extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:49735
    • 提供者:mo
  1. tuxiangchuli

    0下载:
  2. 彩色数字图像边缘检测,高斯滤波、欧式距离、Canny算子、双阈值处理和非极大抑制。-Color digital image edge detection, gaussian filtering, Euclidean distance, Canny operator, double threshold processing and not greatly suppressed.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:5475
    • 提供者:jiajun
  1. canny

    0下载:
  2. 高斯滤波加canny边缘检测源码,用的是CImg图像库,比较易懂-Gaussian filter plus canny edge detection source, using CImg image library, relatively easy to understand
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1831
    • 提供者:gong
  1. Image-processing-source-code

    1下载:
  2. 本软件大致具有以下功能: 1. 打开时显示特效 .无 .随机 .向下扫描 .垂直双重扫描 .向右移动 .水平双重移动 .垂直百叶窗 .水平百叶窗 .垂直栅条 .水平栅条 .马赛克 .雨滴 2. 对图像进行点运算 .灰度直方图 .灰度线性变换 .灰度非线性变换(对数变换) .灰度阈值变换 .灰度均衡 3. 对图像几何变换 .平移变换 .镜像变换 .缩放 .旋转 4. 图像增强 .简单平滑 .
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:12969327
    • 提供者:任朝阳
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com