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

搜索资源列表

  1. Canny边缘检测

    2下载:
  2. 用vc实现的canny算法提取边缘,达到很好的提取边缘的效果-Use vc to realize Canny arithmetic to detect the edge, and get the good result of extracting the edge.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:167933
    • 提供者:冯健
  1. ImageProcessing_vc++

    0下载:
  2. 数字图像处理的全部算法,包括图像变换、图像增强、图像恢复和编码以及边缘检测等等算法,希望你能用得上-digital image processing algorithms, including image transform, image enhancement, Image restoration and encoding and edge detection algorithm, and so on, I hope you can use the grain
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:338366
    • 提供者:许凤
  1. EdgeContour

    0下载:
  2. 基于,梯度的边缘检测,包括Robert,Prewitt,laplace,sobel,轮廓提取等算法
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-16
    • 文件大小:2155961
    • 提供者:xiechangping
  1. bianyuanjiance

    0下载:
  2. 边缘检测算法的实现,适合数字图象处理的初学者.简便的算法
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:249604
    • 提供者:朱雨
  1. bianyuanjiance

    0下载:
  2. 边缘检测算法实现得图像处理~
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:461086
    • 提供者:123
  1. zhencaichuli

    0下载:
  2. 真彩色图像处理,可以实现灰度化边缘检测铝箔等基本算法
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1822792
    • 提供者:zbgui
  1. m文件检测

    0下载:
  2. 图形边缘检测,主要是采用自适应检测的算法,可能对初学者有些用处。不足指出见凉啊-graphics edge detection, is based on adaptive detection algorithm for beginners could use some. Less than that see cool ah
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3771
    • 提供者:肖雷
  1. LBM

    2下载:
  2. 使用格子玻尔兹曼方法实现的基于图像界面的图像边缘检测算法-a matlab code for lattice boltzmann method based image edge detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:621003
    • 提供者:chenyu
  1. canny

    0下载:
  2. canny边缘检测算法,二维,可以进行边缘检测。有需要的人可以继续联系。-canny edge detection algorithm, two-dimensional, edge detection can be carried out. There is need to continue to contact people.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-28
    • 文件大小:9671
    • 提供者:luanxinhai
  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-03-31
    • 文件大小:125619
    • 提供者:Lu
  1. tuxiangchuli

    0下载:
  2. VC++图像处理典型算法,包括图像灰度化,边缘检测,图像识别,提取特征值等-Typical VC++ image processing algorithms, including gray, edge detection, image recognition, feature extraction and other value
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-25
    • 文件大小:8794311
    • 提供者:tangqi
  1. EdgeContour

    0下载:
  2. 实现图像的边缘检测、提取和轮廓跟踪,还有种子填充算法-Of image edge detection, contour extraction and tracking, as well as the seed fill algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2134104
    • 提供者:胡新
  1. my_hough

    0下载:
  2. canny算子进行边缘检测,然后用hough算法进行直线检测。-canny operator edge extraction from image, and then use the hough algorithm line detection.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:860
    • 提供者:闫世博
  1. Zernike_code

    0下载:
  2. 经典亚像素边缘检测算法Zernike算法程序,编译过可以运行-Classical active contour the snake model program, you can run the compiled! !
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-10
    • 文件大小:8022
    • 提供者:hanliangliang
  1. Sub Pixel Detection

    2下载:
  2. 使用空间矩算法实现图像亚像素边缘检测,程序精度能达到0.1个像素级别-Spatial moment algorithm to image sub-pixel edge detection
  3. 所属分类:2D图形编程

    • 发布日期:2013-06-19
    • 文件大小:5637332
    • 提供者:张文寅
  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
    • 文件大小:226816
    • 提供者:陈泽奇
  1. zhongzhilvbo

    0下载:
  2. 用以做边缘检测图像拼接的算法,可以找到图像边缘,进行匹配裁剪和拼接-failed to translate
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-02
    • 文件大小:3194181
    • 提供者:Robert
  1. Differential-algorithm

    0下载:
  2. 图像差分边缘检测算法,用于检测图像的边缘检测及锐化-Image Differential Algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-22
    • 文件大小:559
    • 提供者:葛旭光
  1. Prewitt-algorithm

    0下载:
  2. 图像边缘检测锐化,Prewitt算法,从一本很有名的日文图像处理书上摘录的-the image process programme,Prewitt algorithm,
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:763
    • 提供者:葛旭光
  1. yaxiangsu

    0下载:
  2. 传统的边缘检测算法只能定位到像素级,不能得到精确的结果,亚像素是对像素进一步细分,是结果更精确-Traditional edge detection algorithm can only target the pixel level, you can not get an accurate result, the pixel sub-pixel is further broken down, as a result of more accurate
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:841
    • 提供者:
« 12 »
搜珍网 www.dssz.com