搜索资源列表
ca
- 读者可以直接使用Opencv自带的摄像机标定示例程序,该程序位于 “\OpenCV\samples\c目录下的calibration.cpp”,程序的输入支持直接从USB摄像机读取图片标定,或者读取avi文件或者已经存放于电脑上图片进行标定。-Readers can use the Opencv comes with the camera calibration sample program, the program is located in "\ OpenCV \ samples \ c d
facedetection
- 用opencv写的人脸识别程序,从usb摄像头读取每帧图像,并且识别出图像中的正脸,程序是照着官网上写的,代码比较规范,可以作为2次开发使用-Written with opencv face recognition program, each frame is read from the usb camera, and recognize the positive face in the image, the program is written according to the officia
calibration
- 标定程序,opencv自带的示例程序。读者可以直接使用Opencv自带的摄像机标定示例程序,该程序位于 “\OpenCV\samples\c目录下的calibration.cpp”,程序的输入支持直接从USB摄像机读取图片标定,或者读取avi文件或者已经存放于电脑上图片进行标定。-Calibration procedures, opencv comes with sample programs. Readers can Opencv use camera calibration sample p
ddddd
- 从USB普通摄像头读取视频。Opencv做的,希望对你有用。-From the ordinary camera (USB) read the video. Opencv, I hope useful for you.
ShiPin
- 利用OpenCv编写的读取USB摄像头视频的程序,代码简单易懂,适合需要读取视频的同学使用。-Use OpenCv prepared to read USB camera video of the program, the code is simple to understand for students to use the video to be read.
readvideo
- 读取视频序 要处理视频序列,首先要读取每个帧。opencv提供了一个便于使用的框架来实现提取帧,帧的来源可以是视频文件,也可以是USB或者摄像机。(read video consequence)