搜索资源列表
这是OpenCv的一个完整程序用来实现读入一个彩色视频
- 这是OpenCv的一个完整程序用来实现读入一个彩色视频文件并以灰度格式输出这个视频文件。-This is OpenCv used to implement a complete program to read a color to grayscale format video file and output the video file.
ch2_ex2_10 实现读入一个彩色视频文件并以灰度格式输出
- 一个完整的程序用来实现读入一个彩色视频文件并以灰度格式输出这个视频文件-The procedure used to achieve a complete reading of video files into a color and grayscale output the video file format
OpenGL-in-VC-to-graphics
- 在VC中实现OpenGL三维绘图,完整实例,应该有帮助。-OpenGL in VC to achieve three-dimensional graphics, complete examples, should help.
motion-tracking-and-implementation
- 目标跟踪是计算机视觉的一个重要分支,日益广泛应用于科学技术、国防安全、航空、医药卫生以及国民经济等领域。实现目标跟踪的关键在于完整地分割目标、合理提取特征和准确地识别目标,同时,要考虑算法实现的时间,以保证实时性。当视频图像中被跟踪目标发生姿态变化,存在旋转或部分遮挡时,简单的灰度模板或者Hausdorff距离匹配一般很难达到实时跟踪目标的要求,出现误匹配或者跟踪丢失的情况,而且跟踪效率较低。Gary R.Bradski提出的CAMSHIFT[1](Continu-ously Adaptive
QR
- QR分解在Opencv下的实现;完整代码,根据需要稍作修改后可以直接运行!-QR done in OpenCv
myStructuredLight
- 这是从国外网站下载的源代码,实现了利用投影设备实现三维重构,从标定,到特征线提取,以及最后的三维重建均是很完整的,对于做三维重建的人是不可多得的资料。在这里不由得再次感叹老外的慷慨,希望大家也将自己的好源码共享。-This is from foreign web site the source code, and the realization of the projection equipment realize 3 d reconstruction, from the calibration
Matcher
- 特征点匹配的实现,使用VC实现,修正版,完整-Matching feature points to achieve the use of a VC, revised version, complete
MyOpenCV
- VC6.0+OpenCV1.0配置下的MFC单文档完整工程,能够实现图像的打开、显示、保存,并实现CANNY边缘算子的计算和显示。适合入门学习VC6.0+OpenCV1.0配置下的MFC界面的设计。学会了这个基本工程,基本上就懂怎么做MFC界面了。 -MFC single document under VC6.0+ OpenCV1.0 configuration complete engineering, to realize the open、display and save of the
edge--detection
- 用opencv实现的边缘检测功能,根据学习opencv一书中的伪码补充和完整后的代码,可以运行-Edge detection with opencv function, according to the pseudo-code complement and complete code after learning opencv book, you can run
zengqiang
- 使用opencv和vs2010实现图像对比度增强,代码完整,可以运行(Use OpenCV and VS2010 to achieve image contrast enhancement, code integrity, you can run)
LicenseplateRecognition
- 车牌牌照检测识别完整源代码 开发环境:vc6.0和opencv1.0 整体功能:是为了实现车牌自动跟踪,检测,并拍照,定位,识别,但是跟踪和拍照等于没有实现。 实现功能: 能实现视频中物体跟踪,但必须是手动圈住才行,摄像头是usb摄像头. 打开车牌图片,能进行定位,车牌分割,字符分割,字符识别。(License plate recognition)
图割算法MyGraphCuts0.1
- 实现图像分割,给定基准色将目标完整分割出来。 效果好,速度慢。(To achieve image segmentation, given a reference color to complete the goal of segmentation. Good effect, slow speed.)
sift描述子具体实现
- matlab实现的sift描述子,lowe提出的(The SIFT descr iptor implemented by Matlab is proposed by Lowe)