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

搜索资源列表

  1. ImageProcessing(openCV)

    4下载:
  2. 一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
  3. 所属分类:OpenCV

    • 发布日期:2014-04-05
    • 文件大小:1.86mb
    • 提供者:llc
  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
    • 文件大小:5.84mb
    • 提供者:wk
  1. edge

    0下载:
  2. 调用opencv库,采用sobel算子实现图像的边缘检测功能-Opencv library calls using the sobel operator edge detection of image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:1.98mb
    • 提供者:leon
  1. edgedetection

    0下载:
  2. This is edge detection with vc++2008 and opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:963byte
    • 提供者:killer
  1. Snake

    0下载:
  2. 基于OpenCV的Snake方法边缘检测-Method based on edge detection OpenCV' s Snake
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.88mb
    • 提供者:Tsunami0102
  1. canny-edge-detection

    0下载:
  2. 基于openCV的canny边缘检测代码 VC++ 2008 express环境运行。-The canny edge detection based on openCV code VC++ 2008 express running environment.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:582byte
    • 提供者:
  1. edge--detection

    0下载:
  2. 用opencv实现的边缘检测功能,根据学习opencv一书中的伪码补充和完整后的代码,可以运行-Edge detection with opencv function, according to the pseudo-code complement and complete code after learning opencv book, you can run
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:17.12mb
    • 提供者:zmm
  1. image-edge-detection

    0下载:
  2. 压缩包含一个文件夹和三个文档。文件夹是图片Canny边缘检测的工程文件,有源代码和可执程序。三个文档是介绍在MFC中如何添加关联函数来使用openCV。-Contains a compressed folder and three documents. Pictures folder is Canny edge detection project files, source code and executable programs. Three documents are introduced
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2.74mb
    • 提供者:LiChongliang
  1. Avi-file-edge-detection-

    0下载:
  2. 本程序是基于OPENCV的C代码编程,其主要功能是对视频文件提取边缘。边缘提取的算法是Canny算法。-This program is based on the C code programming OPENCV, its main function is to extract the video file edges. Canny edge detection algorithm is the algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5.77mb
    • 提供者:Yuan Li
  1. Edge-detection--Sobel-LaplaceCanny

    1下载:
  2. Edge detection--Sobel,Laplace,Canny.zip 运用各种边缘化算法实现图像的边缘化,用opencv实现。-Edge detection--Sobel,Laplace,Canny.
  3. 所属分类:OpenCV

    • 发布日期:2015-11-13
    • 文件大小:2kb
    • 提供者:王玲
  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
    • 文件大小:1.41kb
    • 提供者:冯泽
  1. edge-detection

    0下载:
  2. 本文档是利用opencv实现的边缘检测代码,包括3个算子:canny算子,laplace算子和sobel算子-This document is to use the opencv implementation of edge detection code, including three operator, canny operator, Laplace operator and sobel operator
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2.26kb
    • 提供者:宋宋
  1. edge-detection-(varies-operators)

    0下载:
  2. 边缘检测的opencv源码,包含了各种算子和滤波器——Canny算子,Sobel算子,Laplace算子以及Scharr滤波器-Edge detection opencv source, including a variety of operator and filter Canny operator, Sobel operator, Laplace operator and Scharr filter
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.17mb
    • 提供者:xuzhengyang
  1. Canny-edge-detection

    0下载:
  2. 用OpenCV实现canny边缘检测,和MATLAB的canny边缘检测有所不同。-Canny edge detection using OpenCV,it s different the canny in MATLAB.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:764.73kb
    • 提供者:Bruce
  1. Marr-Hildreth-edge-detection

    0下载:
  2. 利用opencv进行Marr-Hildreth图像边缘检测,改进的边缘检测算子-Marr-Hildreth image edge detection with opencv, improved edge detection operator
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:1.41kb
    • 提供者:张军
  1. opencv

    0下载:
  2. opencv基础应用图象边缘检测,霍夫变换,背景检测。(Opencv basic applications: image edge detection, Hof transform, background detection)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:4.1mb
    • 提供者:ellen19967
  1. opencv程序

    0下载:
  2. 图像处理,显示,定时采集图像,发出报警,图像边缘检测(Image processing, display, timing acquisition of images, alarm, image edge detection)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-03
    • 文件大小:79kb
    • 提供者:考研之路
  1. Opencv sobel边缘检测源代码

    0下载:
  2. opencv sobel 边缘检测 vs2012+opencv win7(opencv sobel edge detection vs2012+opencv win7)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:2.34mb
    • 提供者:wendy_jsj
  1. test_edge_detection

    0下载:
  2. 对图像首先进行3*3内核平滑降噪,然后使用Canny算子做边缘检测(First perform 3*3 kernel smooth noise reduction on the image, then use Canny operator for edge detection)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:8.96mb
    • 提供者:水里一条猫
  1. python-opencv镜头直线检测

    1下载:
  2. 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)
  3. 所属分类:OpenCV

    • 发布日期:2020-12-24
    • 文件大小:1kb
    • 提供者:raintonight
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com