CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - sobel边缘检测

搜索资源列表

  1. sobel

    1下载:
  2. Sobel算子进行图像边缘检测的DSP实现,其中还附带了实验说明,及其报告,在DSP6713上,打开就可以实现。-sobel dsp6713
  3. 所属分类:其他小程序

    • 发布日期:2013-05-15
    • 文件大小:1097005
    • 提供者:朱清坤
  1. work

    0下载:
  2. 根据输入的参数不同,选用不同的算子对输入的图像进行边缘检测,包括sobel,log,canny等5哥算子-According to different input parameters, choose a different operator input image edge detection, including the sobel, log, canny operator 5 Columbia
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:47859
    • 提供者:谈晶晶
  1. 56465416

    0下载:
  2. 介绍一种实用的二维条码识别算法。首先探讨了二维条码的定位与分割算法,利用Hough变换与Sobel边缘检测把条码图像从原始采集的图像中有效地分割出来 然后分析了条码图像经过光学系统的噪声模型,提出了一种计算点扩展函数标准方差的算法 采用Flourier变换自适应地选取阈值去除噪声导致的无效边界,从而得到条码的基本模块。实验结果表明,该算法具有很好的抗噪性,提高了二维条码的识别率。 -A practical two-dimensional barcode recognition algorit
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2279
    • 提供者:黄新
  1. 897979

    0下载:
  2. 介绍一种实用的二维条码识别算法。首先探讨了二维条码的定位与分割算法,利用Hough变换与Sobel边缘检测把条码图像从原始采集的图像中有效地分割出来 然后分析了条码图像经过光学系统的噪声模型,提出了一种计算点扩展函数标准方差的算法 采用Flourier变换自适应地选取阈值去除噪声导致的无效边界,从而得到条码的基本模块。实验结果表明,该算法具有很好的抗噪性,提高了二维条码的识别率。 -A practical two-dimensional barcode recognition algorit
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1595
    • 提供者:黄新
  1. Cotton1

    0下载:
  2. RAw格式图片的显示,边缘检测,包括SOBEL算子,具有不同模板的拉普拉斯算子边缘检测,以及一些简单的滤波方式-RAw format the display of images, edge detection, including edge detections of the SOBEL operator, the Laplacian operator with a different template , as well as some simple filtering approach
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:96157
    • 提供者:林宁
  1. klt_sobel

    0下载:
  2. 加sobel的klt程序,在第二帧图像加上sobel,分别在三个通道进行边缘检测-c++ program implementation of klt
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:4292
    • 提供者:孙龙
  1. bianyuanjiance

    0下载:
  2. 程序的功能是对载入的图像进行边缘检测,检测的算子有微分算子、梯度算子、prewitt算子、roberts算子、sigma算子、sobel算子和canny算子。-Function of the program is loading the image edge detection, detection of a differential operator operator, gradient operator, prewitt operator, roberts operator, sigma o
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:22268
    • 提供者:陈勇
  1. Sobel-edge-detection

    0下载:
  2. 可以实现图像的边缘检测盒提取,效果比较好。-Extract image edge detection box, the results were quite good.
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:6063
    • 提供者:冯枫
  1. 1

    0下载:
  2. matlab使用垂直Sobel算子,自动选择阈值 [VSFAT Threshold]=edge(f, sobel , vertical ) 边缘探测 figure,imshow(f),title( 原始图像 ), 显示原始图像 figure,imshow(VSFAT),title( 垂直图像边缘检测 ) 显示边缘探测图像 使用水平和垂直Sobel算子,自动选择阈值 SFST=edge(f, sobel ,2) figure,imshow(SFS
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:568
    • 提供者:jwi
  1. chepaijiance

    0下载:
  2. 准确对车牌进行定位,首先要把车牌图像灰度化,接着对图像进行中值滤波进行初步降噪,下一步进行Sobel纵向边缘检测,即增强车牌纵向边缘,边缘检测后进行二值化处理,此时车牌区域特征得到进一步加强,但同时又加强了背景中的部分噪声,所以再对其腐蚀,然后定位及截取车牌,最后对车牌进行二值化。-Accurate positioning of the plate,First, take the license plate image gray, then the image median filtering
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1232
    • 提供者:靳太明
  1. Untitled

    0下载:
  2. 自拍本人照片1张,采用Sobel、Priwitt以及一种自选边缘检测方法通过编程分别进行边缘检测-I am a self-timer photo, using Sobel, Priwitt and an optional edge detection method were programmed for edge detection
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:617
    • 提供者:小小
  1. sobel-with-verilog-language

    0下载:
  2. 用verilog实现sobel边缘检测算法-sobel edge detection with verilog language
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:8127
    • 提供者:施楠
  1. OpenCV--Canny-Sobel-Laplace-Scharr

    0下载:
  2. OpenCV 边缘检测 Canny,Sobel,Laplace,Scha-OpenCV baianyuanjiance Canny,Sobel,Laplace,Scharr
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1803016
    • 提供者:刘杰
  1. Edge-detection-GUI

    0下载:
  2. 边缘检测GUI界面程序,首先进行图片的提取,之后主要是prewitt,sobel,canny进行-Edge detection GUI interface program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1730
    • 提供者:马丽云
  1. MyCanny

    0下载:
  2. 该代码是自己实现的Canny边缘检测功能,采用了Sobel算子进行梯度计算。-Canny of my own.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1051
    • 提供者:王星艺
  1. image-processing

    0下载:
  2. matlab中一些对图片进行处理的小程序,包括ostu阈值分割,rgb2lab空间的转换,sobel边缘检测,自适应阈值分割-Some small programs,including ostu、rgb2lab、sobel、Adaptive thresholding(matlab)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3027
    • 提供者:张冠丽
  1. reunex

    0下载:
  2. 边缘检测程序,canny,sobel等结合opencv-Edge detection procedures, canny, sobel and other binding opencv
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5240255
    • 提供者:gaocheng
  1. BMP

    0下载:
  2. c图像处理,包括小波变换,高斯变换,滤波,边缘检测,旋转,平移,各算子:sobel,拉普拉斯-c image processing, including wavelet transform, Gauss conversion, filtering, edge detection, rotation, translation, each operator: sobel, Laplace etc.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5944449
    • 提供者:ZHANG
  1. eight-model-Sobel-function

    0下载:
  2. 该函数对经典采用八方向模板Sobel边缘检测算子来检测梯度值-An improved eight model Sobel function was proposed,
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5329232
    • 提供者:仨人
  1. src的副本

    0下载:
  2. 实现了canny 和 sobel边缘检测(Implementation canny sobel of edge detection algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:9216
    • 提供者:wu shuang
« 12 »
搜珍网 www.dssz.com