搜索资源列表

  1. edge-detection

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

    • 发布日期:2024-05-08
    • 文件大小:113664
    • 提供者:lily
  1. ImageCanny

    0下载:
  2. 图像边缘检测算法-Canny,检测准确率更高。-The image edge detection algorithm-Canny, higher detection accuracy.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:guopeng
  1. edge-detection

    0下载:
  2. sobel和canny算子用于边缘检测进行对比-sobel and canny operator for edge detection comparison
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:128000
    • 提供者:yu
  1. cy

    0下载:
  2. 对图片进行边缘检测 包含sobel robert等经典算法和canny 小波等功能强劲的算法-Images edge detection contain sobel Robert classic algorithm and wavelet functions such as canny strong algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:4516864
    • 提供者:杨飞
  1. Image-processing

    0下载:
  2. 图像处理程序,集成了Sobel算子边缘检测、Laplace算子边缘检测、Canny算子边缘检测、直方图、Hough线变换、Hough圆变换、缩放、旋转、腐蚀等功能-Image processing program,including functions of Sobel edge detection operator, Laplace operator edge detection, Canny edge detection opera
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:14978048
    • 提供者:赵明航
  1. contours

    0下载:
  2. 在VS2008环境下基于OpenCV画出图片中的轮廓,用到Canny算子边缘检测、形态学变换和轮廓遍历-VS2008 environment based on OpenCV draw the outline of the picture, used Canny operator edge detection, morphological transformation and contour traversal
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:jeff liang
  1. chepai

    0下载:
  2. 本代码主要使用了canny算法进行边缘检测,然后二值化,接着用cvFindContours搜索轮廓,最后从找到的轮廓中根据角点的个数,角的度数和轮廓大小确定,矩形位置-License Plate Recognition
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:leexiao
  1. edge_detect

    0下载:
  2. opencv中用laplace,sobel,canny三种方法对图像进行边缘检测-Laplace, sobel,canny edge detection methods of image using opencv
  3. 所属分类:OpenCV

    • 发布日期:2024-05-08
    • 文件大小:171008
    • 提供者:jgao
  1. CODE2

    0下载:
  2. 利用canny 算子实现图像边缘检测(详细过程附源码)-Image edge detection by Canny operator ( the detailed process of source)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:101376
    • 提供者:龙宇飞
  1. src

    0下载:
  2. 自己写的用canny算法实现的边缘检测,实现了一个异常类-Write your own canny algorithm implemented edge detection, an exception class
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:4096
    • 提供者:曾翔
  1. keshe

    0下载:
  2. 边缘检测 Sobel,LoG,Canny和零交叉检测器的比较-Edge detection Sobel, LoG, Canny and zero-crossing detector comparison
  3. 所属分类:图形图象

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:黄凯
  1. canyedge

    0下载:
  2. 图像边缘检测,包括Canny算子和SUSAN特征检测算子等的边缘检测-The image edge detection, including edge detection Canny operator and SUSAN feature detection operator and other
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-08
    • 文件大小:137216
    • 提供者:刘白
  1. suanzi

    0下载:
  2. 4种算子的边缘检测guide环境 sobel prewitt Log canny -Three Operators edge detection guide environmental
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:6144
    • 提供者:xing
  1. my_matlab_canny

    0下载:
  2. 在matlab中,自己编写的canny算子,可以很好地进行边缘检测。-I have written in the matlab canny operator, a good edge detection.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:高书勤
  1. bianyantiqu

    0下载:
  2. 常见的几种边缘提取方法,含Roberts算子,Sobel算子,prewitt算子,Gauss-laplace算子,canny算子,和kirsch边缘检测。-Several common edge extraction method with Roberts operator, Sobel operator, prewitt operator, Gauss-Laplace operator, canny operator and the
  3. 所属分类:绘图程序

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:dengzhihua
  1. 5

    0下载:
  2. Canny算子 Canny 算子是一种比较新的边缘检测算子,具有很好的边缘检测性能,得到了越来越广泛的应用。-Canny operator Canny operator is a relatively new edge detection operator, has good edge detection performance has been more widely used.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:
  1. TestOfCanny

    0下载:
  2. 使用java语言编写卡逆算法,实现图形边缘检测。-Canny edge detection by java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-08
    • 文件大小:13312
    • 提供者:曾亮
  1. zsy

    0下载:
  2. 边缘检测canny算子,未使用系统自带函数运算耳饰自己改编的-Edge detection canny operator, not use the system comes the function computing earrings own adaptation
  3. 所属分类:软件工程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:高晓洁
  1. 549411

    0下载:
  2. 基于canny算子和形态学的边缘检测方法,此方法对于边缘检测效果较为明显-Edge detection method based on morphology
  3. 所属分类:系统编程

    • 发布日期:2024-05-08
    • 文件大小:104448
    • 提供者:王静
  1. sar1

    0下载:
  2. 利用matlab编写的图像边缘检测程序,里面包括马尔算子,拉普拉斯算子,罗伯特算子,Canny算子等。-Use the matlab image edge detection program, which includes Malta operator, Laplace operator, Robert operator, Canny operator and other.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:nihuan
« 1 2 ... 44 45 46 47 48 4950 »

源码中国 www.ymcn.org