资源列表
用OpenCV进行基本绘图
- 使用OpenCV进行简单绘图,例如绘制直线,圆形等不同形状的图形(Using OpenCV to do simple drawings, such as drawing straight lines, circles and other shapes of graphics)
代码 特征点匹配目标提取
- 利用OpenCV以及vc++实现对物体特征点匹配目标的提取,(Using OpenCV and vc++ to achieve object feature point matching target extraction,)
字符特征提取
- 结合OpenCV在VS2015平台上对含有字符特征提取,例如可以进行车牌识别等(Combined with OpenCV on the VS2015 platform to contain character feature extraction, such as license plate recognition can be carried out)
PCA
- pca降维代码,主要用来给图片进行降维,程序不长,直接用,很方便(PCA Dimension reduction code)
a_two_phase
- 程序实现的两阶段的稀疏表示的代码,从一个博客上看的,代码很详细~~(Program implementation of the two phase of the sparse representation of the code, from a blog to see, the code is very detailed ~ ~!)
CameraDisplay
- 多种基于opencv的摄像头调用程序。可实现绝大部分电脑上稳定条用摄像头。(opencv functions that calls the cameras, is compatible with most computers in the market.)
property
- 自动化opencv配置文件,新建项目后,在属性管理器中添加对应版本的文件即可自动配置opencv. 分debug版本和release版本(Add the props file in the property manager for opencv auto-set, including debug version and release version)
Face_Detect
- The program is based on VS2010 + OpenCV2.4, used to detect the single/multi face of a image, the recognition rate is more than 80%. The code come from the BBN Computer Visual Laboratory.
Figure contour extraction of object
- This program based on VS2010 + OpenCV2.4, used to extract the object contour in color images.(note: please keep the image length or width is a multiple of 2.Of course, you can modify the code).The program from the BBN Computer Vision Laboratory.(This
Object tracking
- The program is based on VS2010 + OpenCV2.4, used in the two picture of the same scene moving object trajectory tracking.The program from the BBN Computer Vision Lab.
image_noise_reduction
- The program is based on VS2010 + OpenCV2.4, used for image noise reduction processing or remove facial wrinkles.The program from the BBN Computer Vision Lab.
OpenCV官方教程中文版(For Python)
- 学习opencv做图形图像处理,很不错的一本计算机视觉学习书籍,使用的语言是python(Learning opencv do graphic image processing, a very good computer vision study books, the use of the language is python)