登录
首页 » 图像处理 » camshift目标追踪

camshift目标追踪

于 2022-01-23 发布 文件大小:1.26 MB
0 181
下载积分: 2 下载次数: 1

代码说明:

camshift目标追踪,对目标进行跟踪,并根据目标的大小对目标进行调节跟踪窗口,跟踪效果比较好,没有bug,是本人做实验编写的代码。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 特征提取和匹配
    应用背景图像的特征提取和特征匹配,用sift算法,SIFT特征检测算法 ,检测的特征点具有平移、旋转、尺度变化不变性,实验效果较好。-The SIFT feature detect algorithm.The feature is scale- and rotation-invariant.The algorithm performs well in experiments.关键技术sift提取特征,然后进行匹配。基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力-Hot and difficult of the current research areas of domestic and foreign feature point matching based the SIFT image registration program SIFT feature matching algorithm is its ability to match between the two images, can handle translation, rotation, affine transformation case match problem, even in some degree images taken at any angle with more stable feature matching ability
    2022-01-30 17:14:32下载
    积分:1
  • 中提取不规则的投资回报率
    提供了一种提取不规则区域的图像,基于 opencv2.4.0,vs2010 的方法。
    2022-07-07 05:20:15下载
    积分:1
  • 人脸识别
    基于kinect的人脸跟踪系统,环境:Visual Studio2010,kinect。 本科毕业设计可用。 可运行范例。
    2022-12-28 00:00:03下载
    积分:1
  • edge detection and image segmentation system
    This system is a low-level feature extraction tool that integrates confidence based edge detection [2] and mean shift based image segmentation [1]. It was developed by the Robust Image Understanding Laboratory at Rutgers University. For information about
    2022-01-26 04:50:41下载
    积分:1
  • 如何让变明亮 (直方均衡化)?
    翻译 maninwest@Codeforge 作者:Mr. Lai Tai-Yu@CodeProject 有时候,我们发现照片不明亮,这个是可以修复的。在图像处理领域,这叫做直方图均衡化,通过扩展图像的直方图让照片变明亮。背景操作系统: Microsoft Windows 7 专业版 (64 位) 开发实用程序: Microsoft Visual Studio 2010使用代码 // The histogram array of the red channel. double aryHistogramR[256] = {0}; // The transform of histogram array of the red channel. double aryTransformR[256] = {0}; // The sum of pixel"s gray of the red channel. double dobSumR = 0.0f; // The histogram array of the red channel. double aryHistogramG[256] = {0}; // The transform of histogram array of the red channel. double aryTransformG[256] = {0}; // The sum of pixel"s gray of the red channel. double dobSumG = 0.0f; // The histogram array of the red channel. double a
    2022-05-10 19:26:14下载
    积分:1
  • pcl-3d-project;PCL相关代码
    资源描述自己在网上找的关于一些PCL常用的功能代码,函数,感觉挺有用的,特来分享给大家。具体有void compute_surface_normals,void visualize_normals,void visualize_pointcloud等函数可以直接拿来用
    2022-03-03 03:03:56下载
    积分:1
  • 中的人脸检测
    通过用MATLAB编程实现在复杂背景下检测出是否有人脸的存在如果存在就在原来的图像中标出来程序中用到了图像处理的多种算法图像膨胀腐蚀开运算闭运算等等
    2022-06-22 03:35:12下载
    积分:1
  • CT复原-去除滤线栅伪影
     工程在源码包中的“vs工程”文件夹中,为MFC工程。
    2022-08-06 09:34:11下载
    积分:1
  • sar点目标RD成算法源码
    关于合成孔径雷达的最常用的成像算法-距离多普勒成像算法(RD)的实例。能实现场景内多个目标的成像结果的仿真。经修改可以很容易修改成针对特定场景的RD成像。
    2022-02-24 10:51:36下载
    积分:1
  • opencv中光流法的使用,配置好环境后即可运行
    斯坦福大学教授写的opencv源码 光流法,这个光流法的程序是能够直接运行的,内部甚至配置好了相关的工程条件和视频
    2023-08-14 04:00:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载