搜索资源列表
sift算法实例
- opencv的sift特征提取,visual studio 2010平台实现。
open2.2解释文档
- 该文档讲述了opencv2.2的新功能。2010年12月新发布的OpenCV2.2.0在库结构上进行了较大幅度的改动。主要体现在新的模块组织形式和新的头文件形式;相对应的一些功能函数归类到了更细致的模块中。
OpenASURF-ed50a44
- OpenCV SURF在android上的应用 opencv 2.2从2010年12月5日开始支持Android,这是一个应用的例子-OpenCV SURF application on the android opencv 2.2 from December 5, 2010 began to support Android, this is an example of an application
Tracking21-10-2010
- Some code for tracking color object base on opencv library
Tracking3-11-2010
- Tracking color object base on opencv and using HSV color system
StereoMatch
- 很实用的OPencv三维重建源码。但是编译没成功,移植到VC++2010.-Stereo Match based on OpenCV.tansfer to Visual Studio 2010.
BayesOpenCV
- Visual C++ 2010 - openCV integration exemple
SIFTFeatures
- opencv的sift特征提取,基于opencv2.1+visual studio 2010实现。-sift features extact by opencv 2.1+visual studio 2010
SimpleCamCapture
- Capture image from camera. Project to Visual 2010 and OpenCV version (2.2).
OpenCV2.2_API_Specification
- 本文档包括了OpenCV2.2版(2010年12月推出,目前最新版)中所有API函数的说明,包括C、C++、Python中调用OpenCV的所有接口函数,是大家开发计算机视觉、图像处理、模式识别程序的好参考。OpenCV2.2提供了支持Visual Studio 2010的可执行版本,并且添加了HOG行人检测器,真是不可多得的好东西。-This document includes OpenCV2.2 edition (December 2010 launch, the latest versio
2-camera-optical-flow-NUS
- 这个程序应用于机器人视觉系统。可以即时从两个摄像头同时读取摄像。程序包括视屏抓取,光流计算以及计算结果检验。计算结果通过串口直接发送到控制计算机。-This program is dedicated to capture real time optical flow from two cameras with intersect angle 180 or 120 degree. It includes Optical flow capturing, calculation
Include-Directories
- here file is to describe how to set up OpenCV 1.1 for visual studio 2010.
ch2_ex2_1
- load an image in visual c++ 2010 by using opencv
depth(2010.07.23)
- 基于opencv和DEVC++的关于双目视觉标定后的求深度的源代码。-Opencv and DEVC++ based on binocular vision after seeking the depth of the calibration source.
OpenCV-Chinese-document
- opencv的中文参考手册,2010最新版本的,方便广大中国opencv爱好者查看使用-opencv Chinese Reference Manual, 2010 latest version, convenient to the majority of Chinese opencv enthusiasts view use
OpenCV-2010
- OpenCV中文参考手册2010年,介绍opencv数据结构和函数接口-Chinese OpenCV Reference Manual 2010, opencv data structure and function interface
opencv-and-cuda-image-process
- cuda7.5+vs2010+openCV2.4.9联合编译,二值化用的最简单的方法,随便选了一个阈值,有需要的可以自己更该算法-cuda7.5 combined withvs 2010 and openCV2.4.9
opencv3
- 本书有OpenCV2、OpenCV3两套独立的书本配套示例程序供选择使用。 此为书本配套的OpenCV3示例程序源代码工程合集。开发测试环境为Windows7 64位旗舰版、Visual Stuido 2010 、OpenCV3.0 beta,理论上支持OpenCV 3理论上支持目前已经发布的OpenCV3全版本编译运行。(Opencv3 programming entry)
Character_Recognition
- 本程序主要参照论文,《基于OpenCV的脱机手写字符识别技术》实现了,对于手写阿拉伯数字的识别工作。识别工作分为三大步骤:预处理,特征提取,分类识别。预处理过程主要找到图像的ROI部分子图像并进行大小的归一化处理,特征提取将图像转化为特征向量,分类识别采用k-近邻分类方法进行分类处理,最后根据分类结果完成识别工作。 程序采用Microsoft Visual Studio 2010与OpenCV2.4.4在Windows 7-64位旗舰版系统下开发完成。并在Windows xp-32位系统下测试
VIbe
- 使用opencv实现vibe算法,用于视频前景检测(Opencv implementation using vibe algorithm for video foreground detection)