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

搜索资源列表

  1. EdgeContour

    0下载:
  2. VC++编程实现图像边缘检测和提取以及轮廓跟踪-VC++ programming, as well as edge detection and extraction of contour tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:72672
    • 提供者:郭静
  1. Edge-Detection-Segmentation

    1下载:
  2. 利用边缘检测及梯度信息进行图像分割的源码-Using edge detection and gradient information source for Image Segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1430489
    • 提供者:Brad Bibson
  1. canny

    0下载:
  2. canny算法源码。Canny 的目标是找到一个最优的边缘检测算法。Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但也要考虑到处理器速度的不断提升。 -canny algorithm source code. Canny' s goal is to find an optimal edge detection algorithm. Canny algorit
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1211
    • 提供者:鱼儿很忙
  1. EdgeDetection

    0下载:
  2. 数字图像处理边缘检测程序,直接在MATLAB中运行即可-Digital image processing, edge detection process can be run directly in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3707
    • 提供者:宋飞
  1. sobel

    0下载:
  2. 使用ADSP-21535实现图像边缘检测 算法的Sobel算子的汇编代码-Using the ADSP-21535 to achieve the Sobel edge detection algorithm is operator of the assembly code
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:57340
    • 提供者:岳飞
  1. Graphic_dispose

    0下载:
  2. 图像处理的边缘检测算法(c#) 很好的图像处理算法的源代码C#程序 可以截取图像,缩放,灰度,二值化-It is helpful for you to recognize the character in picture.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:258736
    • 提供者:杜承虎
  1. bianyuan

    0下载:
  2. 此代码的对象用于BMP图像,其目的是为了实现对图像的边缘跟踪-boundary trace
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:5459
    • 提供者:huangxueyou
  1. edgedetectorandsplitter

    0下载:
  2. 图像边缘检测及分割的matlab实现,有好几种方法,可以都学习一下-Image edge detection and segmentation of the matlab implementation, there are several ways you can both learn about
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:41696
    • 提供者:赵华
  1. myIPC

    0下载:
  2. BMP图像打开,二值化,形态学处理(膨胀,腐蚀,开,闭,二值边界提取),边缘提取(Roberts,sobel,laplacian,prewitt,laplacian of gaussian算子)-BMP images open, binarization, morphology processing (expansion, corrosion, open, closed, two-valued edge extraction), edge extraction (Roberts, sobel,
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:2131312
    • 提供者:yangchjun
  1. GAC_upwind

    1下载:
  2. 基于水平集的图像分割,该方法主要依赖于图像的边缘信息来控制轮廓线的演化-the segmentation is basing on the Level set,and called GAC model
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:1812
    • 提供者:陈加伟
  1. DIPDemo

    0下载:
  2. 包括图像输入(打开文件、采集、捕捉图像、从剪贴板粘贴、打开扫描软件、灰度化、添加随机噪声、椒盐噪声、去噪声)、图像处理(几何变换、灰度反转、直方图均衡化、直方图统计、图像复原、边缘提取、伪彩色、二值化、图像变换)、图像输出(另存图像、打印输出、复制到剪贴板)-Including image input (open the file, capture, capture images, paste from the clipboard, open the scanning software, gra
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:470394
    • 提供者:沉浮沉
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:185038
    • 提供者:hanyantao
  1. Mathematicalmorphologyoperations

    0下载:
  2. 数学形态学操作 数学形态学的基本运算 结构元素矩阵 膨胀运算 腐蚀运算 膨胀与腐蚀的对偶关系 开运算和闭运算 击中与击不中 形态学的基本应用 边缘提取 二值图像面积提取 二值图像的欧拉数 查找表操作 灰度形态学 -Mathematical morphology operations basic operations of mathematical morphology dilation operator structure element matrix erosion
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:5339
    • 提供者:齐子新
  1. ColorProcessor

    1下载:
  2. 基于cuda的GPU编程,关于图像边缘检测处理的cuda程序-cuda programming ,about graphic process
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:6751
    • 提供者:lin
  1. Susan

    0下载:
  2. Susan算子 用于图像边缘提取。 和图像角点提取-Susan operator for image edge extraction. And Image Corner Detection
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:350774
    • 提供者:liuwei
  1. ruihua-edge

    0下载:
  2. 本例程包含图像边缘锐化的基本方法、微分运算、梯度锐化和边缘检测-This routine contains the image edge sharpening of the basic method, differential operators, gradient sharpening and edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2024906
    • 提供者:tlcling
  1. z

    0下载:
  2. 基于小波变换的多尺度图像边缘检测matlab源代码-Based on wavelet transform multi-scale edge detection matlab source code
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:3347
    • 提供者:zhaoxulin
  1. EdgeDetectionwithWaveletTransform

    0下载:
  2. 一个很有意思的图像边缘检测的程序demo,里面附有比较详细的使用说明;-A very interesting process of edge detection demo, which with more detailed instructions for use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:287872
    • 提供者:张庆
  1. color-snake

    0下载:
  2. 利用彩色蛇模型对彩色图像进行处理,即不将彩色图像分为R,G,B三个分量,而是将彩色图像视为单一簇的处理,反而会得到更好的边缘清晰度-The use of color snake model for color image processing, that is, not the color image into R, G, B three-component, but rather as a single cluster of color image processing, it will ge
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8508
    • 提供者:紫星
  1. Segmentation2

    1下载:
  2. 包括边缘检测、 灰度阈值分割区域分割彩色分割、特殊方法的图像分割-Including edge detection, region segmentation thresholding gray color segmentation, special methods of image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:40888
    • 提供者:阿毛
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com