搜索资源列表
利用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_Detect
- 采用VC++6和opencv1.0,基于对话框模式,打开摄像头或打开已有的AVI文件,采用简单的背景差分法动态跟踪活动物体。opencv1.0需要自行下载和配置。-Using VC++6 and opencv1.0, dialog-based mode, open the camera or open an existing AVI file, the background difference method using a simple dynamic tracking moving obje
LoadPicture
- 新手做的打开图片,保存图片,用到一些openCV封装好的类和头文件。-Novice to do to open images, save images, use some good classes and openCV package header files
input
- opencv输入视频 用opencv打开摄像头并保存该视频为avi文件-cv input
OpenCVTest2
- 基于opencv的图像文件打开及边缘检测-image files open and edge detection based on Opencv
cvimagetransform
- 使用opencv打开多种格式的图片文件,并可对图像进行翻转等操作。 就是一个可以方便查看各种格式图片的小程序。-Using opencv open image file formats, and flip the image and other operations. Is a variety of formats can easily see pictures of small programs.
vcopencv
- 利用opencv打开mpeg文件的视频,并显示背景-Opencv open the mpeg file using a video, and display background
opencv
- 打开并运行视频文件 视频格式为avi 可自行调整帧数和视窗大小-Open and run video file video format for avi you can adjust the frame number and the window size
AVIPLAY
- 利用MFC控件和OpenCV库,写的一个可以播放avi文件的软件,软件只有打开和播放功能-program for playing avi file by using MFC and OpenCV
Opencv
- Opencv应用视频文件的打开及简单处理,对怎样使用OPENCV有很多介绍-There are many introductory the Opencv application of video files to open and simple processing, on how to use OPENCV
EX1
- 1.用OpenCV实现打开一幅彩色图像,显示出来; 2.将其转换为灰度图并保存为文件; 3.将其二值化并保存为文件(二值化阈值最好用滚动条交互式输入,图像二 值化效果能实时变化更好,可参考OpenCV的sample程序edge.c)-1 using OpenCV open a color image display 2 converted to grayscale and saved as a file 3 the second value and save
opencvSourceCode
- opencv源码(cmake之后的工程文件),打开sln工程后即可查看源码-the opencv source (cmake project file), after opening the sln project to view the source code
OpenCV
- 载完毕后直接点击安装。安装完毕后打开 _make文件夹下的.dsw(vc6)或.sln(vc.net),点击project下的batch build,注意你的机子是32位的话,选重所有的win32Debug 和 Release(不要选择64位的),点击 Rebuild。这样,所需要的库文件就生成了。下一步,要建-failed to translate
FaceTest
- 可以进行简单的图像中的人脸检测,同时可以打开视频源或是从文件中打开视频,进行实时检测。-For face detection in simple image, also can open the video source or open the video from the file, real-time detection.
Opencv-single
- 用OPENCV编写的MFC单文档程序,实现文件或图像的打开等操作-Using opencv language MFC single document , image or file open, close , etc
opencv-mfc
- 使用opencv在mfc中打开摄像头和视频文件-Use OpenCV to open the camera and video files in MFC
moving-objects
- 本程序 尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有 背景擦除,平滑滤波,二值化等。-The program tries to open the camera on the computer as a video input device, or enter the command line parameters as the file name to open the vi
camera_face_detection
- 基于Opencv+VC6.0的脸部识别。本程序用DirectShow组件,解决了Win7下VC6.0里面不能打开笔记本摄像头的问题,而且自带需要的DLL文件,需要的朋友可以下载。-Opencv+VC6.0 based face recognition. The procedures used DirectShow components to solve the problem which can not be opened VC6.0 under Win7 notebook camera, an
open-PLY
- 是PCL基于VS图像开发的一种点云文件ply格式打开的源代码-PCL VS image is based on the development of a point cloud file formats ply open source code
opencv xml文件转换
- 将不符合opencv打开的文档转换为符合opencv打开的XML文档。可以进行批量处理。