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

搜索资源列表

  1. mysmoothandsharp

    0下载:
  2. 该压缩包中的程序实现对图像的平滑和锐化,其中采用多种方法实现平滑(包括均值滤波,中值滤波,顺序统计滤波)和锐化(包括采用Sobel算子和高通滤波)。-Program realization of the right image sharpening and smoothing. using a variety of methods in which to achieve smooth (including mean filtering, median filtering, Order Stati
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2826
    • 提供者:李文
  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. filterSobel

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

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

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

    • 发布日期:2017-04-09
    • 文件大小:1087
    • 提供者:waqar
  1. lv-bo

    1下载:
  2. 本例主要说明了空间域滤波与频域滤波的比较!在空间域中采用了Sobel掩膜对f滤波的结果与在频域中进行等价操作的结果!-This example illustrates the spatial filtering mainly with the comparison of frequency domain filtering! In the spatial domain using the Sobel filter mask on the results of f in the frequency
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:184643
    • 提供者:林彩
  1. filterImage

    0下载:
  2. There are different m files for different filter to use. perwit.m:=uses window Wx=[1 0 -1 1 0 -1]/3 and Wy=Wx and then convolves this window with the image. sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4 lablacian.m=uses window W=[0 1 0 1
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:824
    • 提供者:GajenJung
  1. edge-sobel

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

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

    0下载:
  2. 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:115797
    • 提供者:廉小萍
  1. MATLABshiyongdaima1

    0下载:
  2. 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀
  3. 所属分类:matlab

    • 发布日期:2017-11-03
    • 文件大小:12051
    • 提供者:廉小萍
  1. sobel_filter

    0下载:
  2. Sobel Filter Example When run sobel.py, png image attached will be filtered by sobel. (use python 2.x not 3.x)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-27
    • 文件大小:7849
    • 提供者:Ceyhun Cakar
  1. codes

    0下载:
  2. edge following algorithm with sobel filter in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:12413
    • 提供者:seyyed
  1. sobel-filter

    0下载:
  2. in this program we show image segmentation using sobel filter -in this program we show image segmentation using sobel filter
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:452200
    • 提供者:ryma
  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
  1. edge-detection

    0下载:
  2. This code detects the edges in the input image using Sobel filter
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2162
    • 提供者:Sushil
  1. SobelEdgeDetectionImageFilter

    0下载:
  2. a class for image filter. sobel edge detection
  3. 所属分类:压缩解压

    • 发布日期:2017-12-23
    • 文件大小:10240
    • 提供者:Thao Ho
  1. code39_v06

    0下载:
  2. This example shows how to generate a standalone C library from MATLAB code that implements a simple Sobel filter that performs bar code opertaion
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:7168
    • 提供者:samuu21
搜珍网 www.dssz.com