搜索资源列表
opencv-camer
- opencv摄像机标定,双目立体视觉的标定方法-opencv camera calibration
Target-template-matching
- 基于OpenCV视觉库的目标模板匹配,在Visual Studio 2010+C-Based on the target template matching vision library OpenCV in Visual Studio 2010
ultraiso
- 基于视觉的人脸识别,使用OpenCV。简短精炼-Based on visual recognition, use OpenCV。Short refining
opencalibration
- 该程序为单目摄像机标定程序,是应用c++编程语言,在visual studio2010环境下基于opencv 编写的标定程序,该程序可以应用于计算机视觉,可以获取摄像机的内外参数,也可以用于双目标定,作为双目标定的重要的一步。-The program can obtain the camera s internal and external parameters, and it also can be used for binocular calibration, as an importan
LK算法
- 利用openCV,首先利用goodFeaturesToTrack函数得到图像中的强边界作为跟踪的特征点,接下来要调用calcOpticalFlowPyrLK函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把得到的跟踪结果过滤一下,去掉不好的特征点。再把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as t
光流法运动估计OpticalFlow
- 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
OpenCV计算机视觉编程攻略 (第2版)
- OpenCV computer vision programming (Second Edition).Pdf
OpenCV2.2
- opencv是一个很有效的图形处理库,对于计算机视觉意义非凡。(Opencv is a very effective graphics processing library, which is of great significance to computer vision.)
High-Dimensional-LBP-master
- 我的高维LBP特征的人脸识别方法董晨,徐东曺,方文执行,简隼。维度祝福:高维特征及其对人脸验证的有效压缩。计算机视觉与模式识别(CVPR),2013。我用OpenCV的人脸检测和人脸地标检测内部接口。实现的详细信息可以在Bor Chun Chen、楚松晨、Winston H. Hsu中找到。审查和高维局部二进制模式及其在人脸识别中的应用实施,技术报告tr-iis-14-003,中央研究院信息科学研究所,2014。(PDF)如果您使用此代码进行研究,请引用上面的技术报告。有关更多信息,请访问项目网
Chapter 3_Code
- opencv3计算机视觉基于python 第三章源码(完整)(Opencv3 computer vision is based on the source code of the third chapter of python (complete))
python计算机视觉化编程
- 计算的视觉变成,python实现以及opencv介绍(Visual programming of Python computer)
workAttendanceSystem
- 基于OpenCV的人脸视觉考勤系统 是python语言 要先安装dlib opencv的库(Face visual attendance system based on OpenCV)