搜索资源列表
cvuse
- 使用opencv,将一个视频文件分割成多张图片。 特点:按帧提取,每帧保存为多张图片。 保存时,原来的格式是全彩的,同时转化并保存全彩图片对应的黑白图片和二值化图片。这三类图片分别存放在默认目录的video background foreground中。默认的视频文件名为默认目录下的ci.avi
opencv中视频文件逐帧取图
- opencv中视频文件逐帧取图。或将一系列图片组合成为一段视频的源代码-opencv video files frame by frame to take the map. Or a series of pictures together as a video source code
python
- 这个源码包包含了在Python下调用Opencv处理视频,图片的列子,适合初学者-The source package contains the Python at the next call treatment Opencv Videos, Photos of Liezi, suitable for beginners
FaceFind
- opencv摄像头人脸识别,也包括图片的人脸识别-opencv camera, face recognition, face recognition also includes pictures
FaceMFC_v2
- 使用OpenCV做的一个人脸检索系统,包括实现了静态图片的人脸检测,以及视频流中的人脸检测,和人脸匹配,实现了视屏播放,在视频中快速检索需要寻找的人脸目标-Using OpenCV to do a face retrieval system, including the realization of the static image of face detection and video streaming in face detection and face matching, to achi
mymfc_v2
- opencv读取图片和video的例子,能够读取图片将图片边框读取并显示,视频能够读取某些avi视频-opencv read the pictures and video examples of the picture frame can read image read and display, video, able to read some of the avi video
pics2avi
- 图片转视频avi的程序 用了opencv的相关库-pics2avi.rarpics2avi.rarpics2avi.rarpics2avi.rar
sorce-code
- 在c++环境下实现的opencv的程序读取视频,读图片,MFC与pencv结合的实现读取视频和图片,简短,且效果好-read the video in opencv
shipinjietu
- C#+EmguCV+OpenCV实现视频截图、图片拼接功能-C#+EmguCV+OpenCV video capture, image stitching
FinalProject
- 使用opencv实现的人脸识别小程序,可以识别视频中的人脸和图片中的人脸-Face recognition using opencv realize a small program that can identify the person in the video and pictures of the human face, the face
video_img_conv_opencv247
- 视频,图片相互转换类。语言:c++,环境:opencv 2.4.7。利用opencv在视频和图片之间的相互转换。-Video, pictures, conversion classes. Language: c++, environment: opencv 2.4.7. Using opencv conversion between video and pictures.
jpg2avi
- 一段将jpg图片转为avi视频的代码,需要opencv库-Some will convert jpg picture to avi video,and the code needed opencv library supports
avi2jpg
- 一段将avi视频转换成ipg图片的代码,需要opencv库-Some will convert avi video to ipg picture,and the code needed opencv library supports
FireDetection_src
- 能够识别图片、视频、摄像头三种方式中的火苗,原理是通过火苗的颜色和形态。 配置时,需要对opencv和vs进行配置。 opencv使用版本是2.4.9 vs是2010-Able to identify pictures, video, camera three ways in flames, the flames of works by color and shape. When configuring, you need to configure opencv and vs. o
cameraavideocamera_opencv
- vs2010+opencv 照相摄像程序源代码,从摄像头获取图片或视频-vs2010+opencv camera&videocamera
opencv
- 此程序适用于图像跟踪范畴,Opencv视频帧处理,将图片处理成每一帧,方便后续跟踪处理。-This procedure applies to the image tracking category, Opencv video frame processing, the image processing to each frame to facilitate follow-up treatment.
VS10_solution
- 视频抓取图像帧 VS2010解决方案按OpenCV相关配置 1.读入视频文件 将视频加载至内存,文件名需按正确路径添加 2.逐帧读取文件 将视频逐帧读取,并每帧读取成图片保存 3.帧图像保存 帧图像名包括图像名和序号-Video capture image frames