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

搜索资源列表

  1. hsaliencyexe

    0下载:
  2. 图像边缘提取算法源码,基于局部显著度提取算法-saliency_RC on Opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2238362
    • 提供者:tomzhang
  1. ImageProcessTest

    0下载:
  2. 通过OPENCV库中相关算法对图像降噪、求边缘、直线遍历并获得直线角度、获得图像中目标的凸包等-Use OPENCV Lib to filer image, get the edges of image and so on.
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-03
    • 文件大小:14935427
    • 提供者:arthurzcx
  1. CannyDection

    0下载:
  2. canny边缘检测程序,并进行了细化处理,效果非常好,与opencv和matlab效果差不多,并且代码写得很规范,值得学习。-Canny edge detection procedure, and has carried on the elaboration, the effect is very good, and the effect of opencv and matlab, and the code written specification, worth learning.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-01
    • 文件大小:13463561
    • 提供者:喻金涛
  1. AIcourse2016

    0下载:
  2. 边缘检测,基于opencv 、vs2010、cuda的图像边缘检测- edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:25136
    • 提供者:李志
  1. Edge-Detection_canny-_perfect

    1下载:
  2. Canny算法求图像边缘,C++语言实现。步骤分:求梯度、非极大值移植、自适应阈值、滞后阈值求边缘、边缘细化。算法核心由C语言实现,效果可以和OpenCV和Matlab相媲美。-Canny algorithm for image edge, the use of C++ language, the steps include: for gradient, maximum value suppression, adaptive threshold, hysteresis threshold. Th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2895324
    • 提供者:arthur
  1. Canny

    0下载:
  2. Visual C++ 的OpenCV Canny边缘检测-OpenCV Canny edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:11820617
    • 提供者:顾南阳
  1. edge

    0下载:
  2. 使用Visual Studio 2013和opencv开源库实现图像的边缘检测-Use Visual Studio 2013 and opencv open source library for image edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:863
    • 提供者:SmallFire
  1. Canny

    0下载:
  2. 适用于opencv初学者 canny边缘检测将输出写入一个单通道(灰度级)图像-Applicable to opencv beginners canny edge detection writes the output to a single channel (grayscale) image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5107112
    • 提供者:张雨轩
  1. jyy-Canny-SF

    0下载:
  2. opencv有关图像边缘检测,二值转化,图像腐蚀和膨胀代码。-Image edge detection, binary transformation, image erosion and expansion
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:17567565
    • 提供者:季羽
  1. Opencv_LingJian

    0下载:
  2. 在vs2013环境下编写的零件个数检测程序,已经应用。应用opencv中的腐蚀和边缘处理和获取轮廓等算法。-In vs2013 environment prepared by the number of parts testing procedures have been applied. Application opencv corrosion and edge processing and obtaining contour algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-17
    • 文件大小:53098496
    • 提供者:追寻
  1. canny

    0下载:
  2. canny边缘检测算法,利用opencv实现,vs2015,opencv2.4.13-canny edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2766352
    • 提供者:shao
  1. videoPrc1

    0下载:
  2. 基于vs+opencv的视频获取,及边缘提取-Based on vs+ opencv video access, and edge extraction
  3. 所属分类:Video Capture

    • 发布日期:2017-05-30
    • 文件大小:12090234
    • 提供者:丰臣翔
  1. ImageRetrieval

    0下载:
  2. ImageRetri (C++_毕业设计) sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持-ImageRetri Color histogram, gray matrix, HU invariant moment, edge direction histogram, retri method using K-means and K-D tree two, need OPENCV support (C++ _ gradu
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:438679
    • 提供者:高峰记忆
  1. seamcarving

    0下载:
  2. 使用opencv 实现Seamcarving,其中包含梯度和边缘显著度检测对图像进行预处理,智能缩放鲜果更好一些-Use opencv achieve Seamcarving, which contains a significant gradient and edge detection for image pre-processing, intelligent scaling fruit is better
  3. 所属分类:Console

    • 发布日期:2017-05-05
    • 文件大小:421666
    • 提供者:snow
  1. pengyuan

    0下载:
  2. 使用opencv实现图象边缘提取,使用Canny算子进行图像边缘提取-Use opencv to achieve image edge extraction, the use of Canny operator edge extraction image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11573688
    • 提供者:陈俊帆
  1. Opencv_Contours

    0下载:
  2. 应用opencv来进行边缘检测程序,编译环境VS2013。应用多个方法。-Application opencv for edge detection, compiler environment VS2013. Application of multiple methods.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2332945
    • 提供者:追寻
  1. CannyCPU

    0下载:
  2. 图像边缘特征提取Canny算法的完整C语言程序。但运行之前要配置OpenCV,配置方法很简单,网上有,-Image edge feature extraction Canny algorithm integrity of the C language program. But before running to configure OpenCV, configuration method is very simple, online, thank you
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:15428
    • 提供者:anbao
  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
    • 文件大小:1446
    • 提供者:张军
  1. Image-edge-detection

    0下载:
  2. 本代码是在基于opencv中的使用,在vs中编写的,关于图像边缘提取的!-This code is based on the use of opencv, written in vs, regarding the image edge extraction!
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:4860015
    • 提供者:hairui
  1. bianyuanchuli

    0下载:
  2. 基于opencv的sobel.laplacian.canny三种边缘处理的源代码-opencv sobel.laplacian.canny
  3. 所属分类:Special Effects

    • 发布日期:2017-12-12
    • 文件大小:675
    • 提供者:李小贤
« 1 2 ... 19 20 21 22 23 2425 »
搜珍网 www.dssz.com