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

搜索资源列表

  1. Lab7.3-Dm642_Image-Sobel

    0下载:
  2. TI DSP 642 上面运行的图像处理程序, 用来做sobel边缘提取
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:179670
    • 提供者:文煜
  1. 利用sobel算子和霍夫变换求出图像的边缘

    0下载:
  2. 利用sobel算子和霍夫变换求出图像的边缘,并计算图像边缘间距离,采用matlab处理,matlab
  3. 所属分类:matlab例程

    • 发布日期:2012-08-23
    • 文件大小:6675
    • 提供者:libin
  1. edge_detection.rar

    0下载:
  2. this file contains the codes to obtain edge detection.Either the "edge"function can be used to directly obtain the edge detection by using the selected derivative estimators.(like-canny,sobel.)or the direct code for SOBEL(gradient method)and LAPLACIA
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1050
    • 提供者:saumya
  1. JAVA

    2下载:
  2. 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source code source code, use the sob
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-04-12
    • 文件大小:37192
    • 提供者:范卫华
  1. sobel

    0下载:
  2. 用于图象边缘检测,是一个视频采集的基础-for image edge detection, is a collection of video
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-07
    • 文件大小:944
    • 提供者:李红陶
  1. data

    0下载:
  2. Smooth Linear filter Median filter Laplacian Unsharp masking Sobel filter
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:10474
    • 提供者:lin
  1. sobelfilter

    0下载:
  2. this the source of sobel filter -this is the source of sobel filter
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1163
    • 提供者:elaheh
  1. Sobel

    0下载:
  2. calcule the sobel of image-calcule the sobel of image
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2517
    • 提供者:A
  1. filterSobel

    0下载:
  2. sobel filter for image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:631515
    • 提供者:Leila
  1. sobel

    1下载:
  2. 完整的用sobel算子进行边缘检测的例子-Complete with a sobel edge detection operator is an example
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:5597
    • 提供者:
  1. gaussiansobel

    0下载:
  2. guassian sobel filter for image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1087
    • 提供者:waqar
  1. sobel code in matlab

    0下载:
  2. sobel edge detection in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:625
    • 提供者:melly
  1. Sobel

    0下载:
  2. Hi Friends. This is simple demo of Sobel Operation on image.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8230
    • 提供者:kunal
  1. Sobel

    0下载:
  2. This Matlab code shows how to perform edge detection by Sobel method in horizontal & vertical direction and the effect of increasing and decreasing the threshold value . Besides, you can try to perform the edge detection by other method in the same w
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:107280
    • 提供者:Tan
  1. sobel

    0下载:
  2. sobel edge detector matlab code with comments
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:560
    • 提供者:RJ
  1. Sobel

    0下载:
  2. Sobel is a method of edge detection, matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:24005
    • 提供者:New
  1. edgedetect

    0下载:
  2. 用MATLAB编的边缘检测算子,包括Robert算子、sobel算子、prewitt算子。自己编写的,有利于初学者理解边缘检测算子的具体实现过程,将结果与MATLAB函数实现的结果作了比较。-MATLAB code with the edge detection operator, including the Robert operator, sobel operator, prewitt operator. I have written will help beginners to under
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1176
    • 提供者:
  1. edge-sobel

    0下载:
  2. to detect edge using sobel filter
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5467
    • 提供者:kiran
  1. sobel_LoG_prewitt

    0下载:
  2. Sobel, LoG, Prewitt MATLAB example.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:19061
    • 提供者:dani
  1. sobel and hboost filter

    0下载:
  2. The Sobel operator, sometimes called Sobel Filter, is used in image processing and computer vision, particularly within edge detection algorithms, and creates an image which emphasizes edges and transitions.
  3. 所属分类:matlab例程

    • 发布日期:2015-03-13
    • 文件大小:817
    • 提供者:asmababy
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com