搜索资源列表
V_CameraVideoAnalysi
- 使用OpenCV 2.1分析Notebook camera采集到的视频(格式WMA),分析是否有丢帧的现象发生.编译环境:VC2008 MFC,OpenCV版本是2.1. 如果发生丢帧现象,则会在界面上显示丢帧的位置. 另外,程式还可以得到视频的相关信息,如FPS-Notebook camera using OpenCV 2.1 Analysis of collected video (format WMA), analysis of the phenomenon have droppe
Background_Subtraction
- 基于opencv的背景差法,实现前景和背景的分离。需要先配置好vc2008,然后编译执行。-Opencv background difference based method to achieve the separation of foreground and background. Need to configured vc2008, and then compile the implementation.
VA_X_path
- 此文件是vc2008下的OpenCV静态函数库-This file is under vc2008 static library OpenCV
cvimageex
- opencv的二个例子VC2008工程源代码。程序一个来源于《PROGRAMMING WITH INTEL IPP AND INTEL OPENCV(OPEN COMPUTER VISION) UNDER GNU LINUX A BEGINNER S TUTORIAL》。一个来源于opencv.cn --pclion-Two examples of opencv source code VC2008 project. Procedures from a " PROGRAMMING W
20090501SleepingKoala
- 所上传文件包包括6种vc++源代码:使用opencv的实现可视图的静态路径规划;简单的svm算法;基于vc2008的图像匹配(多工程结构);基于局部搜索的K-means聚类算法;三维匹配中的ICP算法;视觉tracking中的condensation算法-Upload file package, including the six kinds of vc++ source code: using opencv to view the realization of the static path
Canny_Detect
- 這是以 VC2008為開發環境,用 OpenCV 語法寫的偵測物體邊緣 Canny 的程式。-This is the VC2008 as the development environment, using OpenCV grammar written in Canny edge detection of objects in the program.
Corner_Detect
- 這是以 VC2008 為開發環境,用 OpenCV 語法寫的偵測物體角點 Corner Detect 的程式。-This is the VC2008 as the development environment, using the syntax written in OpenCV corner detection of objects Corner Detect program.
Rotate
- 這是以 VC2008 為開發環境,用 OpenCV 語法寫的圖片旋轉的程式。-This is the VC2008 as the development environment, using OpenCV syntax to write a picture rotation program.
opencvhello
- VC2008+OpenCV实现图像的读取-VC2008+OpenCV read image
opencvCornerTest
- VC2008 OPENCV2.1角点检验-VC2008 OPENCV corner test
opencvPicDlg
- VC2008++ OPENCV2.1图片打开-VC++ OPENCV image to open
OpenCV-SetupON-VC-2008-Express
- 在VC2008 express下安装配置OpenCV的图解说明,非常详细~推荐新手观看使用-Installation and configuration under the VC2008 express illustrates OpenCV' s very detailed view user newbie ~
ShiftJudgment
- 基于opencv,使用vc2008实现,在选定的区域(红色和黄色,从红色到黄色状态为“1”,反之为“2”)可判断物体的进出情况,-Based on opencv, using vc2008 achieved in selected regions (red and yellow, to yellow from red state " 1" , contrary to the " 2" ) to determine the object out of the sit
Gabor2
- VC++2008 opencv实现的Gabor函数。很好-VC2008 Gabor
hellocv
- Opencv VC2008 显示图片!高斯模糊
IncreaseDemo
- 基于opencv的图像增强函数,Demo用vc2008实现-opencv,Demo ,vc2008
OpenCV_sliderVideo
- 一个简单的OpenCV读取本地视频,并自动加载播放进度工具显示、可以拖动的cpp源程序文件。在VC2008环境中,需要预先安装好OpenCV2.0,并把OpenCV2.0的包含路径添加到VC2008“工具”菜单选项的C++目录中环境,而后新建一个win32控制台应用程序项目,把这个项目的Debug调试属性的链接器输入子项添加附加依赖项cxcore200.lib cv200.lib highgui200.lib。通过对这个程序的掌握可以慢慢过渡到利用MFC的slider控件代替这个程序里自发呈现的
CarStreamTest
- 可分别对视频中的四个车道的车流数目进行统计 ,采用的的基于OpenCV+VC2008编程,车车辆识别采用背景差分法和邻帧检测法-Video can be respectively on the four lane number traffic statistics, the based on OpenCV+ VC2008 programming, the car vehicle identification adopted the background difference method and
vc2008
- 基于OpenCV的一个人脸表情识别程序,毕业设计所作-a program about facial expression recognition,based on OpenCV
lbp
- c++编写的简单的LBP程序,在VC2008+opencv2.4.6下运行成功,能够很好的显示人脸纹理。-A simple c++ code of LBP algorithm, it can be successfully operated on VC2008 with opencv 2.4.6.