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

搜索资源列表

  1. ch_8_4_3

    0下载:
  2. 相位编组算法实现纹理边缘的直线检测.用于快速直线提取-Phase Group texture edge detection algorithm to achieve a straight line. For fast line extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1282
    • 提供者:谢秀
  1. outline

    0下载:
  2. 这是一个边缘提取程序,可以检测图像边缘,这是一个边缘提取程序代码,可实现图像的分割提取-This is a program code edge detection and image segmentation to extract can be realized
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1480
    • 提供者:陈振
  1. Marr-Hildreth-edge-detection

    0下载:
  2. Marr-Hildreth edge detection,可用于检测图像中的边缘成分,对图像的特征提取很有用。-Marr-Hildreth edge detection
  3. 所属分类:VTK

    • 发布日期:2017-04-30
    • 文件大小:45414
    • 提供者:王天然
  1. image-detection-algorithm

    0下载:
  2. 国内较新的列车车轮踏面擦伤图像检测算法,采用图像增强、图像分割、目标边缘提取等技术,通过自动搜索边缘获取缺陷径向、轴向、面积尺寸。 -A new image detection algorithm for wheel tread of train wheel in China is adopted, which is based on image enhancement, image segmentation and object edge extraction.
  3. 所属分类:Project Design

    • 发布日期:2017-06-10
    • 文件大小:17394118
    • 提供者:严云坤
  1. Marr

    0下载:
  2. LoG算子实现程序,提取边缘进行检测,里面参数可以改。-LoG operator implementation procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:596
    • 提供者:aaa
  1. Q

    1下载:
  2. 本文以室内、外不同空间的人数统计为背景,研究基于图像的人员计数技术,对某时段内进出摄像机视野中指定区域的人数,或指定区域内在景人数进行统计。主要研究内容有以下几点: (1)人员计数方案论证:本文分析对比了不同人员计数算法,研究分析了基于像素、 基于Hough变换的人员计数算法的优缺点。 (2)基于像素统计的人员计数系统实现:①分别采用近似中值背景模型和高斯混合背景模型提取前景图像;②采用基于HSV颜色空间变换的方法对前景中的阴影进行抑制;③用前景像素数除以人数得到一个人的像素平均值,
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:36449
    • 提供者:rankin
  1. hough

    0下载:
  2. 利用log算子提取边缘再,检测图像中直线并将直线描绘成白色-hough detect for liens
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:44822
    • 提供者:zhangziyuan
  1. EDLinesTest

    2下载:
  2. EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (E
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5152794
    • 提供者:zhanglei
  1. hough

    0下载:
  2. hough变换检测图像直线信息,实现检测图像的直线边缘信息,可以提取出图像的边沿-Hough transform to detect image linear information, to achieve the line edge detection image information, you can extract the edge of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:119615
    • 提供者:zz
  1. log

    0下载:
  2. log算子检测图像边沿信息,实现检测图像的边缘信息,可以提取出图像的边沿-LOG operator to detect image edge information, to detect the edge of the image information, you can extract the edge of the image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-12
    • 文件大小:1001
    • 提供者:zz
  1. Laplasse

    0下载:
  2. 拉普拉斯算子检测图像边沿信息,实现检测图像的边缘信息,可以提取出图像的边沿-Laplasse operator to detect image edge information, to detect the edge of the image information, you can extract the edge of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:118258
    • 提供者:zz
  1. z

    0下载:
  2. 个基于小波变换的边缘提取程序,用matlab实现,速度块可用于图象识别,信号突变检测-Wavelet transform based on edge extraction procedures, using matlab implementation, the speed block can be used for image recognition, signal mutation detection
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-05
    • 文件大小:19543
    • 提供者:zhch2u
  1. edgebox

    0下载:
  2. 提取结构化的边缘特征,然后利用edgebox进行Object Proposals 提取。是ECCV2014的一篇关于目标检测的文章代码《Edge Boxes: Locating Object Proposals from Edges》(Extracting structured edge features, and then using edgebox to extract Object Proposals)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:32542720
    • 提供者:青木华藏
  1. MATLAB

    0下载:
  2. 通过检测算子实现图像的边缘提取,可比较各种边缘提取的效果(MATLAB image edge extraction)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:538624
    • 提供者:774dsfsfd18
  1. MATLAB实用源代码

    2下载:
  2. 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
  3. 所属分类:其他

« 1 2 ... 24 25 26 27 28 29»
搜珍网 www.dssz.com