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

搜索资源列表

  1. imageedge

    0下载:
  2. 在VC和OPENCV下编写的图像边缘检测的基本算法,对初学者很有帮助-image edge
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:2041217
    • 提供者:刘畅
  1. solition4

    0下载:
  2. 在matlab环境下,用开你算子获取图像边缘,再用hough变换修正的m文件-In the matlab environment, with open access to the image edge of your operator, and then m-file hough transform revised
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:590
    • 提供者:叶冬裔
  1. wbalance

    3下载:
  2. Matlab程序,实现了一种新的色彩白平衡算法。 针对物体在有色光源照射下呈现偏色的现象,提出一种改进的LoG边缘自动白平衡算法。该算法在YCbCr空间的Cb和Cr分量上同时利用LoG算子提取边缘,利用LoG边缘具有零交叉特性直接得到边缘两侧的像素。为了避免占主导的彩色纹理造成干扰,利用白色区域的偏色信息进行边缘抑制。利用得到彩色边缘对原图的偏色进行有效的估计,最后计算三颜色通道的增益并进行白平衡。对大量图片进行了实验,结果表明该算法对不同色光照射下的图像均能很好地进行白平衡,同时与多种白平衡算
  3. 所属分类:matlab例程

    • 发布日期:2013-07-18
    • 文件大小:705
    • 提供者:pika
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. MRIbianyuan

    1下载:
  2. 小波变换模极大值用于MRI图像的边缘检测以及特征值提取-Wavelet transform modulus maxima for the MRI images and the Feature Extraction of Edge Detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1215
    • 提供者:陈羿辰
  1. Ban-denoising

    3下载:
  2. 本代码是基于Bandelet的硬阈值SAR图像去噪,结果与小波变换进行对比,结果表示其在峰值信噪比,边缘保持系数上均有一定的提高。压缩包中有程序和SAR图像。-This code is based on Bandelet SAR image denoising with a hard threshold .the results were compared with the wavelet transform, and the results indicated that in the peak
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:270465
    • 提供者:周宇
  1. EdgeContour

    0下载:
  2. 关于图像处理方面的几个处理图像边缘轮廓的几种算法-With regard to image processing several edges of several image processing algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2136450
    • 提供者:韩伟
  1. processing

    0下载:
  2. 利用Matlab实现不同算子下进行图像边缘检测及边缘提取算法源码-Image Edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:12137
    • 提供者:LFZ
  1. Edgedetect

    0下载:
  2. 实现图像边缘检测的程序,算子分别为Robert Sobel Prewitt.-Achieve the image edge detection procedure, operator, respectively Robert Sobel Prewitt.
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3972381
    • 提供者:liya
  1. canny

    0下载:
  2. canny算法,图像边缘提取,常用图像处理算法-canny algorithm for image edge extraction, image processing algorithm used
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:9511
    • 提供者:God
  1. process_can

    0下载:
  2. canny算法,图像边缘提取,常用图像处理算法-canny algorithm for image edge extraction, image processing algorithm used
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9517
    • 提供者:God
  1. imagesegmentation

    0下载:
  2. 1.边缘检测,分别用Sobel, Laplacian-Gaussian 方法对一幅灰度图像进行边缘提 取,并给出对比结果; 2.灰度阈值分割:利用双峰法对一幅灰度图像进行灰度分割处理。-1. Edge detection, respectively Sobel, Laplacian-Gaussian methods on a gray-scale image edge extraction, and gives comparative results 2. Gray threshold
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:75697
    • 提供者:紫瓶
  1. appendix

    0下载:
  2. c++语言开发的用于图像处理的28个经典的图像处理函数源代码,包括直方图,旋转,边缘检测等-c++ function for image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3730696
    • 提供者:项喻
  1. picture

    0下载:
  2. 数字图像处理,读取,直方图,边缘检测,C++编写的-cool,simple code
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:979233
    • 提供者:第三方
  1. tuxaingbianyuan

    0下载:
  2. 利用梯度求取图像边缘,可以看看他的算法,利用一下。-To strike the edge gradient image, you can look at his algorithm, using what.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:22125
    • 提供者:孙伟
  1. bondtection

    0下载:
  2. 在matlab平台下,进行图像边缘提取的简单程序,改程序简单易懂,且实用性强,适合初学者。-In the matlab platform to carry out a simple image edge extraction process, to change procedures are simple and easy to understand, and practical, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:564
    • 提供者:CXChou
  1. EdgeContour

    0下载:
  2. 这个程序主要是用来实现图像边缘检测、提取及轮廓跟踪,效果很不错-This procedure is mainly used to achieve image edge detection, contour extraction and tracking, the effect is very good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:436711
    • 提供者:llwxs
  1. szelski_20080330am_draft

    0下载:
  2. 基于机器视觉的图像边缘分割,很详细的英文介绍-Image edge based on machine vision segmentation, a very detailed introduction in English
  3. 所属分类:File Formats

    • 发布日期:2017-05-19
    • 文件大小:5148534
    • 提供者:高雪
  1. image_processing

    0下载:
  2. 多种图像边缘检测与分割处理matlab源码-image edge detection and splitting processes, in Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:42555
    • 提供者:danny
  1. LAB5

    0下载:
  2. 检测钻石图像的边缘,并尝试这种边缘检测可以在加噪程度最多为多少时依然可行。-Diamond image edge detection and edge detection can try this add up to much when the noise level is still feasible.
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:2397
    • 提供者:chang
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com