CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - sobel

搜索资源列表

  1. graph-roberts

    0下载:
  2. 本文介绍了边缘检测的基本概念.使用 VC实现了 Roberts算子、Prewitt算子、 Sobel算子和 Laplacian算子.实验分析了各个算子的边缘检测效果及抗噪能 力。-This paper introduces the edge detection of the underlying concepts. VC use the Roberts operator, Prewitt operator, Sobel operator and the Laplacian operat
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1051593
    • 提供者:zsc
  1. 2011

    0下载:
  2. 基于Sobel算子.该方法将图像划分成预先设定大小的网格,在两个尺度上对图像进行分析,完成图像的边缘检测。首先用Sobel算子求得图像边缘,依据网格内含有边缘像素的数目以及连通情况将不同的网格分别处理。 然后以网格为数据单元,在较大尺度上运用Sobel算子得到图像边缘。最后通过设定数据的优先级和使用形态学的方法合并两次计算边缘的结果。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:227898
    • 提供者:jdshgufi
  1. Sobel

    0下载:
  2. Sobel Filter in C. Sobel Filter may be used for edge detection application in Image processing applications
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:2134
    • 提供者:Images
  1. Csource

    0下载:
  2. 数字图像快速傅立叶变换,定时器,数字滤波器,无限脉冲响应,索贝尔滤波器-Fast Fourier Transform,timer,FIR, IIR, and sobel filter using in Digital Image processing,based on code composer studio 2.2 IDE
  3. 所属分类:Software Testing

    • 发布日期:2017-04-03
    • 文件大小:3315
    • 提供者:田野
  1. sobeledgedetection

    0下载:
  2. Sobel Edge Dectection figure
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:770929
    • 提供者:gyanendra
  1. sobel_ori

    0下载:
  2. sobel filter argorithm
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:689120
    • 提供者:judy
  1. TRAYNER.PS

    0下载:
  2. sobel detection for egde
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:61423
    • 提供者:siti
  1. sobel_filter

    0下载:
  2. implementation of SOBEL filter using FPGA board RC200 in handle-c
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:3602
    • 提供者:nishu
  1. Sobel

    0下载:
  2. This document in portuguese implements a sobel filter to detect image borders.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:420281
    • 提供者:Osemax
  1. Sobel-Filter

    0下载:
  2. This document explain and show how to work with sobel filter to do border detection
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:420288
    • 提供者:Osemax
  1. Sobel-Edge-Dectector

    0下载:
  2. sobel vi in labview.this might help or give some basic idea about it.
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:64723
    • 提供者:Ronak
  1. WaveletTransform

    1下载:
  2. 边缘是图像中最重要的信息,是模式识别、图像分 割以及场景分析的重要基础。边缘检测是图像处理领 域一项重要的技术和任务。图像中边缘通常解释为灰 度值有突然改变,像素梯度具有局部极大值。很多经 典的边缘检测算子如:Roberts, Sobel, Prewitt, Frei- Chen和Laplacian等,均以图像局部区域特征与特定 边缘模式匹配为基础,定义数个方向导数模板(一般为 窗口),将图像与模板进行卷积运算实现边缘检测。它 们具有实现简单,速度快速,易于应用
  3. 所属分类:Project Design

    • 发布日期:2015-11-03
    • 文件大小:2691072
    • 提供者:zhk
  1. waveletanalysis

    0下载:
  2. 边缘是图像中最重要的信息,是模式识别、图像分 割以及场景分析的重要基础。边缘检测是图像处理领 域一项重要的技术和任务。图像中边缘通常解释为灰 度值有突然改变,像素梯度具有局部极大值。很多经 典的边缘检测算子如:Roberts, Sobel, Prewitt, Frei- Chen和Laplacian等,均以图像局部区域特征与特定 边缘模式匹配为基础,定义数个方向导数模板(一般为 窗口),将图像与模板进行卷积运算实现边缘检测。它 们具有实现简单,速度快速,易于应用
  3. 所属分类:Project Design

    • 发布日期:2017-11-25
    • 文件大小:32454
    • 提供者:zhk
  1. digital_image_processing

    0下载:
  2. 利用拉普拉斯增强法和sobel gradient 法对图像进行处理-Laplace Enhancement Act and the the sobel gradient method for image processing
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:88478
    • 提供者:张建
  1. sxl004

    0下载:
  2. 为了提取图像轮廓,运用sobel算子,提取轮廓。 -In order to extract image contours, using sobel operator, extracting contours. In order to extract image contours, using sobel operator, extracting contours.
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:875
    • 提供者:sxl
  1. proj_2

    0下载:
  2. Opencv code for Sobel edge detection
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:99438
    • 提供者:leila
  1. Sobel

    0下载:
  2. sobel算子边缘检测的细化(姜炳旭 ,刘 杰 ,孙可 )-sobel operator edge detection refinement (Jiangbing Xu, Liu Jie, Sun Ke)
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:259966
    • 提供者:hjhhjh
  1. sobel

    0下载:
  2. 这是一个基于sobel算子的FPGA实现的解决方案-Implementation of FPGA based on Sobel operator
  3. 所属分类:Project Design

    • 发布日期:2017-04-27
    • 文件大小:272020
    • 提供者:杨云山
  1. SOBEL

    0下载:
  2. C++ SOBEL 邊緣取出練習,此程式可讓初學者快樹熟習OPENCV2.1 函數運用,加上使用初階語法,讓學者快速上手-C++ SOBEL
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:318564
    • 提供者:蕭旻隆
  1. Sobel-Filter

    0下载:
  2. this is a simple program of Sobel Filter that detect the edge in gray pictures.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-30
    • 文件大小:448071
    • 提供者:takachy586
« 12 »
搜珍网 www.dssz.com