CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - edge

搜索资源列表

  1. chepaizhibie

    0下载:
  2. 识别车牌的源码,可以先对图像进行各种操作,如锐化,平滑,提取骨架,细化,分割,定位,提取边缘,等等。是一个比较详细,内容丰富的源码包。-A source code to recongize the car number. It first do the several operation to images, such as Sharpness, Smooth, Low Pass, Crop, and Locate , Edge Dectet, etc. It is a detailed , v
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:233.95kb
    • 提供者:卫飞
  1. edgdctlapla

    0下载:
  2. 该程序是利用拉普拉斯算子对图像进行边缘检测的具体实现,利用matlab作为开发环境编写而成。-that the procedure was used Laplician right image edge detection to achieve the specific use of Matlab as a development environment has been prepared.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.35kb
    • 提供者:点点
  1. edge

    0下载:
  2. edge filter for image in c(get edge)
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:13.33kb
    • 提供者:wangyg
  1. Canny-Edge

    0下载:
  2. Canny Edge Detector In Matlab
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:866.21kb
    • 提供者:Ahmed
  1. edge

    0下载:
  2. C#编写的边缘检测程序,集合了常用的边缘检测算法,高斯,形态学,小波,Canny 等等。-edge-detect algorithms with C#, including useful methods. For example,Gaussian, wavelet,morphology,Canny and etc.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:122.67kb
    • 提供者:Lu
  1. cuda-edge-detection

    0下载:
  2. CUDA canny edge detector
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:1.35mb
    • 提供者:sholtakri
  1. edgedetection

    0下载:
  2. matlab采用二进小波实现边缘检测的源代码-matlab using Dyadic Wavelet Edge Detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:203.81kb
    • 提供者:沐广武
  1. Cannyedgedetection

    0下载:
  2. A simple program for edge detection using Canny s algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:1.1kb
    • 提供者:glen
  1. edge

    0下载:
  2. Calibrate edge color images
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:839byte
    • 提供者:adirkol
  1. edgedetec

    0下载:
  2. 用matlab实现边缘提取,应用于医学图像效果不错,抑制噪声很好-Edge detection using matlab implementation, good results for medical images, good noise suppression
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:18.56kb
    • 提供者:little
  1. newedge

    0下载:
  2. A New Edge-based Intra-field Interpolation Method for Deinterlacing Using Locally Adaptive-thresholded Binary Image for matlab
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:8.05kb
    • 提供者:cho
  1. Canny-Edge

    0下载:
  2. canny edge detection c++ source
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:3.47kb
    • 提供者:petrus
  1. edge-detec

    0下载:
  2. 所有边缘检测代码,sobel,roberts,拉普拉斯算子-All edge detection code, sobel, roberts, Laplacian
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:530byte
    • 提供者:xll77
  1. Candy-Edge-Detection----matlab

    0下载:
  2. 本人自己编写的关于Candy边缘检测的matlab源代码,包含了多个程序,一个是加噪声的,还有不加噪的,非常适合初学者使用。-I have written about Candy edge detection matlab source code contains multiple programs, a plus noise, there are not adding noise, very suitable for beginners to use.
  3. 所属分类:2D Graphic

    • 发布日期:2017-10-31
    • 文件大小:1.47kb
    • 提供者:rao
  1. Matlab-program-gray-edge-detection

    0下载:
  2. 本文主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提。-This article focuses on how to get the image to extract the boundary information, the first to use to the gray
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:221.5kb
    • 提供者:陈泽奇
  1. edge-extraction

    0下载:
  2. 亚像素提取边缘源代码,可以进行准确的边缘检测-Subpixel edge source code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:90.27kb
    • 提供者:杨硕
  1. canny-Edge-detection

    0下载:
  2. 用cany方法对lenna图像进行边缘检测,进行了具体的编程,没有调用matlab的集成的函数-By cany method lenna image edge detection, carried out specific programming, without calling matlab function integration
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:47.38kb
    • 提供者:wangyouquan
  1. edge

    1下载:
  2. 调用opencv库,python编码,实现图像的边缘检测-Call opencv library, python coding, image edge detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:859byte
    • 提供者:韩超
  1. Edge-fill

    0下载:
  2. 多边形边缘填充算法,利用该算法可对多边形区域进行像素填充-Edge polygon fill algorithm, polygon area to make use of the algorithm can be pixel filling
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:567.29kb
    • 提供者:赵永
  1. edge-detection

    0下载:
  2. 几种边缘算子例如canny算子,soble算子,prewitt算子,log算子-Several edge operators such as canny operator, sobel operator, prewitt operator, log operator
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:3.45mb
    • 提供者:huangxia
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com