CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - c 学习

搜索资源列表

  1. Kalman_filter_C

    1下载:
  2. 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
  3. 所属分类:OpenCV

    • 发布日期:2016-05-12
    • 文件大小:3072
    • 提供者:top
  1. OpenCV-cn

    0下载:
  2. 学习OpenCV的中文书。 OpenCV 是一个开源(参见http://opensource.org)的计算机视觉库,项目主页为 http://SourceForge.net/projects/opencvlibrary。OpenCV 采用C/C++语言编 写,可以运行在Linux/Windows/Mac 等操作系统上。OpenCV 还提供了Python、R uby、MATLAB 以及其他语言的接口。-Learning OpenCV of Chinese books. OpenC
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1371703
    • 提供者:guojie
  1. OpenCV

    0下载:
  2. 学习基于Visual C++的OpenCV软件必看的书籍-Learning Visual C++ based on the OpenCV software is a must-see books
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:6025743
    • 提供者:csjzky
  1. opencv

    0下载:
  2. 用C语言编写的基于opencv库函数的打开一张图像的简单程序,适合初学者学习。-Written in C opencv library functions based on the image on a simple procedures, is suitable for beginners to learn.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1084418
    • 提供者:刘杰
  1. 1-OpenVideo

    0下载:
  2. 本人刚开始学习OpenCV和C++,摸索了很久才弄明白了,把我做过的打开摄像头的程序发给大家-I just began to learn OpenCV and c++, groped for a long time to figure it out, and I do a video camera out to everybody open program
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11158036
    • 提供者:fairy
  1. Packt.OpenCV.2.2

    0下载:
  2. 基于opencv2.2的库,使用C++描述,是一本学习边学边用的的好书。-Based on a opencv2.2 library use C++ describe a learning learn while with the book.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5688872
    • 提供者:石楷弘
  1. OReilly-OpenCV

    0下载:
  2. 说明:本书是基于OpenCV1.0的,以C语言实现为主。目前OpenCV的最新的版本是OpenCV2.0,已经完全实现了C++,可惜还没有一本书(包括外文的)是基于OpenCV2.0来介绍OpenCV的,所以建议熟悉图像处理并且英语能过关的朋友直接去学习OpenCV2.0里的英文帮助文档吧。不过英语不行的朋友先从本书开始学习也是一个不错的选择。-Descr iption: This book is based on the OpenCV1.0, and to C language based.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13493678
    • 提供者:黃聖雄
  1. LearningOpenCV_Code

    0下载:
  2. 《学习opencv》这本书的相应章节的源码,由于是1.0的版本,里面的代码都不是用C++实现的,而是用的类。只能作为入门,与类有关的还是还是上网看一些新鲜的吧~-Learning opencv " source of the corresponding chapter of this book, because it is version 1.0, code inside is not C++ achieve, but with class. Only as an entry with
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:21177344
    • 提供者:吴立彬
  1. OpenCV2.Cookbook

    0下载:
  2. 本书特别推荐给想学opencv2.0以上的同学, OpenCV 2的C++版本,利用类的思想,有很多具体的例子,比帮助文档要好些,非常好的opencv学习资料-The book is especially recommended to the students want to learn opencv2.0, OpenCV' s C++ version, the use of thought, there are many specific examples better than hel
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:5364824
    • 提供者:yaoyao
  1. OpenCV-2-Computer-Vision-Application

    0下载:
  2. OpenCV 2 Computer Vision Application Programming Cookbook 的源码,采用C++风格,非常适合学习2.0以后的openCV 版本。-OpenCV 2 Computer Vision Application Programming Cookbook source, using C++ style, very suitable for learning 2.0 later OpenCV version.
  3. 所属分类:OpenCV

    • 发布日期:2017-10-31
    • 文件大小:134482
    • 提供者:刘东升
  1. LearningOpenCV_Code

    0下载:
  2. 学习open CV Visual C++ 数字图像处理-Learning the open CV Visual C++ digital image processing
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:14632871
    • 提供者:钱晓宇
  1. onling_tracker

    0下载:
  2. 采用在线学习跟踪方式,对物体进行跟踪,代码用c++编写,库用的Opencv库,程序中包括了3个.h,3个.cpp,一个.main程序。-We have added two new state-of-the-art object tracking algorithms to OpenCV which can robustly track images patches across a video sequence and learn online (i.e., on-the-fly) as the
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:16510782
    • 提供者:liyulong
  1. FaceDetection

    0下载:
  2. 该程序是在C++平台上运行可编译通过的源代码,该程序可以实现图片上的人脸检测,是笔者通过自学编程实现的,效果还不错,为准备开始学习opencv的小同学们提供参考-The program is running on a platform in C++ can compile the source code, the program can detect the human face on the picture, is the author of programming through self-
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:28551168
    • 提供者:曲盛铭
  1. 3241_Code

    0下载:
  2. 基于opencv2.4里的源代码,函数都是用C++函数编写的,很合适学习opencv初学者学习-Opencv2.4 based on the source code, function is written using the C++ function, very suitable for beginners to learn to learn opencv!!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4280457
    • 提供者:王潘
  1. QtOpenCVWidgets

    0下载:
  2. 使用Qt c++库进行OpenCV开发时的一些库函数,并且有这些库函数使用说明和示例程序可以进行学习和研究。-Use Qt c++ library OpenCV library functions during development, and use of these library functions and example programs can learn and study.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-24
    • 文件大小:117713
    • 提供者:ec215
  1. VS2008-MFCMSComm

    0下载:
  2. 了解控件在c++中是使用,便于初学者也可以很好的学习,通过C++使用MFC设计串口助手的功能-Learn controls in c++ is to use, easy to learn for beginners can be a very good use of MFC design assistant by serial C++ function
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:21626294
    • 提供者:长贵了
  1. adaboost

    0下载:
  2. c++环境下实现adaboost算法的基本代码,适合新手学习使用。-under c++ environment to achieve the basic code adaboost algorithm, suitable for novice to learn to use.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1703
    • 提供者:zhuke
  1. c

    0下载:
  2. 图像处理核心算法文件,适合学习机器视觉的人研究,在运算速度上做了优化-Image processing core algorithm file, suitable for learning machine vision of human studies, in the computing speed to do the optimization
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:3037830
    • 提供者:hk
  1. 学习版压缩感知

    0下载:
  2. 能够运行的基于压缩感知的目标跟踪程序,使用VS2017和opencv3.3平台C++编写(A target tracking program based on Compressive Sensing)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-01
    • 文件大小:7075840
    • 提供者:围生
  1. Learning OpenCV 3 Computer vision in C++

    0下载:
  2. 学习Opencv3.0必备!有着丰富代码和说明!(Learning Opencv 3.0!Full of codes and demonstrations!)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-20
    • 文件大小:43768832
    • 提供者:gongyeted
« 12 »
搜珍网 www.dssz.com