CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 轮廓检测

搜索资源列表

  1. face_detect

    0下载:
  2. 人脸的检测,利用训练的方法对人脸进行检测并画出轮廓线-Face detection, using training methods to detect human faces and draw the contour
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:39566
    • 提供者:stevenash
  1. image-process-fundation

    0下载:
  2. 本书主要讲述了Visual c++数字图像处理典型算法及实现。全书共12章,分别介绍了数字图像编程基础、图像感知与获取、图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分割、图像配准、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。 目录 第1章 Visual C++数字图像编程基础 1.1数字图像处理概述 1.2图像
  3. 所属分类:Graph program

    • 发布日期:2017-11-01
    • 文件大小:91395
    • 提供者:杨天表
  1. hunhegfaosi

    0下载:
  2. 该程序采用了混合高斯算法,对视屏进行处理能够检测出运动目标,同时采用了连通域阈值法除去多余的轮廓,使用时要安装opencv-The program uses a Gaussian mixture algorithm for processing to detect moving targets on the Screen, at the same time using the connectivity Domain threshold method to remove the outline t
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:19439697
    • 提供者:徐昊
  1. hough

    0下载:
  2. 基于霍夫变换的外形检测算法的实现,包括图像读取与显示、彩色图像转化为灰度图、灰度图二值化、膨胀腐蚀、图像轮廓提取、线性图形检测以及椭圆检测-Shape detection algorithm based on Hough transform implementation, including the image read and display color images into grayscale, grayscale binary and expansion corrosion image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-10
    • 文件大小:4959444
    • 提供者:chenxin
  1. contour

    0下载:
  2. 轮廓(contour)检测2,适用OPENCV的软件编程 -Contour (contour) detection, applicable OPENCV software programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-01
    • 文件大小:7677
    • 提供者:王越
  1. TrackandID

    1下载:
  2. 在vc++6.0下,利用opencv函数库,使用轮廓检测法检测车辆,并显示实现车辆的跟踪和计数-Use opencv library in vc++6.0, using contour detection assay vehicle and display of vehicle tracking and counting
  3. 所属分类:Other systems

    • 发布日期:2015-06-17
    • 文件大小:4446208
    • 提供者:王小飞
  1. lk

    0下载:
  2. 寻找轮廓实现视频流的运动目标检测(超推荐一下)-Looking for the outline of the video stream moving target detection (super recommended)
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:2489
    • 提供者:朱奇
  1. lunkuojiance

    0下载:
  2. 检测图像中的轮廓,并定位坐标,可以对图片特征惊醒提取。-Detect the image contours, and position coordinates can be awakened picture feature extraction.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:1234
    • 提供者:徐海波
  1. Simple-face-detection

    0下载:
  2. 白底_简单脸部检测,包含:阈值分割和轮廓提取 + 人脸检测,灰度变换,24位彩色-White _ simple face detection, including: threshold segmentation and contour extraction+ face detection, gray-scale transformation, 24-bit color
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:6148559
    • 提供者:王坚
  1. car-palate

    0下载:
  2. 主要用于对运动的车辆的检测,能够获得运动车辆的轮廓,车牌的识别,车的类型-Primarily used for the detection of moving vehicles, it is possible to obtain the contour of the moving vehicle, the license plate recognition, the type of car. . .
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:2869202
    • 提供者:李浩东
  1. car_detect_10_24

    0下载:
  2. 用 openCV2.0实现了小车的检测。基于轮廓的方法,基于最近领域法进行分类。-The openCV is used to detect cars in this app.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:421781
    • 提供者:try
  1. contour-tracing

    0下载:
  2. 主要功能是图像的边缘检测与提取,以及目标轮廓跟踪算法的源代码-Main function is to image edge detection and extraction, as well as target contour tracking algorithm source code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:31414
    • 提供者:windy
  1. houghline

    0下载:
  2. opencv2.4.3 新版的c++接口 霍夫直线检测 直线轮廓描绘-opencv2.4.3 hough line detector the new c++/Mat construction
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-05
    • 文件大小:882
    • 提供者:zhangnight
  1. EdgeContour

    0下载:
  2. MFC实现灰度图像的边缘与轮廓,包括Robert,sobel,Kirsch等各种算子的边缘检测,hough变换,轮廓提取,种子填充,轮廓跟踪等-MFC to achieve gray image edges and contours, including Robert, sobel, Kirsch other operator edge detection, hough transform, contour extraction, seed filling, contour tracking.
  3. 所属分类:Menu control

    • 发布日期:2017-05-10
    • 文件大小:2139974
    • 提供者:赵丹凤
  1. edge-detection

    0下载:
  2. 利用vc,实现对图像的边缘检测,能够很好地提取图像的轮廓。-Use vc, realize the image edge detection, it is possible to extract a good outline of the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2663383
    • 提供者:静静
  1. The-image-processing

    1下载:
  2. 用matlab提取图像的骨架 参看边缘检测技术、闭合边界技术和轮廓提取方面的资料 用canny算子检测得到的边界图见附图,还需要进行边界的修补然后提取轮廓 根据你的要求再自己加些东西进去吧 -Matlab was used to extract the skeleton of the image See the edge detection technology, a closed boundary contour extraction and information tec
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:3729
    • 提供者:peng yunfa
  1. Natural-Image-manage

    0下载:
  2. 一篇有关利用轮廓在自然图像中检测和定位交点的英文文献,该方法是在64位操作系统中进行的-One on the use of contours in natural images to detect and locate the intersection of English literature, the method is a 64-bit operating system for the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2918904
    • 提供者:木木
  1. MyDIP

    0下载:
  2. MyDIP C++图像处理程序源代码,实现图片灰度处理、图像缩放、图像变换、图像边缘与轮廓的相关处理等。关于源码内的Template()函数:作用是用指定的模板(任意大小)来对图像进行操作,参数iTempH指定模板    * 的高度,参数iTempW指定模板的宽度,参数iTempMX和iTempMY指定模板的中心    * 元素坐标,参数fpArray指定模板元素,fCoef指定系数。   关于PrewittDIB()函数:作用是用Prewitt边缘检测算子对图像进行边缘检测运
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:47551
    • 提供者:郭子杰
  1. EdgePContour

    1下载:
  2. VC++边缘检测(包括Robert算子、Sobel算子、高斯-拉普拉斯算子等)、霍夫变换、轮廓提取、种子填充、轮廓跟踪-VC++ edge detection (including Robert operator, Sobel operator, Gauss- Laplace operator, etc.), Hough transform, contour extraction, seed filling, contour tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:86084
    • 提供者:
  1. lk

    0下载:
  2. 寻找轮廓实现视频流的运动目标检测(超推荐一下)-Looking for the outline of the video stream moving target detection (super recommended)
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2534
    • 提供者:杜兰特
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 »
搜珍网 www.dssz.com