搜索资源列表
OpenCV_sliderVideo
- 一个简单的OpenCV读取本地视频,并自动加载播放进度工具显示、可以拖动的cpp源程序文件。在VC2008环境中,需要预先安装好OpenCV2.0,并把OpenCV2.0的包含路径添加到VC2008“工具”菜单选项的C++目录中环境,而后新建一个win32控制台应用程序项目,把这个项目的Debug调试属性的链接器输入子项添加附加依赖项cxcore200.lib cv200.lib highgui200.lib。通过对这个程序的掌握可以慢慢过渡到利用MFC的slider控件代替这个程序里自发呈现的
OpenCVProjectProperties
- 每次新建一个项目,Visyal Studio并不知道OpenCV相关库和头文件所在的位置,所以每次都要为项目指定,但这显然非常麻烦啰嗦。 为此,创建了PropertySheet,即:OpenCVProjectPropertiesD和OpenCVProjectPropertiesR以便可以让以后的项目重复使用。含说明文档-Every time a new project, Visyal Studio does not know the OpenCV library and header fil
fourier-descriptor
- opencv实现了傅立叶描述子的功能,可以在visual studio里面运行,需要新建一个工程,同时下载opencv的相关库文件和动态链接库文件-fourier descr iptor
OpenCV2.4.10_properties
- OpenCV2.4.10配置文件,OpenCV的配置一向是个麻烦事,现在把配置文件挂出来,用户只要在新建工程时把该配置文件包括到环境中即可 环境:win7 64位;visual studio2013-OpenCV2.4.10 profile, OpenCV configuration has always been a hassle, now hanging out the configuration file, allowing the user when creating a ne
face
- 一个人脸识别程序,在OpenCV2的环境下,新建一个.c的文件把代码黏贴上去,即可运行-a program to identify people s face
新建文件夹
- 用opencv对图像进行处理实现图像角点提取(Extract the feature corner from the images)
新建文件夹
- 基于opencv实现人脸检测用hough变化实现瞳孔识别(Pupil recognition using Hough changes)
property
- 自动化opencv配置文件,新建项目后,在属性管理器中添加对应版本的文件即可自动配置opencv. 分debug版本和release版本(Add the props file in the property manager for opencv auto-set, including debug version and release version)
test
- 将VS第一次配置时OpenCV的项目属性表保存下来,每次新建项目时引用即可。右击新建的项目,选择属性管理器,在Debug目录下添加现有项,选择该压缩文件中的OpenCV_Debug。这里配置的OpenCV的版本是2.4.11。(Save the item property table of OpenCV when VS is configured for the first time, and reference every time the new project is built. Righ
新建文件夹
- 多种图像处理操作,带界面,利用opencv实现,pyqt界面(Multiple image processing operations with interface)