资源列表
OpenCV_chiness_VERSION
- 本文档是对OpenCV中代码风格的简短说明,因为OpenCV的核心库(cv,cvaux)是用C和C++编写的,所以本文档仅对用C和C++代码的编写有效。-OpenCV in this document is a brief descr iption of the code style, since the core of OpenCV library (cv, cvaux) is in C and C++ written, this document only in C and C++ code
huige
- 实现车流量的统计,利用自适应背景更新方法,能有效地统计出车的数量-Traffic statistics
opencv
- 在c++环境下,调用opencv的五个简单的代码,运行出结果-In c++ environment, the call opencv the five simple code, run the results
Camera-Calibration-Parameters
- 利用opencv实现的相机参数的标定,包括内外参数,和世界坐标,U矩阵,K矩阵。-Camera Calibration Parameters; Intrinsic Parameters and Extrinsic Parameters, Rotation Matrix, Translation vector
Video-input-and-output
- 利用opencv编写的程序实现视频的读入与输出。-achieve the video input and output ueing the opencv。
Lecture4A_AdvancedFeatures_CS324
- 斯坦福大学 2011.4 关于 特征描述算法的最新课程课件。由《学习opencv》原著作者教授。-This is the latest ppt about features algorithm from cs,stanford. The author is who publish "Learning opencv".
Sxing
- 本代码是基于opencv的vc++环境下的图像变形,将原图变成S型,其他形状也可以类推,原理一致。-This is a process based on opencv,it can change a picture to an S style.
opencv
- 主要介绍了Opencv各种使用方法,可以使你迅速的学会使用OpenCV。-This code could help you to get how to use the OpenCV!
lunkuo
- opencv的轮廓检测算法。计算并画出椭圆区域内的图像轮廓。-application of cvSnakeImage
Calibrate
- 自己写与集成的基于OPENCV的立体标定程序。-Write with integrated OPENCV the three-dimensional calibration procedures.
pictureChanger
- 给定两幅尺寸一样的彩色图片(e.g. 640X480),实现从一副图片到另一副图片的渐进变化-Given two color pictures of the same size (eg 640X480), a picture from a picture to a gradual change in the other vice
videoFrameGet
- 一个视频处理软件,功能: (1)读取给定视频文件,提取帧率,并按照秒为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每秒钟存储25幅图像,秒钟的序号作为不同文件夹名称。 (2)对第i秒钟的图像序列,随机选取其中的n幅(n为随机输入变量,不同的i对应的n也不同,显然n<原始帧率)。 (3)对(2)中选取出来的所有图像,按时间顺序生成视频。新视频的帧率为(随机选取出的图像总数/原始视频的时长)。 -A video processing software, feat
