搜索资源列表
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
opencvmfc
- 利用OpenCV显示相机采集过来的数据文件(dat)格式,并将其显示在对话框的picture控件上。-using the OpenCV show the image that is dat farmat,and show it in a picture control of dialog.
KINECTOPENCV
- 将MS公司的KINECT数据读入,并且显示在计算机上。可修改程序以存储视频。-KINECT the MS' s data read and displayed on the computer. Can modify the program to store the video.
ptztTest
- 基于vc++6.0的平台,采用大恒cg300图像采集卡采集实时视频数据,利用opencv开发包将采集到的数据实时显示,并加入了摄像机标定功能,从而使图像得到校正-Vc 6.0-based platform, the Daheng cg300 image acquisition card real-time video data, the use of the opencv development package will be collected real-time data display,
camera
- 实现功能:同时采集两路USB摄像头数据,并显示,具有图片保存功能(点击左键保存图片,并暂停视频;右键继续视频)。-The realization of functions: simultaneous acquisition of two USB camera data, and display, has pictures of preserved function ( click the left button to save the image, and the right key to pa
opencvPh263
- opencv采集到摄像头数据,经h2643编解码后将图像显示出来,可在中间加入数据传输,形成视频通话-the opencv collected the data of the camera by h2643 codec after the image displayed, and data transfer is in the middle, the formation of a video call
select3dobj
- 这个程序的目的是为了收集数据集对象和分割遮罩。它显示了如何使用相机的校准模式 计算该单对应性校准图案上的平面。它还显示grabCut分割等-The purpose of this program is to collect the data set of objects and segmentation mask. It shows how to use the camera' s calibration mode to calculate the single plane corre
opencv 基于MFC对话框显示图像
- opencv 将opencv的图像数据显示在对话框的picture控件上!
Camera_single
- //日期:2012年12月1日 //环境:openCV2.3+window-xp+visual studio 2010 //项目:window32控制台 //功能:显示单个摄像头的数据 //注意:有两种方法获取数据 CvCapture* capture = cvCreateCameraCapture(-1) 和cvCapture* capture = cvCaptureFromCAM(0) -//Date: December 1, 2012// environment: open
kinect_jiehecaise_shendu_guge
- 利用Kinect捕获彩色图像数据,并在OPencv环境下显示图像-Using Kinect to capture the color image data, and in the OPencv environment display image
kinect_tiqushendutuxiang
- 利用Kinect提取带ID的骨骼图像数据,并在OPencv环境下显示不同Id的骨骼图像-Using Kinect extraction with ID skeletal image data, and in the OPencv environment show different Id skeletal image
kinect_tiqugugeshuju
- 利用Kinect提取骨骼图像数据,并在OPencv环境下显示骨骼图像-Using Kinect extracted from skeletal image data, and in the OPencv environment showed skeletal image
kinect_tiqudaiIDshendutuxiang
- 利用Kinect捕获带ID的深度图像数据,并在OPencv环境下显示深度图像,用不同的颜色表示不同ID的人-Using Kinect to capture with ID depth image data, and in the OPencv environment display depth image, use different colors for different ID.
kinect_tiqucaisetuxiang
- 利用Kinect捕获——深度图像数据,并在OPencv环境下显示图像-Using Kinect to capture the depth image data, and in the OPencv environment display image
CaptureVideo2.cpp
- 同时采集两路USB摄像头数据,并显示,具有图片保存功能(点击左键保存图片,并暂停视频;右键继续视频)。-Simultaneous acquisition of two-way USB camera data, and display, save the picture (left-click to save the image, and pause the video Right continue to video).
USB
- 两个摄像头视频采集;同时采集两路USB摄像头数据,并显示,具有图片保存功能-Two camera video capture simultaneous acquisition of two USB camera data, and display, save the picture function
OPenCV_programs
- 里面有OPenCV环境变量的设置,OpenCV入门的各种常用程序,全部经过测试能运行,有结果。包括图片显示,图片反相,鼠标事件,播放AVI文件,画几何图形,图像边缘检测,从摄像头读取数据等等程序。-There is OPenCV environment variable Settings, OPenCV entry of all sorts of commonly used procedures, can all through the test run, have the result. In
ex4_8
- 创建一个程序读入并显示一幅图像 a. 允许用户在图像中选择一个矩形区域,然后通过按住鼠标画一个矩形。当鼠标放开,高亮显示矩形框,注意,在内存中保留一个原始图像的副本,以防止修改图像时改变原始图像的数据。在下一次点击鼠标按键是,恢复图像并重新开始绘制矩形 b. 在另一个独立的窗口中,使用画图函数画一个图表,分别用蓝、绿和红色表示选中每种颜色的像素数量。这是选定区域的颜色直方图。x 坐标系表示像素值范围在0-31,32-63……,223-255,y 坐标表示在选定区域中对应像素的数量。对每
ex4_3
- 创建一个程序读入并显示一幅图像 a. 允许用户在图像中选择一个矩形区域,然后通过按住鼠标画一个矩形。当鼠标放开,高亮显示矩形框,注意,在内存中保留一个原始图像的副本,以防止修改图像时改变原始图像的数据。在下一次点击鼠标按键是,恢复图像并重新开始绘制矩形 b. 在另一个独立的窗口中,使用画图函数画一个图表,分别用蓝、绿和红色表示选中每种颜色的像素数量。这是选定区域的颜色直方图。x 坐标系表示像素值范围在0-31,32-63……,223-255,y 坐标表示在选定区域中对应像素的数量。对每
lidar
- xv11激光雷达的数据采集,点云数据显示,直线拟合程序,使用opencv 进行图形显示。-xv11 lidar data aquisition program,point cloud display,and line fiting based on opencv.