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

搜索资源列表

  1. LBP

    0下载:
  2. LBP算子的实现,可以帮助学习LBP,使用openCV,在vc08中编译运行-LBP operator to achieve, can help learning LBP, openCV, compile and run in vc08
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:4761714
    • 提供者:张组织
  1. OpenCVxx

    0下载:
  2. 一本关于OPENCV的资料!对初学者有点小帮助!-I don t say what,it s very good!
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:5155353
    • 提供者:兰紫霆
  1. gaosi

    0下载:
  2. 基于混合高斯背景建模的方法用于检测场景中的运动车辆,采用Visual C++和OpenCV实现,程序有详细注释,并且附带测试视频,希望对大家有帮助。-The movement of vehicles, based on Gaussian mixture background modeling method for detecting the scene to adopt the Visual C++ and OpenCV realization, procedures detailed note
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:7834484
    • 提供者:离逝的风
  1. ShowPicture

    0下载:
  2. 用opencv写的显示一幅图片,对于学习opencv初步的朋友很有帮助-Opencv write display a picture of a friend helpful for initial learning opencv
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-18
    • 文件大小:644861
    • 提供者:木兰兰
  1. vehicle-detection

    0下载:
  2. 基于帧间差分的方法用于检测场景中的运动车辆,采用Visual C++和OpenCV实现,程序有详细注释,并且附带测试视频,希望对大家有帮助。-The movement of vehicles based on frame difference method is used to detect scene using the Visual C++ and OpenCV realization procedures detailed notes, and come with a test video
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:4438056
    • 提供者:离逝的风
  1. camshitftrack20130115

    0下载:
  2. 这是一个基于opencv的camshift目标跟踪程序,很不错的,上面有详细的代码说明,对大家的编程很有帮助的-This is a camshift opencv based on the target tracking program, very good, it has detailed code instructions, to everyone s programming is very helpful
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:2654139
    • 提供者:xiaohan
  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-17
    • 文件大小:5364824
    • 提供者:yaoyao
  1. MFC-camera

    0下载:
  2. 此软件里面包含MFC、Opencv相关知识,希望能够对初学者有很好的帮助!-This files is very usefull,I hope that it can help the Green Stuent.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-18
    • 文件大小:2352894
    • 提供者:杨天威
  1. opencv2.4.3-Installation-guide

    0下载:
  2. opencv最新版2.4.3的英文版安装使用教程,希望可以帮助到大家-The English version of the the opencv latest version 2.4.3 install using the tutorial, I hope it can help to everyone
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:6805323
    • 提供者:金广智
  1. Corners

    0下载:
  2. 首先,请检查/样品在你的OpenCV的分布/ C/ squares.c的。这个例子提供了一个方形的检测,如何检测角落类似的功能,它应该是一个不错的开始。然后,一起来看看在OpenCV的功能,导向功能,如cvCornerHarris()和cvGoodFeaturesToTrack()。 上述方法可以返回许多角落类似的功能 - 最不会“真正的角落”你正在寻找。在我的应用程序,我只好检测,旋转或倾斜的广场(透视)。我的检测流水线包括: 从RGB转换为灰度级(cvCvtColor)
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:914
    • 提供者:clark
  1. opencvtest(ch2.2.3)

    0下载:
  2. opencv 测试例子,对初学者有一定帮助-the opencv test example for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:131951
    • 提供者:wangjie
  1. recon3d

    0下载:
  2. 利用Opencv和Opengl进行三维还原的源代码,对进行图像处理研究很有帮助 -Opencv and OpenGL 3D restore the source code, image processing research helpful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:19004
    • 提供者:阳军连
  1. HE

    0下载:
  2. 直方图均衡的C++代码实现,没有用opencv,但是可以更好的帮助你了解直方图均衡的原理,附有详细注释,欢迎下载-The histogram equalization C++ code to achieve, not opencv, but you can better help you understand the histogram equalization principle, with detailed notes, welcome to download
  3. 所属分类:Graph program

    • 发布日期:2017-11-18
    • 文件大小:1533944
    • 提供者:金谋
  1. canny

    0下载:
  2. 用opencv实现的MFC界面下的canny算子,全部自己编写,真实可用,重点在于opencv下MFC界面的搭建,对初学者应该很有帮助-failed to translate
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:15063541
    • 提供者:Candy
  1. Abornmal-detect

    0下载:
  2. 学习MFC和opencv结合的例子,希望对初学者有帮助-Learning MFC and opencv combined with examples, I hope to help beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:4971836
    • 提供者:陈下
  1. OpenCVPChinesePManual

    0下载:
  2. opencv是强大的开源图形处理源代码,本文档是opencv的帮助文档,供opencv的查询,方便opencv的学习与研究。-opencv is a powerful Open Source graphical processing source code, this document is opencv help documentation for opencv query opencv facilitate learning and research.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:3723028
    • 提供者:feixiang
  1. re

    0下载:
  2. 基于OpenCV的图像匹配程序,可达到亚象素,对图像匹配有很大的帮助-OpenCV-based image matching procedure, can achieve sub-pixel of the image matching is very helpful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10466410
    • 提供者:金媛媛
  1. Canny

    0下载:
  2. opencv接口,自己写的算法过程,实现canny算子,检测效果良好,希望对大家有帮助-opencv interfaces, write their own algorithms process to achieve canny operator, the detection result is good, we hope to help
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:7336
    • 提供者:jackey
  1. face_detect

    0下载:
  2. OpenCV 的一个人脸识别实例!可以直接运行,并且经过我的备注,希望对初学者有帮助!-OpenCV is a recognition instance! Can be run directly, and through my notes, I hope to help beginners!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10536147
    • 提供者:weng
  1. test2

    0下载:
  2. opencvRTSP使用事例,大家可以参考,使用opencv连接摄像头,以及人像识别,希望给大家带来帮助-opencvRTSP Using examples, we can refer to, use of opencv connected camera, and face recognition, we hope to bring help
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:28332263
    • 提供者:于新超
« 1 2 ... 11 12 13 14 15 1617 18 19 20 »
搜珍网 www.dssz.com