搜索资源列表
surf_opencv.zip
- Speed Up Robust Feature Algorithm by OpenCV it can detected specified image and matching I adjust it to use a cam so it runs in real time but I guess it doesn t look so fast,Speed Up Robust Feature Algorithm by OpenCV it can detected spe
gacv02
- gacv 名字取自 gabor , adaboost , opencv , 他用了 gabor滤波,AdaBoost (MultiBoost ) 分类器和 opencv 开发库,这是第二个测试版叫 gacv02 。这个程序的第一个测试版 gacv01 可以检测大小有一定变化的目标,但是不能检测平面旋转的目标。gacv02 改进了算法可以处 理目标的大小变化和平面旋转,检测速度也有了提高。 -gacv name from gabor, adaboost, opencv, he u
sanjiaopoufen
- 在VS2008和opencv下,对2D/3D点(云)数据实现三角剖分,运算速度快,实时性好,计算精度高,并对三角剖分进行了优化,可以处理复杂点集的三角剖分,可以用于人脸识别的工作-In the VS2008 and opencv, the pairs of 2D/3D points (cloud) data to achieve triangulation, calculation speed, real-time performance is good, high precision, and
normxcorr2_mex_ALL
- 归一化互相关高速计算模块OpenCV工程,Daniel Eaton已将其生成Matlat Mex文件,比Matlab内建的normxcorr2()效率要高-Normalized cross-correlation of high-speed calculation module, Daniel Eaton have been wrapped the C++ code from OpenCV project and making it available as a MATLAB MEX-file,
CircleDetect(Opencv)
- 用OPENCV编写的VC圆检测程序,个人觉得速度好于传统HOUGH变换算法-OPENCV prepared using VC circle detection procedures, personally feel that the speed is better than traditional HOUGH Transform Algorithm
OpenCV
- 学习OpenCV的很好的资料,非常全面,可以加速你的入门!-Learning OpenCV good information, very comprehensive and can speed up your entry!
cvMatchTemplatePcvMinMaxLoc
- 一个基于OpenCV+VC的模板匹配程序,速度还可以,能匹配一些模板-OpenCV+ VC a template-based matching procedure, the speed can also be able to match the number of templates
OpenCv-showing
- OpenCV致力于真实世界的实时应用,通过优化的C代码的编写对其执行速度带来了可观的提升-OpenCV is committed to real-world real-time applications, by optimizing the preparation of C-code speed of its implementation has brought considerable improvement
FACE_PROJECT_opencv
- this adaboost based real time face detection and tracking system i used a adaboost and camshift algorithm with opencv and vc++ The detεction efficiency of the method is not good for environment of dynanlic illumination. We propose a combined meth
opencv
- 该段程序实现视频的播放,快进,倒退的功能,采用opencv的库文件-video playback,speed up
CircleDetect(Opencv)
- 用OPENCV编写的VC圆检测程序,个人觉得速度好于传统HOUGH变换算法-OPENCV prepared using VC circle detection procedures, personally feel that the speed is better than traditional HOUGH Transform Algorithm
opencv
- OPENCV很经典的学习工具,方便速度查找相应的代码-OPENCV is a classic learning tool to facilitate speed to find the appropriate code
opencv
- OPENCV很经典英文的学习工具,方便速度查找相应的代码-OPENCV very classic English learning tools to facilitate speed to find the appropriate code
OpenCV-Face-detection
- 程序中提供了一种简单方便的人脸面部特征提取方法,测方法提取人脸特征效率高,速度快,提取精度高-The program provides a simple and convenient method for human facial feature extraction, measurement methods to extract facial features high efficiency, high speed, high precision extraction
opencv
- 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
IMAGE-MOVE-BASED-ON-OPENCV
- 基于OPENCV的图像平移方法:利用鼠标标左键的响应移动图像,速度快。-Image moving method based on OPENCV:using the left mouse to move the image with fast speed
lbp-facedetect(opencv)
- 基于opencv lbp的人脸检测算法,利用facedetect函数快速检测到人脸,提高检测速度,优化检测方法。-Face detection algorithm based on LBP facedetect, using OpenCV function to quickly detect human face, improve the detection speed, and optimize the detection method.
speed_detection
- 本程序是基于虚拟线圈的流动车速检测程序,平台为VS2010+OpenCV2.4.10(This procedure is based on the virtual coil flow speed detection procedures, the platform for VS2010+OpenCV2.4.10)
OpenCVfaceHead
- OpenCv用于摄像系统人头统计,VISUAL C++.0 MFC版峰值计数1.0,加高速方向检测统计(OpenCv for camera system head count, VISUAL, C++.0, MFC version, peak count 1, plus high-speed direction detection statistics)
OpenCV示例源码
- 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of