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

搜索资源列表

  1. ght

    1下载:
  2. 这是一个自己写的广义霍夫变换提取不规则不提边缘的方法,希望大家喜欢-This is a generalized Hough transform to write their own not to mention irregular edge extraction method, hope you like
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:114593
    • 提供者:蒋飞云
  1. 基于matlab的遗传算法程序及基于matlab的小波变换实现图像边缘提取

    6下载:
  2. 基于matlab的遗传算法程序及基于matlab的小波变换实现图像边缘提取
  3. 所属分类:matlab例程

  1. MatlabRidgeDetection

    0下载:
  2. Matlab多种图像边缘检测方法 1、用Prewitt算子检测图像的边缘 2、用不同σ值的LoG算子检测图像的边缘 3、用Canny算子检测图像的边缘 4、图像的阈值分割 5、用水线阈值法分割图像 6、对矩阵进行四叉树分解 7、将图像分为文字和非文字的两个类别 8、形态学梯度检测二值图像的边缘 9、形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-Matlab a variety of image edge detection method 1, u
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8662
    • 提供者:
  1. steger

    3下载:
  2. 使用matlab语言编程的steger图像边缘检测算法,不仅可以检测图像边缘中心,对于图像边的两侧,只要调整好参数也可以达到目标。-Matlab programming language used steger image edge detection algorithm, not only can detect the image edge centers, on both sides of the edge of the image, as long as the adjustment pa
  3. 所属分类:matlab

    • 发布日期:2017-03-15
    • 文件大小:23702
    • 提供者:zh
  1. BilateralFiltering

    2下载:
  2. 对彩色和灰度图像双边滤波 保持边缘并滤除噪声-Of color and grayscale images and to filter out the edge of the bilateral filter to keep noise
  3. 所属分类:Special Effects

    • 发布日期:2015-07-26
    • 文件大小:120527
    • 提供者:
  1. sobel

    1下载:
  2. Sobel算子进行图像边缘检测的DSP实现,其中还附带了实验说明,及其报告,在DSP6713上,打开就可以实现。-sobel dsp6713
  3. 所属分类:其他小程序

    • 发布日期:2013-05-15
    • 文件大小:1097005
    • 提供者:朱清坤
  1. sobel

    0下载:
  2. 简单的java图像处理 实现垂直边缘检测算子 -Java simple image processing to achieve a vertical edge detector
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:672
    • 提供者:liuqing
  1. edgedetect

    0下载:
  2. 自己做的关于边缘检测与边界跟踪的matlab程序-Own on the edge of the boundary detection and tracking procedures matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:112421
    • 提供者:wang
  1. matlab-susan

    4下载:
  2. 图像处理中,一种新的边缘检测,特征点提取方法,算法经过测试,可以运行,对医学图像处理的人有帮助-Image processing, a new edge detection, feature point extraction method, the algorithm has been tested, you can run on the medical image processing to help the people
  3. 所属分类:Graph program

    • 发布日期:2015-04-13
    • 文件大小:23519
    • 提供者:zhaotao
  1. 627

    0下载:
  2. 关于边缘检测各种算法的比较研究,包括roberts,sobel,prewitt,LOG,canny等五种-Edge detection algorithms on the comparative studies, including roberts, sobel, prewitt, LOG, canny and other five
  3. 所属分类:matlab

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

    2下载:
  2. 用vb实现了对图片的读取和显示,并对图像进行高斯平滑,灰度图像直方图的显示。还主要实现了图像轮廓的边缘检测:包括各种算子检测。-Achieved using vb read and display the picture, and Gaussian smoothing the image, gray image histogram. Also outline the main achievement of the image edge detection: including operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:131416
    • 提供者:张拨
  1. gauss_Homomorphic_filter

    0下载:
  2. 高斯高通同态滤波器增强照度不均图像,canny算子边缘检测-gauss high Homomorphic filter enhance non-umiformly illuminated image,Canny edge detector.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:214849
    • 提供者:zjh
  1. trace

    1下载:
  2. 8邻域边缘连接,实现闭合边界跟踪,简单实用-8 neighborhood edge connector, to achieve closure boundary tracking, simple and practical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:702
    • 提供者:赵卓
  1. quexianjc_zong

    2下载:
  2. 这是基于图像处理,用MATLAB编程,对指定的图像进行缺陷检测和边缘提取的程序-This is based on image processing, using MATLAB programming, the images on the specified defect detection and edge extraction procedures
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:598
    • 提供者:周源
  1. Robert

    0下载:
  2. 实现并比较不同梯度边缘检测方法(普通梯度、Robert、Sobel、Prewitt、Laplace、LOG和Canny) -Implementation and compare the different gradient edge detection method (general gradient, Robert, Sobel, Prewitt, Laplace, LOG, and Canny)
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:50513
    • 提供者:印象小七
  1. SIFT

    0下载:
  2. 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The program will combine the SIFT and the edge of image registration is used to make the first detection of the key points with SIFT operator with CANNY edge detection and th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:951
    • 提供者:杨博明
  1. yanwujice

    1下载:
  2. 基于opencv 的烟雾检测能实现图像边缘检测等实时监控-Opencv smoke detection based on image edge detection, to achieve real-time monitoring
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1384085
    • 提供者:联系哦
  1. imageprocessing

    0下载:
  2. 自己编写的基于直方图均衡化以及边缘增强的程序!-I have written based on histogram equalization and edge enhancement procedure!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:708497
    • 提供者:代松
  1. Image-Edge-Detection-Using-Ant-Colony-Optimization

    1下载:
  2. This a demo program of image edge detection using ant colony, based on the paper, "An Ant Colony Optimization Algorithm For Image Edge Detection," 基于蚁群算法的图像边缘检测。IEEE于2008收录的文章.有matlab源程序和“An Ant Colony Optimization Algorithm For Image Edge Detectio
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:306346
    • 提供者:miaosiyi
  1. csharp

    0下载:
  2. c#数字图像处理算法典型实例源码,内部包括图像分割,边缘检测,颜色变换,图像压缩,灰度处理,滤波,平滑等算法实现,非常实用。源码编译、运行正常。-c# typical examples of digital image processing algorithms source code, internal, including image segmentation, edge detection, color conversion, image compression, gray scale p
  3. 所属分类:Graph program

    • 发布日期:2017-06-10
    • 文件大小:17055382
    • 提供者:李欣
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com