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

搜索资源列表

  1. 10162557800

    0下载:
  2. opencv参考例程源代码,适合初学者练习使用-opencv reference source code routines for beginners to practice using
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7992162
    • 提供者:yuj
  1. LearningOpenCV_Code

    0下载:
  2. 学习opencv一书中有关例子的代码,可以运行测试,适合初学者学习使用-Opencv example of a book about learning the code, you can run the test, suitable for beginners learning to use
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:20965331
    • 提供者:yuj
  1. OpenCV_chiness_VERSION

    0下载:
  2. 本文档是对OpenCV中代码风格的简短说明,因为OpenCV的核心库(cv,cvaux)是用C和C++编写的,所以本文档仅对用C和C++代码的编写有效。-OpenCV in this document is a brief descr iption of the code style, since the core of OpenCV library (cv, cvaux) is in C and C++ written, this document only in C and C++ code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2684623
    • 提供者:柳咏
  1. ReadTiff

    0下载:
  2. 这是一段简单的读写tiff文件的代码,包含“readtiff.h”文件并使用tiff类就可以 这段代码仅作为学习参考使用,效率并不高,如果要做实际用途,还请使用opencv或者MFC等库 此代码用纯C++写成,是我以前练习时用,可供参考。-This is a simple code to read and write tiff file, containing " readtiff.h" file and use this code tiff c
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:18403
    • 提供者:飞兔
  1. 3

    0下载:
  2. 本段代码主要介绍在OpenCV下进行高斯背景建模 -This code describes in OpenCV under the Gaussian background modeling
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1146
    • 提供者:李俊刚
  1. 4

    0下载:
  2. 看到有的网站搞分形艺术,才知道这个Z=Z*Z+C 如此的奇妙。 于是干脆在opencv下写出来,看看。效果还不错。呵呵。 这个小例子只能修改C的值,有兴趣的朋友可以自己改改代码,看能不能做出些美妙的图形。 代码提示:要获得高质量的图像,可以增加image_w,不过性能很低。-See some sites do fractal art, to know that Z = Z* Z+ C so wonderful. So they simply write under the op
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1005
    • 提供者:李俊刚
  1. 5

    0下载:
  2. 本段代码主要讲在OpenCV中,进行施密特正交化-Major topics of this section of code in OpenCV, the Schmidt
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:900
    • 提供者:李俊刚
  1. wxcvTimerCam

    0下载:
  2. 利用wx与opencv进行视频摄像头数据获取的案例源代码,开源的,具体版权参见授权协议,只要不用于商业行为即可。- the latest source code for opening your cam by wx and opencv
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:862344
    • 提供者:蒙笛
  1. blinkdetect1-src

    0下载:
  2. OpenCV Tracking Eye with Blind detection Source Code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4303
    • 提供者:Gia
  1. LearningOpenCV_Code

    0下载:
  2. 学习opencv书中的每章各个例子的源码-the sound code of the book <learning openCV>
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:21178449
    • 提供者:极地
  1. cvision4

    0下载:
  2. A step-by-step guide to the use of the Intel OpenCV library-the source code of A step-by-step guide to the use of the Intel OpenCV library
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6636721
    • 提供者:Jilin Hu
  1. camshift_wrapper

    0下载:
  2. opencv camshift c++ source code. please download for your use
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:121566
    • 提供者:vanya
  1. cvFilter2D

    0下载:
  2. 本代码使用OpenCV对图像进行滤波,只需要修改一下掩膜模板,就可以采用高斯,PREWITT算子及二维滤波。-This code uses OpenCV for image filtering, only need to modify the mask template, you can use Gaussian, PREWITT operator and two-dimensional filtering.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1401771
    • 提供者:haona
  1. AnotherMouseController

    1下载:
  2. opencv手势控制鼠标的源码,可以实现控制鼠标,通过肤色匹配来实现。-opencv source code control the mouse gesture, can control the mouse, by color matching to achieve.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:14808064
    • 提供者:fff
  1. LearningOpenCV_Code

    0下载:
  2. 学习opencv书上的源代码,每一章节的都有-the code of learning OpenCV,all part of the book
  3. 所属分类:OpenCV

    • 发布日期:2017-06-16
    • 文件大小:25053184
    • 提供者:张增
  1. cool03

    0下载:
  2. opencv 简单的图片输出功能 可以查看代码 修改路径输出你自己的图片-opencv image output function can simply look at the code to modify the output path of your own pictures
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9849307
    • 提供者:DMANO
  1. ch10_ex10_2

    0下载:
  2. 基于opencv用于实现kalman滤波器的一个简单例子代码-Opencv used to implement kalman filter based on a simple example of code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:1938
    • 提供者:qq
  1. ReadPic

    0下载:
  2. vc6.0中使用opencv显示彩色图像和灰度图像。比已有的相关代码多了显示灰度图像的能力。-vc6.0 using opencv display color images and grayscale images. More relevant than the existing code has the ability to display grayscale images.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:27280
    • 提供者:pty
  1. HumanTrack

    0下载:
  2. this code is to track the human body in a serial of images or in a video。it uses c++ and opencv ,before using,u should makesure u have opencv。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:852
    • 提供者:刘圆圆
  1. 2-1

    0下载:
  2. opencv基础教程 实例源代码 2-1 -opencv lecture example code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:956606
    • 提供者:enrique
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com