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

搜索资源列表

  1. ImgSegmentShow

    0下载:
  2. 该文件包含了常用的边缘检测算法,同时使用Hough变换进行直线检测。-This file contains the commonly used edge detection algorithms, using Hough transform for line detection。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4971917
    • 提供者:jack
  1. kinds-of-codes-of-image-preprocess

    0下载:
  2. 程序中包含了各种图像预处理的算法,去噪,边缘检测,分割等等,对于图像处理的初学者和科研人员都要很大的实用性-Program includes a variety of image preprocessing algorithms, noise reduction, edge detection, segmentation, etc., for the image processing for beginners and researchers have great practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:352329
    • 提供者:sjx
  1. bianyuanjiangce

    0下载:
  2. 图像处理,边缘检测的算法的vc++程序的源码,-Image processing, edge detection algorithms vc++ program source code,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1809
    • 提供者:bf
  1. Image-processing-source-program

    0下载:
  2. 数字图像处理及实例应用,包括图像的边缘检测,阈值分割算法,文字与非文字区域的划分-And examples of digital image processing applications, including edge detection, threshold segmentation algorithm, text classification with non-text area
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:89121
    • 提供者:陆颖
  1. Color

    0下载:
  2. 使用C#语言实现彩色图像处理对各种算法,包括彩色空间的变换,彩色分量调整,伪彩色处理,直方图均衡化,平滑处理,锐化处理,边缘检测,图像分割等,功能强大,很实用。-Using the C# language on a variety of color image processing algorithms, including color space conversion, color adjustment component, pseudo-color processing, histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:125618
    • 提供者:Andox
  1. edge_detection

    0下载:
  2. 各种边缘检测算子实现,包括sobel,prewitt,robert,marr(loG),canny算子,其中canny算子的实现采用了自己编制的算法-Implementation of various edge detection operators, including sobel, prewitt, robert, marr (loG), canny operator, which canny operator prepared to achieve their own algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:41259
    • 提供者:好时
  1. knife

    0下载:
  2. 对所采样的原始图像进行噪声滤波、边缘检测、特征提取、利用多项差值亚像素算法。-the target image is be processed that it is filtered noise, edge detection and character be got.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:33071
    • 提供者:林琼洁
  1. edge detection

    0下载:
  2. 文件夹包含2幅图片,程序实现对2幅图片的边缘检测,有sobel,robots和laplace算法。并将结果显示出来。
  3. 所属分类:matlab例程

  1. 图像边缘检测

    0下载:
  2. 内涵sobel等多种边缘检测算子算法实现以及hough变换求解空间域,matlab实现
  3. 所属分类:图形图像处理(光照,映射..)

  1. zj_canny.m

    0下载:
  2. 利用传统canny算法进行边缘检测,详细(Edge detection using traditional Canny algorithm in detail)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:脆脆鲨
  1. 基于蚁群算法的图像边缘检测

    0下载:
  2. 基于蚁群算法的图像检测,检测效果很好(Image detection based on ant colony algorithm, the detection effect is very good)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:29696
    • 提供者:小o
  1. C#数字图像处理算法典型

    0下载:
  2. 图像处理的基本算法汇总 , 灰度化 , 点运算 , 几何运算 , 边缘检测 , 平滑去噪 ,图像分割 ,彩色图像处理等 . C#语言编写的图像处理算法集合 .(Image processing of the basic algorithm, summary, grayscale, point calculation, geometric operations, edge detection, smoothing denoising, image segmentation, color image
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:18161664
    • 提供者:无花果周
  1. PA_Features

    0下载:
  2. 详细的canny算子算法进行图像的边缘检测,内附图片检测效果(Detailed Canny operator algorithm for image edge detection, containing the picture detection effect)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:4339712
    • 提供者:ljLJ
  1. edge_ACO

    0下载:
  2. 基于蚁群算法的图像边缘检测,修改图片名称然后导入图片即可使用,亲自调通,保证可用。(Image edge detection based on ant colony algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:猪头娃娃
  1. CANNY

    0下载:
  2. 根据CNNAY算法的4个步骤 1. 用高斯滤波器平滑图像;(图像去噪) 2. 用一阶偏导有限差分计算梯度幅值和方向;(特征增强) 3. 对梯度幅值进行非极大值抑制 ;(边缘检测) 4. 用双阈值算法检测和连接边缘。(形态学处理) 编写的边缘检测程序,简单实用(There are four parts of Canny edge detection: 1. smoothing the image with Gauss filter; (image denoising) 2. c
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:UJSLEMON
  1. robert

    0下载:
  2. 边缘检测利用robert算法进行边缘检测,又很好的参考价值(Edge detection uses Robert algorithm for edge detection, and it has good reference value.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:117760
    • 提供者:ds1024331
  1. canny

    0下载:
  2. Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:6024192
    • 提供者:moon0704
  1. EdgeImage

    0下载:
  2. 数字图像处理算法在DSP上的应用之图像边缘检测,代码中含部分注释(Image edge detection)
  3. 所属分类:DSP编程

    • 发布日期:2018-04-23
    • 文件大小:51200
    • 提供者:粒粒粥
  1. 20-canny边缘检测

    0下载:
  2. 利用canny算法进行边缘检测,寻找图像中的轮廓,并进行后期的处理(Edge detection is done by using Canny algorithm, and the contour is found and processed later.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:5856256
    • 提供者:zz_neuer
  1. 边缘检测算法的一种实现

    0下载:
  2. 自己写的一种查找图像边缘的方法,效果还不错(a way to find the edge of a picture by myself, and it can reach good result)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:471040
    • 提供者:鸡吧大
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com