CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - sobel算法

搜索资源列表

  1. edge_detection

    0下载:
  2. sobel边缘检测及拉普拉斯边缘检测算法的matlab实现。-edge detection and segmentation Laplace edge detection algorithm to achieve the Matlab.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:62.2kb
    • 提供者:xinxin
  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
    • 文件大小:3.3kb
    • 提供者:李甜甜
  1. Track

    0下载:
  2. track算法 简单实用 易于掌握 适合初学者-sobel algorithm is practical and easy to master for beginners
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.32kb
    • 提供者:nwjnwj
  1. zhu7

    0下载:
  2. 本程序用通过归一化的方法来实现sobe1算法,是sobel的边缘检测算法的具体实现。-The procedure used by one of the method to implement sobe1 algorithm is sobel the edge of the realization of the detection algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:685byte
    • 提供者:
  1. Edge-Detection-and-Segmentation

    0下载:
  2. 使用MATLAB编程实现图形边缘检测的算法,edge里边缘检测算法的实现-sobel、hough等-Graphics programming using MATLAB edge detection algorithm, edge in the edge detection algorithm implementation-sobel, hough, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:5.76kb
    • 提供者:dragon
  1. Sobel

    0下载:
  2. 摘要:本算法是在经典 Sobel算子基础上 ,结合汽车本身的实际情况 ,增加了 6个方向模板 ,同时利用基于 L范数的各同性扩散去噪模型消除噪声 ,最终得出汽车轮廓图。仿真结果表明:该算法对汽车图像的噪声干扰 有较强的抑制能力 ,汽车轮廓提取定位更准 ,精度更高 ,图像更清晰。 关键词:边缘检测算法 车辆轮廓 噪声 Sobel算子-摘要:本算法是在经典 Sobel算子基础上 ,结合汽车本身的实际情况 ,增加了 6个方向模板 ,同时利用基于 L范数的各同性扩散去噪模型消除噪声 ,最终得出汽
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1.01mb
    • 提供者:orangestorm
  1. sobel

    0下载:
  2. sobel算子,边缘检测算法,对初学者有参考作用-sobel operator, the edge detection algorithm, a useful reference for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:79.62kb
    • 提供者:冯建帅
  1. sobel_cx

    0下载:
  2. sobel算法程序,找了好久才找到的,拿出来分享了!-sobel algorithm program, looking for a long time to find, come up with to share ha
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:17.48kb
    • 提供者:linqing
  1. edge detection

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

    • 发布日期:2013-03-05
    • 文件大小:460.77kb
    • 提供者:592014366@qq.com
  1. sobel-zero-crossing-canny-compare

    0下载:
  2. 本科时做的一个实验,关于3个算法的比较,有matlab代码,有说明文本,还有一些素材图片。-three algorithms about image process,include some image used in the process and pdf introducing the process.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1.54mb
    • 提供者:侯俊澎
  1. Edge-detection-algorithm

    0下载:
  2. 用Lena标准检测图像,Sobel算子边缘检测、Prewitt算子边缘检测、Roberts算子边缘检测、Laplace算子边缘检测、Canny算子边缘检测完整算法代码 -By Lena standard test image, Sobel operator edge detection, Prewitt edge detection operator, Roberts operator edge detection, Laplace operator edge detection, Cann
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:19.69kb
    • 提供者:why
  1. Q

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

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

    0下载:
  2. 图像处理经典滤波算法实现,包括中值滤波、卷积、Sobel、Canny、Pyramid、Hough变换、轮廓提取、直方图均衡化、小波变换等等,可以试验算法效果,用着不错,拿来分享下。-Image processing classical filtering algorithms, including median filtering, convolution, Sobel, Canny, Pyramid, Hough transform, contour extraction, histogram
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:9.08mb
    • 提供者:zhch61
搜珍网 www.dssz.com