CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sobel detector

搜索资源列表

  1. sobel

    0下载:
  2. 简单的java图像处理 实现垂直边缘检测算子 -Java simple image processing to achieve a vertical edge detector
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:672byte
    • 提供者:liuqing
  1. LhfImage2

    1下载:
  2. 图像各种边缘检测算子的比较,包括介绍了四种边缘检测算子包括Roberts边缘检测算子、Sobel边缘检测算子、Prewitt边缘检测算子和高斯—拉普拉斯边算子-Image a variety of edge detection operator of comparison, including the introduction of the four edge detection operator, including Roberts edge detector, Sobel edge dete
  3. 所属分类:Special Effects

    • 发布日期:2014-05-13
    • 文件大小:77.43kb
    • 提供者:李慧芳
  1. Q1

    0下载:
  2. 用matlab實做sobel corner detector,程式一開始會先讀檔,轉成灰階,並對影像做smooth的動作,再套用sobel opperator做corner detect的動作-Using matlab to do it sobel corner detector, the program will first read the beginning of one file into grayscale, and image make smooth moves, and then
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:869byte
    • 提供者:發發
  1. CannyEdgeDetector

    0下载:
  2. canny edge detector is the best edge detection in the image processing field.in the first guassian blur in the image and then use sobel filter to get magnitude image
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:5.36kb
    • 提供者:Delphi_CAT
  1. edge

    0下载:
  2. 调用opencv库,采用sobel算子实现图像的边缘检测功能-Opencv library calls using the sobel operator edge detection of image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:1.98mb
    • 提供者:leon
  1. Sobel

    0下载:
  2. This a "Sobel edge detector" code. In this code, I count a value at the pixel with the Sobel Mask, and then normailize value to be a bitmap with Gray level.-This is a "Sobel edge detector" code. In this code, I count a value at the pixel with the Sob
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1.3kb
    • 提供者:Ming-Yang, Lo
  1. sobel

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

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

    0下载:
  2. Based on this one-dimensional analysis, the theory can be carried over to two-dimensions as long as there is an accurate approximation to calculate the derivative of a two-dimensional image. The Sobel operator performs a 2-D spatial gradient measurem
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:2.02kb
    • 提供者:siva
  1. sobel_verilog

    0下载:
  2. Based on this one-dimensional analysis, the theory can be carried over to two-dimensions as long as there is an accurate approximation to calculate the derivative of a two-dimensional image. The Sobel operator performs a 2-D spatial gradient measurem
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:580byte
    • 提供者:siva
  1. Sobel

    0下载:
  2. 实用的vc++实现的soble边缘检测算子程序-Practical implementation of vc++ subroutine soble edge detector
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1.3mb
    • 提供者:高静
  1. Borda_Sobel

    0下载:
  2. Sobel Edge Detector
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1.02kb
    • 提供者:silva
  1. codes

    0下载:
  2. sobel edge detector using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.12kb
    • 提供者:raja.J
  1. roberts

    0下载:
  2. 利用prewitt、sobel、roberts边缘检测器进行边缘检测-Use prewitt, sobel, roberts edge detector for edge detection
  3. 所属分类:matlab

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

    0下载:
  2. 用canny算法实现图像的边缘检测,其中使用5*5的高斯模糊,和3*3的sobel算子-Canny Edge Detector
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2.51mb
    • 提供者:黑白
  1. sobel-operator

    0下载:
  2. edge detector operator
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:1.09kb
    • 提供者:gokul durai
  1. LABORATORIO-CORTE-II

    0下载:
  2. Filtros y mascaras de convolucion de imagenes,filtro mediana,filtro promedio, filtro gaussiano,detector sobel,detector prewi-Filtros y mascaras de convolucion de imagenes,filtro mediana,filtro promedio, filtro gaussiano,detector sobel,detector prewit
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:2.54mb
    • 提供者:pepe
  1. Sobel_detector

    0下载:
  2. 基于opencv的sobel边缘检测算子-sobel detector of opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:803byte
    • 提供者:jack
  1. edge_detect

    0下载:
  2. 利用五种检测器(Roberts检测器、Prewitt检测器、Sobel检测器、 Robinson检测器、Kirsch检测器)实现边缘检测-The use of five kinds of detectors (Roberts detector, Prewitt detector, Sobel detector, Robinson detector, Kirsch detector) edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:728byte
    • 提供者:陈琛
  1. sobel-edge

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

    • 发布日期:2017-05-20
    • 文件大小:5.05mb
    • 提供者:sinku
  1. sobel

    0下载:
  2. sobel fillter for edge detector
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:sg1
« 12 »
搜珍网 www.dssz.com