搜索资源列表
VideoTrafficFlowDetectionAndVehicleRecognitionSyst
- 交通视频车辆识别技术,提出设计思想,及实现时的主要算法,和提高检测实时性的具体措施。-Traffic video vehicle identification techniques, and design ideas, and realized the main algorithm, and enhance real-time detection of specific measures.
mfcopencv
- opencv在visualC++中mfc平台实现基本的图像显示,视频采集,人脸检测等问题-In visualC++ opencv mfc platform in the basic image display, video capture, face detection and so on
MethodofVideo
- 将开放源代码的OpenCV 作为开发的视频应用程序的基础函数库,改写或调用其中的函数,即可根据需要用C语言开发自己的视频应用程序,从而解决了视频应用程序开发周期长、效率低的缺点。-OpenCV will be open source as the development of video applications based on the library, rewritten or call a function which can be used in accordance with the
OpenCV
- 介绍了OpenCV与VC++的连接方式,另附有OpenCV的安装软件,是较好的视频处理的辅助软件。-Introduced OpenCV with VC++ Of connections, followed OpenCV installation of software, is a better video processing of the supporting software.
leaning_OpenCV
- 该文档主要介绍了OPENCV的基础知识和一些基本操作(如图像、视频读取以及图像处理等)-This document focuses on the OPENCV basic knowledge and some basic operations (such as images, video, read, and image processing, etc.)
0010231
- 视频车辆检测识别系统设计论文,基于视频交通流检测,利用背景差法-Video vehicle detection and recognition system design papers, video-based traffic flow detection, the use of background subtraction
Opencv-video-road-base
- 基于opencv的视频道路车辆检测与跟踪算法研究-Based on opencv video road vehicle detection and tracking algorithm research
OpenCV-and-Matlab
- MATLAB与opencv的通讯 包括读取视频 图像处理等-MATLAB and opencv communication include read video and image processing
OpenCV-VIDEO-DETCTION
- 计算机视觉是研究用计算机模拟生物外显或宏观视觉功能的科学和技术。作 为计算机视觉研究的一个分支—运动目标的检测与跟踪,就是对视场内的运动目 标,如人或车辆等,进行实时的观测,并在此基础上对被观测对象进行分类,然 后分析它们的行为。近年来,计算机视觉的研究重点已经从对静态图像的研究过 渡到对动态图像序列的研究上面,这方面的典型应用包括自动化的视频监控系 统、视频MPEG编解码技术、人机交互的感知接口、军事上的制导、雷达视频 图像中的
OpenCV-application
- 先介绍实现视频图像目标检测的几种算法,然后介绍一种开放源代码的计算机视觉类库OpenCV,主要阐述该类库的特点及其结构,最后通过“检测一个视频中的运动物体”这一实例探讨了使用OpenCV进行编程的方法。-First, the algorithm of target detection based on video images, and then introduced a kind of open source computer vision library OpenCV, main chara
opencv-test3
- opencv 对视频文件或者摄像头的图像进行提取或者保存每一帧的代码-opencv extract or save the code on each frame of the video file or camera images
as
- 用于视频录制的一个程序,基于opencv。-For video recording of a program, based on opencv.
MFC-OpenCV
- OpenCV视频教程,目标检测与跟踪,车辆特征识别,人脸识别,字符识别,特征提取, 图像分割,手势识别,计算机视觉视频教程,opencv基础知识 -OpenCV is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, C, Python and Java interfaces
redvedio
- VC环境下opencv实现读取视频,实现逐帧读取并保存-VC environment opencv to read the video, frame by frame to achieve read and save
OpenCV
- 智能视频监控报警系统设计-Intelligent video surveillance alarm system design
OpenCVmanual
- OpenCV中文参考手册.chm,本文档来源于OpenCV中文网站,常用的标准图 图像文件读入和显示 图像创建、保存和复制 Canny边缘检测 Canny边缘检测2 轮廓(contour)检测 轮廓(contour)检测2 图像旋转与缩放 读视频文件和运动问题检测 Hough线段检测 鼠标绘图 -OpenCV Chinese reference manual. Chm, this document comes from OpenCV C
opencv
- CvCapture 是一个结构体,用来保存图像捕获所需要的信息。 opencv提供两种方式从外部捕获图像 一种是从摄像头中, 一种是通过解码视频得到图像。 -opencv of the code
OpenCV-using-MFC.
- 本程序是在 MFC 中使用 OpenCV 的演示程序,由3 部分组成。 一、Windows 下用 MFC 编制的程序框架二、调用 OpenCV 函数实现处理三、用 DirectShow 编制的视频采集程序-This program is a demonstration program using OpenCV in the MFC, consists of three parts. First, the application framework Windows using MFC pr
vedio-show
- vs2008结合opencv2.4.6实现一段视频的播放功能-opencv to achieve a video playback function
opencv-doc
- 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)