搜索资源列表
static-lib
- 基于opencv1.0和vc++6.0编写的静态链接库,包含cvL.lib,cxcoreL.lib和highgui.lib,很好的将程序和库文件分离开,方便大家编写opencv程序。-And vc++6.0 based opencv1.0 write static link library, contains cvL.lib, cxcoreL.lib and highgui.lib, very good program and library files will be separated so
opencv_Detect
- 采用VC++6和opencv1.0,基于对话框模式,打开摄像头或打开已有的AVI文件,采用简单的背景差分法动态跟踪活动物体。opencv1.0需要自行下载和配置。-Using VC++6 and opencv1.0, dialog-based mode, open the camera or open an existing AVI file, the background difference method using a simple dynamic tracking moving obje
aviTObmp
- vc+opencv 读avi视频,显示,并将视频中每一帧都保存为bmp文件,内有测试视频-vc and opencv read avi file
CeLiangYuan
- 主要通过读入bmp文件,实时检测圆的半径和其他信息,工具是VC+opencv-Bmp files, mainly through reading, real-time detection of the radius and other information, the tool is VC+ opencv
motion_detection
- 基于OPENCV的视频中运动物体检测,并实事框出运动物体。 平台vc++6.0。须配置opencv头文件和库文件。
20090611
- visual c++的视频处理程序,可以逐帧读取AVI的视频文件,VC下使用OPENCV-visual c++ video processing program that can read AVI video files frame by frame, VC use OPENCV
test2
- OpenCV入门学习,在VC++6.0中实现图像的简单载入。图像文件lena.jpg-Introduction to Learning OpenCV, in VC++6.0 to implement a simple image loaded. Image File lena.jpg
hello
- OpenCV入门学习,在VC++6.0中实现图像的简单载入与输出。程序要带参数实现。图像文件lena.jpg-Introduction to Learning OpenCV, in VC++6.0 to implement a simple image loading and output. Process parameters to achieve. Image File lena.jpg
severalexample
- 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
MakeChessboard_cvScale
- 在opencv的基础上,使用vc++编译的文件,制作自己需要的棋盘格,满足一般所需!-make chessboard by yourself!
gabor
- gabor小波源文件 在VC++实现 基于OPencv的-gabor wavelets
microsoft-platform-SDK
- 在opencv安装时所需要的文件,为vc的使用提供了平台,非常重要-In the opencv installation files required for the use of vc provide a platform, it is important
Tsukuba1
- 图像视差,描述Tsukuba文件视差,采用的是vc++6.0-Image
huiduzhuanhuan
- 本程序在Visual C++平台上使用OpenCV中的函数来实现图像灰度转换。解压后的文件夹可以在VC上直接运行。-OpenCV function to achieve the image grayscale conversion program in Visual C++ platform. After extracting the folder can be run directly on the VC.
OpenCV_sliderVideo
- 一个简单的OpenCV读取本地视频,并自动加载播放进度工具显示、可以拖动的cpp源程序文件。在VC2008环境中,需要预先安装好OpenCV2.0,并把OpenCV2.0的包含路径添加到VC2008“工具”菜单选项的C++目录中环境,而后新建一个win32控制台应用程序项目,把这个项目的Debug调试属性的链接器输入子项添加附加依赖项cxcore200.lib cv200.lib highgui200.lib。通过对这个程序的掌握可以慢慢过渡到利用MFC的slider控件代替这个程序里自发呈现的
opencv_media
- 用opencv控制播放媒体文件的vc代码-Vc code to control the playback of media files with opencv
Browsebmps
- 用vc对文件夹的BMP图片文件进行读取,并显示,另外,通过“上一个”“下一个”按钮,查看所有的文件图像-BMP picture files folder using vc read, and show, by a " a" button, all files image
opencvtest
- 该程序使用vc++和opencv对视频文件进行读取与播放,并可根据自己的要求修改帧间播放时差。-The the program use vc++ and opencv read and play video files, inter-frame playback time difference can be modified according to their own requirements.
OpenCV
- 载完毕后直接点击安装。安装完毕后打开 _make文件夹下的.dsw(vc6)或.sln(vc.net),点击project下的batch build,注意你的机子是32位的话,选重所有的win32Debug 和 Release(不要选择64位的),点击 Rebuild。这样,所需要的库文件就生成了。下一步,要建-failed to translate
guidedfilter_vc
- 本文件为引导滤波算法的程序文件,为VC++编码,根据何凯明博士的文章《Guided Image Filtering》讲述的原理编写而成,具有很好的边缘保持特性,是作为作者在前一篇讲解去污算法的文章《Single Image Haze Removal Using Dark Channel Prior》的补充,当然也可以用于其他的滤波算法中-This document is a boot file filtering algorithm for VC++ coding, according to D