登录
首页 » Visual C++ » headtrack

headtrack

于 2021-02-05 发布 文件大小:22121KB
0 214
下载积分: 1 下载次数: 562

代码说明:

  用粒子滤波实现视频中人头跟踪算法,有训练好的人头分类器。()

文件列表:

headtrack
.........\adaboostDetect.cpp,6637,2009-06-28
.........\adaboostDetect.h,1157,2009-06-28
.........\colorFeatures.cpp,4965,2009-10-26
.........\colorFeatures.h,2292,2009-10-26
.........\Debug
.........\.....\adaboostDetect.obj,105041,2012-06-20
.........\.....\adaboostDetect.sbr,0,2012-06-20
.........\.....\bscmake.read.1.tlog,1004,2012-06-20
.........\.....\bscmake.write.1.tlog,596,2012-06-20
.........\.....\CL.read.1.tlog,141730,2012-06-20
.........\.....\CL.write.1.tlog,2342,2012-06-20
.........\.....\colorFeatures.obj,103101,2012-06-20
.........\.....\colorFeatures.sbr,0,2012-06-20
.........\.....\headTrack.bsc,5204992,2012-06-20
.........\.....\headTrack.exe,587776,2012-06-20
.........\.....\headTrack.exe.embed.manifest,406,2012-06-20
.........\.....\headTrack.exe.embed.manifest.res,472,2012-06-20
.........\.....\headTrack.exe.intermediate.manifest,381,2012-06-20
.........\.....\headTrack.ilk,1356540,2012-06-20
.........\.....\headTrack.lastbuildstate,54,2012-06-20
.........\.....\headTrack.log,4462,2012-06-20
.........\.....\headTrack.obj,99307,2012-06-20
.........\.....\headTrack.pdb,2771968,2012-06-20
.........\.....\headTrack.sbr,0,2012-06-20
.........\.....\headTrack_manifest.rc,214,2012-06-20
.........\.....\link-cvtres.read.1.tlog,2,2012-06-20
.........\.....\link-cvtres.write.1.tlog,2,2012-06-20
.........\.....\link.3948-cvtres.read.1.tlog,2,2012-06-20
.........\.....\link.3948-cvtres.write.1.tlog,2,2012-06-20
.........\.....\link.3948.read.1.tlog,2,2012-06-20
.........\.....\link.3948.write.1.tlog,2,2012-06-20
.........\.....\link.read.1.tlog,3468,2012-06-20
.........\.....\link.write.1.tlog,1060,2012-06-20
.........\.....\mt.read.1.tlog,338,2012-06-20
.........\.....\mt.write.1.tlog,270,2012-06-20
.........\.....\particleFilter.obj,107567,2012-06-20
.........\.....\particleFilter.sbr,0,2012-06-20
.........\.....\rc.read.1.tlog,242,2012-06-20
.........\.....\rc.write.1.tlog,250,2012-06-20
.........\.....\Tracker.obj,118374,2012-06-20
.........\.....\Tracker.sbr,0,2012-06-20
.........\.....\vc100.idb,1043456,2012-06-20
.........\.....\vc100.pdb,634880,2012-06-20
.........\detectAdaboost.h,100,2009-03-28
.........\gsl_randist.h,8705,2006-03-23
.........\gsl_rng.h,7021,2006-03-23
.........\headTrack.cpp,3842,2012-06-19
.........\headTrack.dsp,4013,2009-10-26
.........\headTrack.dsw,543,2009-10-26
.........\headTrack.ncb,74752,2009-10-26
.........\headTrack.opt,49664,2009-10-26
.........\headTrack.plg,1283,2009-10-26
.........\headTrack.sdf,35540992,2012-06-20
.........\headTrack.sln,884,2012-06-19
.........\headTrack.vcxproj,6986,2012-06-19
.........\headTrack.vcxproj.user,143,2012-06-19
.........\ipch
.........\....\headtrack-4656a9a8
.........\....\..................\headtrack-7cf9f85d.ipch,75366400,2012-06-20
.........\particleFilter.cpp,5641,2009-10-26
.........\particleFilter.h,2342,2012-06-19
.........\Tracker.cpp,8588,2009-10-26
.........\Tracker.h,1415,2009-10-26

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

发表评论

0 个回复

  • opencv
    利用opencv+VC++实现对图像的边缘处理,从而对图像进行检测(Use opencv+ VC++ to achieve the edge of the image processing to the image detector)
    2016-02-18 15:20:39下载
    积分:1
  • kmeans-image-segmentation
    多类 kmeans 图像分割,基于灰度的图像分割。(Kmeans image segmentation, segmentation based on gray-scale images.)
    2013-04-30 04:19:34下载
    积分:1
  • 200732590069
    说明:  非常好的图像处理全面软件,包括滤波等基本操作(Very good overall image processing software, including basic operations such as filtering)
    2011-04-14 10:33:15下载
    积分:1
  • FINAL
    图像拼接!!此为本人的毕业设计源码,能完整远行,希望能对大家起到帮助。强烈鄙视那些为了骗取下载数而上载一些无关紧要代码甚至是编译错误一堆的卑鄙小人(Image mosaic! ! This is my graduation project source code can be a complete separation, I hope everyone can help. Strongly despise those who cheat in order to download and upload some irrelevant code compiler error or even a bunch of despicable villains)
    2020-06-26 04:00:02下载
    积分:1
  • fuse
    基于肤色的图像分割,是用matlab实现的,希望大家有用(Image segmentation based on skin color is achieved with matlab, I hope it would be useful)
    2011-06-08 21:21:50下载
    积分:1
  • 基于OPENCV的SIFT特征提取与匹配算法 OPENCV_SIFT_VC6
    基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。(OPENCV the SIFT-based feature extraction and matching algorithm. Contains a complete Gaussian pyramid from the image, DOG, space extremum point extraction, description of key points, KDtree matching key step in the realization of the full function of the comprehensive and in-depth understanding of Lowe s SIFT algorithm of tremendous help. Program to run before the installation of (1) OpenCV: http://opencvlibrary.sourceforge.net (2) SIFT: http://web.engr.oregonstate.edu/ ~ hess/index.html, and configure the parameters of their environment.)
    2020-06-26 03:00:02下载
    积分:1
  • visual-cPP-image-process
    数字图像处理诸多算法源代码,图像处理的同学可以下载下来看看,适合初学者。(c++ code of digital image process )
    2012-03-16 16:52:53下载
    积分:1
  • wavelet-wavelep-filter
    本程序实现小波和小波包滤波,,对高频部分进行处理对一维信号进行处理,得到重构去噪后的信号,代码调试通过(This procedure realize wavelet and wavelet packet filtering, and the high frequency part of the process of one dimensional signal processing, reconstruction after denoising signal, code debugging through)
    2016-01-20 13:52:07下载
    积分:1
  • Jpeg
    说明:  Jpeg算法源代码,包含jpeg的各种算法实现的vc++的源代码(Jpeg algorithm source code, including the various algorithms jpeg of vc++ source code)
    2010-04-28 16:05:05下载
    积分:1
  • VCPP-image-processing-chapter08(1)
    VisualC++数字图像处理技术详解第2版光盘-第八章 分水岭分割算法(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VIII watershed segmentation)
    2016-04-16 13:48:00下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载