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

搜索资源列表

  1. Distortion Correction

    4下载:
  2. VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
  3. 所属分类:OpenCV

    • 发布日期:2012-11-15
    • 文件大小:6126735
    • 提供者:wk
  1. Desktop

    0下载:
  2. 能够进行图像的边缘检测,采用canny算法,opencv代码只有短短几行,简单实用-Capable of image edge detection using canny algorithm, opencv code for only a few lines, simple and practical
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:6187
    • 提供者:huyong
  1. canny

    0下载:
  2. 本代码提高了图像处理中最经典的canny边缘检测算法-This code improves the image processing of the most classic canny edge detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:621
    • 提供者:李咋
  1. opencvcanny

    0下载:
  2. 基于OpenCV的边缘检测算法在仪表识别中的应用与改进-OpenCV' s edge detection algorithm based on the instrument recognition and improvement
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:309546
    • 提供者:林方
  1. ds

    0下载:
  2. Opencv图像处理,Canny边缘检测算法 -Opencv image processing, Canny edge detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5784047
    • 提供者:sonic
  1. bianyuan

    0下载:
  2. 基于vc++6.0开发环境,用OpenCv编程,实现多种算子的边缘检测算法!-Development environment based on vc++6.0 with OpenCv programming, a variety of operator edge detection algorithm!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8502109
    • 提供者:孙颖雯
  1. Canny

    0下载:
  2. 开发环境VC++6.0,这是一个用OpenCV做的canny边缘检测算法-Development environment VC++6.0, this is one to do with OpenCV canny edge detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:7050317
    • 提供者:杨强
  1. OpencvDemo01

    0下载:
  2. 基于opencv实现的边缘检测算法,及其算法扩展,使用opencv2.3.1,vs2008环境-Edge detection algorithm based on opencv achieve its algorithm extended 。 use opencv2.3.1, vs2008 environment
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:3452206
    • 提供者:yuew
  1. blobtrack

    0下载:
  2. opencv图像边缘检测算法 内有注释 方便学习opencv的同学-failed to translate
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:7928
    • 提供者:蒲文辉
  1. contour

    0下载:
  2. OpenCV实现的边缘检测算法, 主要运用OpenCV里的函数实现, 实验效果良好-OpenCV implementation of the edge detection algorithm, the main use of OpenCV functions to achieve the experimental results is good
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:8871318
    • 提供者:
  1. canny

    0下载:
  2. Canny 的目标是找到一个最优的边缘检测算法 opencv中的边缘检测 用c++来实现-Canny goal is to find an optimal edge detection algorithm of edge detection opencv to achieve c++
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:784328
    • 提供者:cjshan
  1. detection_nose-master

    1下载:
  2. 模式识别算法电子鼻电子鼻的种类神奇的电子鼻边缘检测算法电子鼻应用别的种类的电子鼻人脸检测算法图像边缘检测算法-Kind of pattern recognition algorithms magical electronic nose electronic nose electronic nose electronic nose edge detection algorithm applied other types of electronic nose face detection algor
  3. 所属分类:OpenCV

    • 发布日期:2016-12-27
    • 文件大小:9216
    • 提供者:yangpeide
  1. ptr14315findcontour

    0下载:
  2. 边缘检测算法,基于sobel算子,opencv实现,基础算法。-Edge detection algorithm, sobel operator based, opencv achieve basic algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-01
    • 文件大小:13883771
    • 提供者:d2fans
  1. Edge-Detection

    0下载:
  2. opencv实现基于Sobel算子、Canny算子和Laplace算子的图像边缘检测算法。 开发环境:vs2010+opencv。-opencv-based Sobel operator, Canny operator and Laplace operator image edge detection algorithm. Development environment: vs2010+ opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1448
    • 提供者:冯泽
  1. opencv

    0下载:
  2. 图像预处理 边缘检测算法 经典的三种算法 -roberts sobel prewitt
  3. 所属分类:OpenCV

    • 发布日期:2017-04-25
    • 文件大小:20238
    • 提供者:cah
  1. Canny

    0下载:
  2. Canny边缘检测算法: 用高斯滤波器平滑图像; 用一阶偏导的有限差分计算梯度的幅值和方向; 对梯度幅值进行非极大值抑制; 用双阈值算法检测和连接边缘。 -canny contour extraction algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:2190
    • 提供者:陶潜水
  1. OpenCV-camera-video-capture-sample

    0下载:
  2. 旧版OpenCV总是打不开现在的电脑摄像头,因此,查阅Opencv3.0文档后,发现其中部分类做了改进,程序为通过OpenCV3.0版本中的VideoCapture类打开电脑自带摄像头,用Mat类读取每帧图像,并利用边缘检测算法对视频边缘检测输出。-Older always OpenCV computer camera not open now, so consult Opencv3.0 document, found part of the class has been improved th
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:7336374
    • 提供者:liang
  1. Edge_Detection

    0下载:
  2. 多种边缘检测算法 可以进行对比选择,方便提取更好的边缘特征-A variety of edge detection algorithm can be compared to choose, easy to extract better edge features
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11808677
    • 提供者:田锋
  1. OpenCVCanny

    0下载:
  2. OpenCV中的Canny边缘检测算法程序-OpenCV Canny edge detection algorithm in application
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:824
    • 提供者:安宝
  1. canny

    0下载:
  2. Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:6024192
    • 提供者:moon0704
« 12 3 »
搜珍网 www.dssz.com