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

搜索资源列表

  1. Contours

    0下载:
  2. 利用OpenCv实现图像中目标的轮廓提取,针对二值图像。-The use of OpenCv to achieve the target in the image contour extraction for binary image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1473180
    • 提供者:杨哲辉
  1. lunkuotiqu

    0下载:
  2. opencv 用于人的轮廓提取,并且效果挺明显-Opencv used for the contour extraction, and the result is quite obvious
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13408988
    • 提供者:123
  1. practice_contours

    0下载:
  2. 使用Opencv來開發輪廓辨識的範例練習-Using Opencv to develop a example for contour.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14614365
    • 提供者:brucelai
  1. match

    1下载:
  2. 在利用开源软件OPENCV的基础上,在.NET4.0的开发平台上实现动态的模板匹配。分别利用了Hu矩,轮廓树等匹配方式进行匹配。-Based on the use of open source software OPENCV. NET 4.0 development platform, dynamic templates matching. Use Hu moments, contour tree matching to match.
  3. 所属分类:OpenCV

    • 发布日期:2017-01-26
    • 文件大小:567296
    • 提供者:wu
  1. SSL08

    0下载:
  2. OpenCV基于帧间差分的运动检测和轮廓提取-OpenCV based on frame difference, motion detection and contour extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:321523
    • 提供者:ssl
  1. tbb

    0下载:
  2. 基于VC++ 和opencv的焊盘图像 内径外径的测量。包括滤波、边缘检测、轮廓提取和面积计算等算法。包含原图片-Based on the measurement of the pad image VC++ opencv Inside Outside. Including filtering, edge detection, contour extraction and area calculation algorithm. Contains the original image
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:21647897
    • 提供者:duqiuju
  1. 5556

    0下载:
  2. 基于OpenCV的车辆轮廓检测为了获得理想的车辆轮廓线,提出了一种基于开源计算机视觉库OpenCV的轮廓检测新方法。首先对图像迸行形态 学去噪、平滑滤波处理和二值化阈值分割等预处理,获得二值化黑白图像。然后通过轮廓提取和跟踪检测到车辆外轮廓线。 在VC++6.0环境下,利用Opener编程实现了此方法。-Proposed a new method of contour detection based on open source computer vision library OpenCV Op
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:15784
    • 提供者:周鹏
  1. drawcontour

    0下载:
  2. 基于OpenCV的肤色轮廓绘制程序,输入需要是一张含有肤色的黑白图像,运用Opencv中的cvFindContours函数和cvDrawContours函数,可运用到手势识别中-draw the contour of the skin color in a picture draw the contour of the skin color in a picture
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4196190
    • 提供者:张嘉男
  1. Bccontoura

    0下载:
  2. 基于OpenCV, 实现了寻找图像像的轮廓,用于物体识别,轮廓分析等算法 -Based on OpenCV, find images like contour for object recognition, contour analysis algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:12211
    • 提供者:条款
  1. opencv_findSquare

    0下载:
  2. 利用opencv实现在图像中寻找所有四边形轮廓,并显示-Quadrilateral contour image looking all use opencv and display
  3. 所属分类:Special Effects

    • 发布日期:2017-10-31
    • 文件大小:3584
    • 提供者:林伟
  1. Tcircleeh

    0下载:
  2. 这个是用OPENCV库函数在WIN32控制台中编写的,功能是实现轮廓跟踪,并画出出轮廓,此程序得出的是圆的轮廓,求得圆的中心和半径,将此圆画出,与实际的圆形成对比。 -This OPENCV library functions written in WIN32 console feature contour tracking, and draw the outline on this program is the outline of the circle, obtained in the
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:2327504
    • 提供者:面积
  1. face6

    0下载:
  2. OPENCV,提取轮廓程序示例,包括画轮廓和查找轮廓。-OPENCV, to extract contours procedures example, including painting the outline and contour Find.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-16
    • 文件大小:144315
    • 提供者:李俊杰
  1. ContoursDetection

    0下载:
  2. 该程序利用opencv实现了活动轮廓的检测,检测效果很精确-The program utilizes opencv active contour detection very precise detection effect
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1397140
    • 提供者:赵文轩
  1. OpencvDemo02

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

    • 发布日期:2017-11-30
    • 文件大小:2975430
    • 提供者:yuew
  1. label

    0下载:
  2. 轮廓的连通区标记,用C++、OPENCV实现!-OpenCV: label of a contour !
  3. 所属分类:OpenCV

    • 发布日期:2017-12-08
    • 文件大小:868
    • 提供者:huang
  1. lunkuo

    0下载:
  2. VC++上实现opencv 对物体轮廓的提取,控制台程序-Opencv object contour extraction VC++ console program
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:361122
    • 提供者:wanghui
  1. moving-object--tracking

    1下载:
  2. opencv 视频中运动物体轮廓跟踪监测。-opencv moving object contour tracking and monitoring.
  3. 所属分类:OpenCV

    • 发布日期:2014-03-31
    • 文件大小:2525855
    • 提供者:宽宽
  1. premier

    0下载:
  2. 基于opencv的VC++的图像canny边缘检测算法代码-canny contour detection
  3. 所属分类:Special Effects

    • 发布日期:2017-06-28
    • 文件大小:815104
    • 提供者:vivicharchar
  1. canny

    0下载:
  2. 基于opencv的VC++的图像canny边缘检测算法代码-canny contour detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:607
    • 提供者:vivicharchar
  1. contours

    0下载:
  2. 在VS2008环境下基于OpenCV画出图片中的轮廓,用到Canny算子边缘检测、形态学变换和轮廓遍历-VS2008 environment based on OpenCV draw the outline of the picture, used Canny operator edge detection, morphological transformation and contour traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:890
    • 提供者:jeff liang
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com