搜索资源列表
利用OpenCV对视频进行处理
- 利用OpenCV对视频进行处理,尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有背景擦除,平滑滤波,二值化等。-Using OpenCV to process the video, try to open the computer input device as a video camera, or the command line input parameters as the
实现视频的打开,并通过添加滑动条来控制视频的播放时间
- opencv的运用,程序的功能是实现视频的打开,并通过添加滑动条来控制视频的播放时间,程序通过自己的调试-opencv the application, the program is to transfer the video to open, and by adding a slider to control the video playback time, the program through their own debugging
Kinect_NICV 读取kinect深度和彩色图像
- 读取kinect深度和彩色图像,采用openCV显示,进行手势识别,手跟踪-read the depth and color map from kinect and display by opencv. Recognize gesture and track hand
CTest
- 基于opencv和MFC混合编程的图像双缓冲显示-Images is showing in the ClientDC by double buffering based on opencv and MFC
StereoMatching
- 本程序是通过OPENCV实现采集一个摄像头视频信息,主要采用了DirectShow等函数来实现,可用于视频监控等着的前期视频采集工作,希望对您有所帮助!-This procedure is achieved by collecting OPENCV a video camera, the main use of DirectShow and other functions to achieve, can be used for video surveillance video capture w
peopledetectHOG
- people detection with hog methode by opencv
RegionGrew
- 基于opencv的图像区域增长算法,用c++编写的,希望对大家有帮助-region grew algrithm base on opencv,coding by C++, hope it helps
Homomorphic_Filter
- opencv写的同态滤波,高通滤波器采用的是高斯高通滤波器-opencv written by homomorphic filtering, high-pass filter uses Gaussian high-pass filter
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
opencamera
- 在MFC下使用opencv实现摄像头视频显示,图像采集,以及使用camshift实现物体的追踪。自己参考别人写的,诸多不好之处,敬请谅解-Use opencv realized in MFC camera video display, image acquisition, and tracking objects using camshift achieve. Own reference written by someone else, a lot of not very good, pleas
nihe
- 最小二乘法直线拟合用VC实现,可以给学习OPENCV图像处理的人一点帮助-VC achieved by the least square method, image processing can OPENCV people learn a little help
kalman
- 卡尔曼滤波的C++演示程序,适合不理解卡尔曼滤波的初学者-Kalman filter implented by C++
zhayan
- 通过眨眼频率识别来进行疲劳判断,利用opencv来进行人脸眼部区域的识别-By blink frequency identification to determine the fatigue, for use opencv eye face recognition area
haarcascades
- opencv中haar+Adaboost已经训练好的分类器。有双目、身体等等,出自专家之手,必属精品,CV 1.0版本的有需要就下吧。-haarcascades train by expects, body, eyes.. xml files of many kinds are included which can be used directly. OpenCV 1.0 ver can download from here.
webcam
- open cv 用wemcam读取作灰阶,二值,边缘化cvThreshold,cvCvtColorcv,DestroyWindow ,cvCanny值,最大门槛值数值,CV_THRESH_BINARY) open cv 用wemcam讀取作灰階,二值,邊緣化 cvThreshold,cvCvtColorcv,DestroyWindow ,cvCanny-open cv for Gray read by wemcam, binary, marginalization cvThreshold,
Kalman_filter_C
- 卡尔曼滤波器的C代码实现, 简单明了,是学习 Kalman 的好程序。-kalman filter has been implemented in this document by C.
Set-ROI-by-Mouse
- 在视频图像上,用鼠标设定任意矩形区域。为后续在监测区域内处理数据,打下基础。 opencv程序。-This little program is used to set Reigon of Intererting by mouse,the ROI is rectangle with any scale.
use-OpenCV-step-by-step-in-VC
- 使用opencv一步一步来操作,很详细,非常适合初学者来认真学习模仿-Opencv step by step operation, very detailed, very suitable for beginners to seriously learn to imitate
facedetect-by-camara
- 以opencv 245 版本 製作的鏡頭人臉偵測,有兩段程式碼,第一段為鏡頭偵測人臉,如果沒鏡頭會跳至第二段程式碼為偵測lena.png圖片-Produced by opencv 245 version of the lens face detection, there are two pieces of code, the first paragraph of the lens detect human faces, if not the lens will jump second secti
A-window-display-pictures-by-OpenCV
- OpenCV一个窗口显示多张图片(1-12张,可更改)代码。-A window display pictures by OpenCV.