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

搜索资源列表

  1. edge-detection

    0下载:
  2. 用c#语言实现图像的边缘检测,包括sobel canny,homogenity和模板算子法等。-use c# realize image edge detecting including sobel canny homogenity and so on
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:114136
    • 提供者:lily
  1. Problem-1

    0下载:
  2. prewit sobel code in matlab a new technology in matlab that is very easy to use & give u many functions.
  3. 所属分类:assembly language

    • 发布日期:2017-11-29
    • 文件大小:49217
    • 提供者:rameez
  1. openImage

    0下载:
  2. 八链码的实现以及对图像的sobel,高斯,等等一系列的边缘检测的实现-Eight-chain code to achieve and sobel image Gaussian, so a series of edge detection to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:16206492
    • 提供者:yandong
  1. image-processing

    0下载:
  2. 见数字图像处理书上对于骨骼的处理,利用多种算子,如拉普拉斯算子,sobel算子,锐化以及幂律变换等-See bone processing for digital image processing books, using a variety of operators, such as the Laplace operator, sobel operator, sharpening, and power-law transform
  3. 所属分类:Graph program

    • 发布日期:2017-12-01
    • 文件大小:16625
    • 提供者:王喆
  1. work

    0下载:
  2. 边缘检测,利用sobel算子实现边缘检测的功能-Edge detection, sobel operator edge detection function ~ ~
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:1785
    • 提供者:何豆豆
  1. tu-xiang-chu-li-suan-fa-ji-he

    0下载:
  2. 文件中包含各种图像处理源代码,包括二值化处理的源代码,对图像进行直方图均衡处理的源代码,对图像进行中值滤波处理(图像复原)的源代码,对图像进行均值滤波处理(图像复原)的源代码对图像进行对角镜像处理(几何变换)的源代码,对图像进行离散余弦变换处理(图像变换)的源代码,对图像进行傅立叶变换处理(图像变换)的源代码,对图像进行高斯模糊处理(图像复原)的源代码,在图像中加入随机噪声的源代码,对图像进行水平镜像处理(几何变换)的源代码,利用LoG边缘算子法对图像进行边缘提取的源代码,利用Prewitte边
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:18882
    • 提供者:nimizi
  1. Digital-Image-Processing

    0下载:
  2. 1 打开一个BMP文件,将其局部区域的灰度值进行改变,另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。 2.编程实现图像傅立叶高通、低通滤波。 3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑 4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:909373
    • 提供者:fei
  1. edge_detection

    0下载:
  2. 透过Sobel算子以及LoG做边缘检测。 Sobel算子使用3×3大小的mask进行,分别做出4个方向(0°,45°,90°,135°)的边缘。-Through the Sobel operators and LoG to implement edge detection.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-21
    • 文件大小:295604
    • 提供者:張凱傑
  1. Gradient

    0下载:
  2. sobel算子求出图像梯度,本程序中采用的是红色通道,可应用在抠图,目标提取-get the gradient of the image wiht sobel
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-11
    • 文件大小:2370350
    • 提供者:tao
  1. edge-detection

    0下载:
  2. sobel和canny算子用于边缘检测进行对比-sobel and canny operator for edge detection comparison
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:128254
    • 提供者:yu
  1. byjc

    0下载:
  2. 此程序中使用的是边缘检测,包含两个部分OTSU下的边缘检测以及使用sobel等算子的边缘检测-Used in this program is edge detection, contains two parts the OTSU under the edge detection and use sobel operator for Edge Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:1327
    • 提供者:lihong
  1. Segment

    0下载:
  2. 基于vs开发的图像分割技术,包括区域生长,sobel算子等一些边缘检测算法-Vs developed based image segmentation techniques, including regional growth, sobel operator edge detection algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-11-25
    • 文件大小:421946
    • 提供者:张玥
  1. Edge_Detect

    0下载:
  2. 图像边缘分割sobel算子等算法的边缘提取,效果较好。-Edges of the image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:119476
    • 提供者:郭聪
  1. imagetest

    0下载:
  2. 边缘检测,laplace算子sobel算子等-Edge detection laplace operator sobel operator, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:943414
    • 提供者:刘振
  1. sobel2

    0下载:
  2. 新的sobel算子的FPGA实现。使用verilog语言,并调试通过~-The sobel operator new FPGA implementation. Verilog language, and debugging through to
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-23
    • 文件大小:356811
    • 提供者:abrams
  1. nonmaxsuppts

    0下载:
  2. detector de bordes de sobel
  3. 所属分类:source in ebook

    • 发布日期:2017-12-04
    • 文件大小:1056
    • 提供者:cristi
  1. edge_detection

    0下载:
  2. 该文件夹包含两幅图片,程序实现对两幅图片的边缘检测,有sobel,robots,laplace方法,并给出检测结果。-There are two pictures in the project.The edges of them are detected by using the algorithms of Sobel,Robots as well as Laplace.Then the results are imshowed.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:471831
    • 提供者:寒霜
  1. Sobel-edge-detection

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

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

    0下载:
  2. edge detection code using different techniques like sobel canny,prewitt,robert operators,and how it works/
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:1313
    • 提供者:parth
  1. Vertical-photographing-code-

    1下载:
  2. 去除同一方向上,直线相交的拐点;将合并后的图像中分割区域中变为道路标线区域;获取任意两点之间的角度;获取Sobel边缘检测后的最长直线;对图像进行分块处理;获取任意两点之间的距离等等。-Removal of the same direction, a straight line intersecting the inflection point divided region in the merged image becomes the road marking area Get the a
  3. 所属分类:Graph program

    • 发布日期:2017-12-07
    • 文件大小:14761534
    • 提供者:
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com