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

搜索资源列表

  1. CarTrack

    1下载:
  2. 文件为ppt,介绍了主流的车流量统计方法,算法运行需要opencv的支持。-Traffic statistics method
  3. 所属分类:Development Research

    • 发布日期:2015-06-17
    • 文件大小:1124352
    • 提供者:李小涛
  1. hough

    0下载:
  2. 基于OpenCV的hough变换检测图像直线,本代码能够识别焊缝跟踪功能。-OpenCV based hough transform to detect linear image, the code can identify seam tracking.
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1790041
    • 提供者:黄凯军
  1. Learning-OpenCV

    0下载:
  2. 人数,关于计算机系统的-Number on the computer system,
  3. 所属分类:软件工程

    • 发布日期:2023-07-14
    • 文件大小:11489538
    • 提供者:涛涛
  1. sxl002

    0下载:
  2. 利用opencv对图像进行图像处理初步
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:sxl
  1. proj_2

    0下载:
  2. Opencv code for Sobel edge detection
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:99438
    • 提供者:leila
  1. opevcvrobot

    0下载:
  2. opencv 机器人视觉文献, 有需要的童鞋请下载-opencv robot pdf
  3. 所属分类:Development Research

    • 发布日期:2017-05-26
    • 文件大小:8973560
    • 提供者:胡国伟
  1. VC_OpenCV-digital-image-processing

    0下载:
  2. 基于OpenCV下的VisualC_数字图像处理方法-VisualC_ digital image processing method based on OpenCV
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:306755
    • 提供者:侯思尧
  1. 156

    0下载:
  2. Cvvimage.cpp和Cvvimage.h在opencv以前的版本有,后来省去了。比较有用。-Cvvimage.cpp and Cvvimage.h in previous versions of OpenCV, then save. More useful.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:3285
    • 提供者:zhaohuazhe
  1. VS2010_OpenCV

    0下载:
  2. 基于VS2010下的opencv配置(根据版本不同可能会略有不同)-using opencv on VS2010.pay attention to:the way may be different between different versions.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:714695
    • 提供者:范诚诚
  1. OpenCVa

    0下载:
  2. OpenCV 2.4.3初学参考文档 useful-OpenCV 2.4.3 reference documentation useful for beginners
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:626878
    • 提供者:tina
  1. VS2010POpenCV2.4.6

    0下载:
  2. 大家在使用opencv的时候肯定会面对这样一个问题:根据官网以及大多数教程提供的方法中,似乎每一次新建一个opencv的新项目以后都需要重新再配置“VC++目录”中的“包含目录”和“库目录”;以及“链接器”中的“附加依赖项”。这给我们造成了很多的不便,大家都希望寻找一种只需要配置一次opencv环境的方法,这里我就给大家介绍一种简单的方法!-We use opencv it certainly face such a problem: According to the official webs
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:550282
    • 提供者:lyw
  1. learning open cv chinese

    0下载:
  2. learning Open CV(chinese version)
  3. 所属分类:软件工程

  1. opencv_tutorials

    0下载:
  2. opencv_tutorials 关于opencv的参考手册tutorial-opencv_tutorials about opencv tutorial new
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:10395532
    • 提供者:young
  1. VS2010_P_OpenCV2.4.3

    0下载:
  2. 基于open_cv的图像处理opencv的,能够识别动态环境下运动目标,并指出运动目标前进方向程序-Opencv-based moving target detection, able to identify the dynamic environment of moving targets
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:9639
    • 提供者:朱永丰
  1. opencvreadimage

    0下载:
  2. 利用opencv读取一张图片,包含文件、主函数-opencv read image
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:5999
    • 提供者:王婷婷
  1. redvedio

    0下载:
  2. VC环境下opencv实现读取视频,实现逐帧读取并保存-VC environment opencv to read the video, frame by frame to achieve read and save
  3. 所属分类:Software Testing

    • 发布日期:2017-04-06
    • 文件大小:961
    • 提供者:廖伟胜
  1. CV_features2d

    0下载:
  2. OpenCV里面实现了许多特征点检测算法,我花了一段时间去学习和理解,写了一个文档在这,希望对大家又帮助。-OpenCV which implements many features detection algorithm, it took me some time to learn and understand, wrote a document in this, and I hope they help.
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:128179
    • 提供者:于公
  1. EdgeDetection

    0下载:
  2. 基于hough变换的边缘检测(下面是采用 CANNY 算子进行图像边缘检测的 C/C++ 源代码,在OPENCV BETA 4.0, VC6.0 环境下编译通过-Hough transform based on edge detection (Here is using CANNY operator image edge detection C/C++ source code, under OPENCV BETA 4.0, VC6.0 environment compiler
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:1044
    • 提供者:很多个
  1. OPenCV-feature--summary

    0下载:
  2. 包括 颜色提取 形状提取,形状提取包括 Candy算子对边缘提取、  角点提取、 Hough直线提取-Including color extraction shape extraction, including  Candy shape extraction operator for edge detection,   corner extraction,  Hough lin
  3. 所属分类:Project Manage

    • 发布日期:2017-04-04
    • 文件大小:448490
    • 提供者:
  1. opencv_track

    0下载:
  2. 用opencv实现轮廓提取和跟踪,在 vc++环境下实现运行-With opencv contour extraction and tracking
  3. 所属分类:software engineering

    • 发布日期:2017-06-02
    • 文件大小:14390478
    • 提供者:孟斌
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 »
搜珍网 www.dssz.com