搜索资源列表

  1. cvery_567334634634

    0下载:
  2. opencv库canny算子源码,可用于边缘检测,开源代码-opencv library source canny operator, can be used for edge detection, open source code
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:pine051025
  1. opencvcannyedgedetectionalgorithm

    0下载:
  2. 利用opencv编写的一段采用canny算法进行边缘检测的程序代码-Section prepared using opencv using canny edge detection algorithm of the program code
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:xuefengathena
  1. CannyEdgeDetection(good)

    0下载:
  2. 使用canny算子进行边缘检测的代码,效果很好-Using the canny edge detection operator code, good results
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:152576
    • 提供者:yan xuqin
  1. CANNY_code

    0下载:
  2. 轮廓检测,是图形开发的基础,经典边缘检测+CANNY(代码)。-canny code !is very goog!
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-20
    • 文件大小:476160
    • 提供者:hong
  1. bianyuanjiance

    0下载:
  2. 在安装了OPENCV库的VC环境中实现边缘检测的代码,类似于CANNY检测-OPENCV library installed VC++ code to achieve edge detection, similar to the detection CANNY
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:江林
  1. edge_detector

    0下载:
  2. 用C++编写的canny算子边缘检测,代码编写的比较详细,可用性高。-it is writted with c++,it is useful for learning and using
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:杨杨
  1. edgematlab

    0下载:
  2. 边缘检测,sobel,canny,Roberts,等算子边缘检测matlab代码-Edge detection, sobel, canny, Roberts, and other operator edge detection matlab code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:418816
    • 提供者:youyou
  1. suanfabijiao

    0下载:
  2. roberts、sobel、prewitt、log、canny五种边缘检测经典算子的代码,适合初学matlab和图像处理。-roberts, sobel, prewitt, log, canny five kinds of classic edge detection operator code, suitable for beginners matlab and image processing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:109568
    • 提供者:laura
  1. diblook

    0下载:
  2. 在原有的DIBLOOK开源代码的基础上改进算法,利用Sobel及Canny算子边缘检测方法实现将彩色图像转变为灰度图像,自己添加了大量的API函数。-Improved algorithm based on the original DIBLOOK open source code, using the Sobel and Canny edge detection method to achieve the color images in
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:24682496
    • 提供者:独角之灵
  1. chepai

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

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

    0下载:
  2. 边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-verge detection using canny operator
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:edget
  1. OpenCV

    0下载:
  2. 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 2
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:1682432
    • 提供者:jianglei
  1. EdgeFinal7

    0下载:
  2. 边缘检测VC++代码,Roberts,Sobel,Prewitt,Canny算子代码-Edge detection VC++ code
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:709632
    • 提供者:puwang
  1. edge_detection

    0下载:
  2. 本代码比较全面地给出了图像边缘检测常用的各种算法的代码,包括:基于LoG算子边缘检测、基于Canny算子的边缘检测、基于SUSAN算子的边缘检测、基于小波变换模极大值的边缘检测、利用有限冲击响应来提取不同方向边缘、采用灰度形态学膨胀和腐蚀,对图像进行单尺度和多尺度的形态学边缘检测-This code gives a more comprehensive variety of commonly used edge detection al
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:141312
    • 提供者:朱玥
  1. CannyFilter-CanUse

    0下载:
  2. 本代码实现图像边缘检测,canny算子进行图像边缘提取,包含所有代码以及测试图像,可以自行调节参数-This code implements edge detection, canny operator image edge extraction, contains all the code and test images, you can adjust the parameters yourself
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2185216
    • 提供者:pan
  1. Edge-detection-algorithm

    0下载:
  2. 用Lena标准检测图像,Sobel算子边缘检测、Prewitt算子边缘检测、Roberts算子边缘检测、Laplace算子边缘检测、Canny算子边缘检测完整算法代码 -By Lena standard test image, Sobel operator edge detection, Prewitt edge detection operator, Roberts operator edge detection, Laplace
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:why
  1. edge-detection

    0下载:
  2. 图像边缘检测的matlab 代码,包括 sobel, canny 等几种边缘检测的方法-edge detection algorithms which includes canny , sobel and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:155648
    • 提供者:李伟
  1. cannycode

    0下载:
  2. canny 算法源码实现图像边缘检测,完全按照Canny算法的原理实现,里面有代码详细说明,便于理解,-using canny to detect the image edge,in full accordance with the principles of Canny algorithm ,there are detailed instructions of codes,easy to understand
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:杨阿庆
  1. dataset

    0下载:
  2. 自己写的python canny算法,可以对图片进行边缘检测,要求见PPT,可根据需要调整代码-Write your own python canny algorithm that can detect the edge of the picture, asked to see the PPT, the code can be adjusted as needed
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-20
    • 文件大小:557056
    • 提供者:qiao
  1. bianyuanjiance

    0下载:
  2. 边缘检测MATLAB代码 包括Roberts sobel canny prewitt算子-Roberts sobel canny prewitt
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:赵赵
« 1 2 3 4 56 7 »

源码中国 www.ymcn.org