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

搜索资源列表

  1. Canny

    0下载:
  2. Canny边缘检测:(1)使用OPenCV函数完成;(2)自己写的Canny边缘检测函数。效果较好-Canny edge detection: (1) use OPenCV function is completed (2) Write your own Canny edge detection function. Better
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5623418
    • 提供者:
  1. OPENCVprogram

    0下载:
  2. OpenCV基本程序 包括边缘检测 直线检测 开闭运算等,比较好,珍藏版。-OpenCV basic procedures including edge detection, line detection opening and closing operation, good, collector s edition.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:18861
    • 提供者:雪獒
  1. ptr14315findcontour

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

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

    0下载:
  2. 基于opencv的图像基本处理,如缩放,旋转,平滑,canny边缘检测等基本操作。-Based on opencv image basic processing, such as scaling, rotation, smooth, canny edge detection and so on basic operation.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3690581
    • 提供者:amber
  1. Sobel_GPU

    0下载:
  2. 该VC++ 程序是基于CUDA架构的sobel边缘检测程序,GPU加速,并且使用了opencv函数库-The program is based on VC++ CUDA architecture sobel edge detection procedures, GPU acceleration, and use the opencv library
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:490999
    • 提供者:王顺飞
  1. Roberts_GPU

    0下载:
  2. 该VC++ 程序是基于CUDA架构的Robert边缘检测程序,GPU加速,并且使用了opencv函数库-The VC++ program is based on the CUDA architecture, Robert edge detection procedures, GPU acceleration, and use the opencv library
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:490930
    • 提供者:王顺飞
  1. LoG_GPU-log

    0下载:
  2. 该VC++ 程序是基于CUDA架构的LOG边缘检测程序,GPU加速,并且使用了opencv函数库-The program is based on VC++ CUDA architecture LOG edge detection procedures, GPU acceleration, and use the opencv library
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:490956
    • 提供者:王顺飞
  1. Sobel

    0下载:
  2. 基于opencv和vs2010的Sobel算法的实现,用于检测图像的边缘-Opencv and vs2010 achieve the Sobel algorithm for edge detection image
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:15517528
    • 提供者:周末
  1. mfcpicture

    0下载:
  2. 利用OpenCV在MFC中打开图片并进行边缘提取-Use OpenCV to open the picture in MFC and edge extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:4886
    • 提供者:高渐飞
  1. OpenCvTest

    0下载:
  2. 用Opencv2.4.9和VC2013写的Opencv入门图像处理程序,主要是读取彩色图像、转化为灰度图像、用Canny算子进行边缘检测、显示各种图像等,是比较好的Opencv入门简单程序。-Written by Opencv2.4.9 and VC2013 Opencv entry image processing program, mainly to read the color image is converted to grayscale images, using Canny edge
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8611788
    • 提供者:江村
  1. canny

    0下载:
  2. OPENCV学习代码,canny边缘检测,设置不同阈值进行边缘检测,得到不同的效果-OPENCV learning code, canny edge detection, set different thresholds edge detection, get different results
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:17903
    • 提供者:曹郁文
  1. Key-frame-extraction

    0下载:
  2. 数字视频应用技术,基于opencv的边缘检测与关键帧的提取和保存-Application of digital video technology, extraction and preservation of OpenCV edge detection and key frame based on
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4134069
    • 提供者:江江
  1. bianyuanjiance

    0下载:
  2. 采用opencv对图像进行canny边缘检测-edge detected
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:89889
    • 提供者:suifeng
  1. hpc

    1下载:
  2. 基于OpenCV和OpenMP的多核处理图像边缘检测算法——Sobel的实现。 没有可视化界面。 需要先配置OpenCV和OpenMP。 理论依据:利用OpenMP我们可以实现多核并行处理边缘检测。根据Sobel原理,可以完全明确的是:每一个像素点的梯度计算都不依赖于其他的像素点!这就是实现多核并行处理边缘检测的关键。利用这个关键的特性,我们可以让多个核同时去计算多个像素点的梯度值,进而提高Sobel边缘检测算法的性能。 -The implementation of OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2016-09-22
    • 文件大小:466944
    • 提供者:JiaJunLee
  1. harriscorner2

    0下载:
  2. 在opencv上编写的Harris角点检测,先进行Candy边缘检测,再检测角点,不是直接调用里面的函数,把是角点的位置标记了出来 -Harris corner detection in opencv prepared to make Candy edge detection, and then detect the corner, which is not a direct call function to mark the position of the corner points ou
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3200
    • 提供者:windbells
  1. cvCanny

    0下载:
  2. 图像处理中的边缘检测算法代码,使用的是cvCanny算子,使用c++和opencv编写-Image processing edge detection algorithm code, using cvCanny operator, using opencv c++ and write
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5197640
    • 提供者:闫志浩
  1. test9

    1下载:
  2. OpenCV 的圆形标记点的提取方法, 通过对图像进行平滑处理 、 边缘检测 、 轮 廓查找 、 几何约束以及椭圆拟合, 实现圆形标记点的提取。 有关圆形物体识别的场合。 -Extraction OpenCV circular markers by the image smoothing, edge detection, contour search, geometric constraints and ellipse fitting, to achieve extraction of ci
  3. 所属分类:Special Effects

    • 发布日期:2017-06-03
    • 文件大小:14971818
    • 提供者:fcf
  1. image-grad

    0下载:
  2. 基于OPENCV,实现不同梯度算子的边缘提取,其中包括最基本的像素操作,适合初学图像处理。-Based on OPENCV, the realization of different gradient operator edge extraction, including pixel operation is the most basic, suitable for beginners of image processing.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:940133
    • 提供者:yangming
  1. ISEF

    0下载:
  2. 利用ISEF边缘检测器进行边缘检测,源代码是基于opencv平台开发的。-Edge detection using ISEF edge detector, the source code is based on opencv platform development.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:10918
    • 提供者:边旭
  1. canny

    0下载:
  2. 利用opencv来实现边缘检测。可以通过改变函数参数来显示不同的结果。-canny edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8039705
    • 提供者:韦彩金
« 1 2 ... 14 15 16 17 18 1920 21 22 »
搜珍网 www.dssz.com