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

搜索资源列表

  1. biaoding

    0下载:
  2. 摄像机标定的经典 一种基于OpenCV和Tsai的摄像机两步标定新方法-Classic camera calibration based on Tsai' s camera OpenCV and new method of two-step calibration
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:285809
    • 提供者:shi10
  1. read_data

    1下载:
  2. 基于OPENCV的读取图片像素数据的程序,给定图片的像素数据被保存为TXT或XML文件。-Based on the OPENCV picture pixel data read process, a given image pixel data is saved as a TXT or XML file.
  3. 所属分类:Picture Viewer

    • 发布日期:2015-10-11
    • 文件大小:400703
    • 提供者:Liu Wei
  1. canny_bar

    0下载:
  2. 基于OPENCV的边缘检测程序,且阈值可调。-OPENCV based on edge detection procedure, and adjustable threshold.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:909485
    • 提供者:Liu Wei
  1. OpencvUIDlg

    1下载:
  2. 基于opencv摄像头视频提取,可以保存,截取图像,以上工作均可在对话框中实现-useing vidoe,including grab a frame image,also can save video and image。you can finish these in a MFC dialogbased on opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3510313
    • 提供者:xuyin
  1. kmean

    0下载:
  2. 基于OpenCV和C++的K-means聚类源代码-Based on OpenCV and C++, K-means clustering source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-06-30
    • 文件大小:2642
    • 提供者:yanglei
  1. CopyPixelsFromBuffer

    0下载:
  2. 从显存读图像,基于opencv写的,需要安装opencv进行配置调试。 -Reading images from memory, based on opencv.You need to install opencv to debugging.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2083699
    • 提供者:hw
  1. HoughTrans

    0下载:
  2. Detect Line and Circle 基于opencv的直线,圆检测 retinex算法用于人脸识别预处理-Opencv-based Detect Line and Circle line, circle detection algorithm for face recognition preprocessing retinex
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:41993
    • 提供者:彭石
  1. Kalman

    0下载:
  2. 基于OpenCV的Kalman滤波算法。利用Kalman滤波算法实现目标跟踪,本例中具体跟踪对象为随机产生的圆的轨迹,预测轨迹中下一点的位置,标记出来并给出相应的运动轨迹。-The Kalman filtering algorithm based on OpenCV. The use of Kalman filter algorithm for target tracking, in this case specifically track the object is randomly gene
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1358012
    • 提供者:苏芮
  1. biaoding

    0下载:
  2. 我写的一个基于opencv的摄像机标定程序,还有标定图片。特别适用于学习摄像机标定的初学者。经典,简单,好用-I wrote a program based on opencv camera calibration, as well as calibration images. Especially suitable for beginners to learn camera calibration. Classic, simple, easy to use
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2851876
    • 提供者:syp
  1. multiopjectiontracking

    0下载:
  2. 这是实现机器人目标跟踪的程序,能够实现同时跟踪6个目标,是基于OpenCV开发的,在机器人的动态目标的跟踪上面效果不错。-This is a procedure for tracking a robot that can simultaneously track six goals, is based on OpenCV developed the robot dynamic target tracking above its effectiveness.
  3. 所属分类:Graph program

    • 发布日期:2017-05-31
    • 文件大小:12940554
    • 提供者:李丹勇
  1. illumination_norm

    0下载:
  2. 毕设时写的程序,主要是人脸识别中的光照处理方法,包括直方图均衡,对数变换,SQI,MQI,SI等。本程序基于opencv实现。-This program demonstrates some illumination normalization methods used in face recognition.Histogram equaliztion,Logarithm transform,SQI,MQI are included.This program is based on opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:324618
    • 提供者:顾徐鹏
  1. camshift_tracking

    1下载:
  2. camshift跟踪代码,基于opencv-camshift tracking code, based on opencv
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-03
    • 文件大小:1823135
    • 提供者:吕仕铉
  1. blobtrack

    0下载:
  2. 完成了移动物体检测,基于opencv开发。-Based on opencv, this can detect moving objects well.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:183328
    • 提供者:云中
  1. HumanMotionTrack

    0下载:
  2. 基于opencv的运动人体检测。可以通过这个程序搭建自己的检测平台。-Based on opencv,this can detect moving human body.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:78680
    • 提供者:云中
  1. Match_SIFT

    0下载:
  2. 这是一个SIFT算法的实现,主要的代码是Kuas写的,本人只是用来进行匹配而已。发上来主要是要推荐这个SIFT的实现,写的很棒,这个跟Rob Hess的源码相比,思路更加清晰,而且是用类封装好的,简单易用。这个代码是基于OpenCV的。-This is an implementation of SIFT algorithm, the main code is written by Kuas, I just used it for matching. I mainly recommend thi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:157412
    • 提供者:Zoro
  1. camera_two_multiThread

    0下载:
  2. 基于OpenCV的双摄像头触摸屏程序,在vs2008环境下可编译运行-OpenCV-based dual-camera touch-screen procedure, vs2008 environment can be compiled to run
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:653822
    • 提供者:wjx
  1. OpenCV_CAM

    0下载:
  2. CAM学习程序 此程序基于OpenCV中CAM模块。可以用于CAM属性设置,采集视频信号并录制,设置录制视频解码器等方面的学习。 程序中用 R键控制程序开始录制, P键控制程序暂停录制, S键控制程序停止录制, 录制中有字符RECORD提示。 是一款集学习和实用为一体的小程序。-CAM learning process of this program is based on OpenCV in the CAM module. Property can be used
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1598315
    • 提供者:huangjian
  1. OpenCV_forward_backwrd_MHI

    0下载:
  2. Forward-Backward MHI(前后向运动历史图)是一个快速有效的运动目标检测方法,本程序正是实现2006年Zhaozheng Yin and Robert Collins的“Moving Object Localization in Thermal Imagery by Forward-backward MHI”文献中的方法。此程序可以很方便的对该方法的优缺点作出评判。给运动目标检测器的选择提供了除“帧间差”和“背景相减”外的又一方法。 本程序基于OpenCV。-Forwar
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4928914
    • 提供者:huangjian
  1. OpenCV_LKDemo

    0下载:
  2. LK稀疏光流Demo 可以在场景中自动找出关键点并自动跟踪,也可以使用鼠标在指定位置添加关键点,此程序是很好的学习光流的示例。本程序基于OpenCV。-LK Sparse Optical Flow Demo automatically in the scene to identify the key points and automatic tracking, you can also use the mouse to add the key points in the specified lo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2111060
    • 提供者:huangjian
  1. OpenCV_OpticalFlow

    0下载:
  2. 稀疏光流Demo 此程序是斯坦福大学大牛David Stavens 2007年编写,其中程序注解详尽,配有PPT和PDF讲解图文并茂,非常适合初学者学习使用。本程序基于OpenCV。-Sparse Optical Flow Demo this program at Stanford University David Stavens 2007, prepared beef, including a detailed program notes, with a PPT, and PDF to e
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5647203
    • 提供者:huangjian
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com