搜索资源列表
iFace
- 使用opencv实现实时从视频(摄像头)中识别人脸-Opencv implementation using real-time from video [camera] to identify human faces
myblobtrack
- 一个OPENCV实现的关于跟踪方面的代码,大家可以参考一下。-OPENCV regarding the implementation of a tracking code, you can reference.
Sample
- 人脸检测程序,科学研究内容。 利用OpenCV实现,MFC包装。 MFC程序设计。-Face detection process, scientific content. The use of OpenCV implementation, MFC package. MFC programming.
avijpg
- 利用opencv库实现的从指定位置视频截取关键帧的程序,需要安装opencv库,具体安装上官网可以进行查询。-Use opencv library to achieve the specified location from the video key frame interception procedures, need to install the opencv library, specific queries can be installed Shangguan network.
aviControl
- 用opencv实现视频播放,程序比较简单,但可以实现效果-Video playback with opencv implementation, the program is relatively simple, but the effect can be achieved
IVSxiaofang
- MFC下的视频播放程序 主要用了OPENCV 可实现暂停停止打开摄像头等功能-MFC video program using the OPENCV can realize functions such as pause stop open camera
mfc_opencv
- MFC调用opencv实现视频采集,图像处理-MFC call opencv video capture, image processing
TIchinese_A1614
- 利用OpenCV实现的视频采集和人脸识别程序代码。-OpenCV to achieve video capture and recognition program code.
OpenCVLearning
- OPENcv实现正方识别与红点跟踪代码-OPENcv square identification with a red dot tracking code
OK_Camera--On-VS2010-WithOpenCV
- OK采集卡vs2010开发,实现从采集卡得到图像数据并传给OpenCV做后期图像处理。本来OK卡只能在vc6.0中实现OpenCV处理,在vs2010中会图像显示异常(左下边跟右上对反),经过我自己弄了很久才实现vs2010运行,运行前请安装ok卡驱动,并复制相关文件到工程-OK acquisition card vs2010 development, from image data acquisition card and pass OpenCV to do post-image proces
TestCV
- 用opencv实现录屏包括声音,输出的是一个avi文件,文件很小-The recorded screen including sound, output avi file with opencv small file
video-opencv
- 使用opencv实现视频监控,使用本地摄像头,通过opencv图像处理技术简洁方便实现视频监控及视频图像的美化-Opencv video surveillance, using local camera opencv image processing technology is simple and convenient video surveillance and video images beautification
parse
- 利用opencv实现改进的相位相关法。 -The opencv achieve improved phase correlation method.
QtoPENcv
- MFC的控件中实现OPENCV的摄像头显示-MFC control to achieve opencv camera display
imageProcess
- openCV + VS2008 实现的基本的图像处理运算,如线性运算、梯度运算、模板运算和图像旋转等-the openCV+ VS2008 achieve the basic image processing operations, such as linear operation, the gradient operator, template operations and image rotation
ShiPin
- 使用opencv获取摄像头视频在picture控件上显示,通过c++实现,在vc6.0上可以通过,不过必须安装opencv后才可以。可以获取图像,保存视频,代码简单,易学,刚做完与大家分享-Using opencv video camera to obtain the picture control on the display, through the c++ implementation, in vc6.0 can be passed, but before they can be inst
tx
- 本软件是在VC6.0的平台上,配合MFC界面以及OpenCV函数的调用开发出来的,它可以实现图像的显示,缩放,旋转,润化等操作,通过对图像进行处理,可以得出我们想要的图像-This software is in VC6.0 platform, with the MFC OpenCV function call interface and developed, it can realize image display, zoom, rotate, Run and other operations,
VCPPpic
- 使用opencv、MFC、和VC++6.0实现的数字图像显示识别,已经编译通过,而且有源代码和源程序-Digital image using OpenCV, MFC, and VC++6.0 to achieve the display identification, has been compiled through, and the source code and source code
MyDesign
- 基于OpenCV实现的具有人脸识别的视频监控源码-video surveillance source code based on OpenCV
live_beautiful_camera_streaming0.5
- 主要为opencv人脸的美化 人脸美化,我们用的皮肤检测,皮肤在颜色空间是特定的一个区域 检测到这个区域(感兴趣区域),完后对这个区域进行美化,就是滤波,主要是双边滤波和高斯滤波。 3.视频格式转换以及编码 处理好的矩阵颜色空间是rgb的,需要转换成yuv,yuv的颜色空间就是可以播放的,类似我们电视上面看的画面,编码就是传输时候需要发送流,只个流相当于针对数据的压缩,将yuv格式的视频帧编码成h264的格式 Rgb转换成yuv,opencv实现(美颜在这一步实现)