OpenCV
文章平均质量分 78
noter
这个作者很懒,什么都没留下…
展开
-
CamShift算法,OpenCV实现1--Back Projection
CamShift算法,OpenCV实现1--Back ProjectionCamShift算法,即"Continuously Apative Mean-Shift"算法,是一种运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪的目的。我把这个算法分解成三个部分,便于理解:1) Back Projection计算2) Mean Shift算法3) CamShift算法在这里主要讨论Bac转载 2007-08-13 15:29:00 · 892 阅读 · 0 评论 -
CamShift算法,OpenCV实现2-Mean Shift算法
CamShift算法,OpenCV实现2-Mean Shift算法这里来到了CamShift算法,OpenCV实现的第二部分,这一次重点讨论Mean Shift算法。在讨论Mean Shift算法之前,首先讨论在2D概率分布图像中,如何计算某个区域的重心(Mass Center)的问题,重心可以通过以下公式来计算:1.计算区域内0阶矩for(int i=0;i for(int j=0;j转载 2007-08-13 15:30:00 · 915 阅读 · 0 评论 -
CamShift算法,OpenCV实现(3):CamShift算法
CamShift算法,OpenCV实现(3):CamShift算法1.原理在了解了MeanShift算法以后,我们将 MeanShift算法扩展到连续图像序列(一般都是指视频图像序列),这样就形成了CamShift算法。CamShift算法的全称是 "Continuously Apaptive Mean-SHIFT",它的基本思想是视频图像的所有帧作MeanShift运算,并将上一帧的结果(即转载 2007-08-13 15:32:00 · 873 阅读 · 0 评论 -
VC6下安装与配置
安装OpenCV从http://www.opencv.org.cn 下载OpenCV安装程序。假如要将OpenCV安装到C:/Program Files/OpenCV。(下面附图为OpenCV 1.0rc1的安装界面,OpenCV 1.0安装界面与此基本一致。)在安装时选择"将/OpenCV/bin加入系统变量"(Add/OpenCV/bin to the systerm PATH)。转载 2007-09-18 20:18:00 · 1265 阅读 · 0 评论 -
A step-by-step guide to the use of the Intel OpenCV library and the Microsoft DirectShow technology
http://www.site.uottawa.ca/~laganier/tutorial/opencv+directshow/Programming computer vision applications: A step-by-step guide to the use of the Intel OpenCV libraryand the Microsoft DirectS转载 2007-09-18 20:22:00 · 7142 阅读 · 0 评论 -
利用OpenCV进行【视频的读取】与【保存视频文件或者图像】源码!~
利用OpenCV进行【视频的读取】与【保存视频文件或者图像】源码!~为了能够更好的支持AVI视频的读取,请安装K-Lite Codec Pack Full 3.9.3 Beta下载地址:http://dl.pconline.com.cn/html_2/1/124/id=6563&pn=0.html#include #include #include #include #include转载 2009-07-15 23:03:00 · 3245 阅读 · 2 评论