登录
首页 » Visual C++ » headtrack

headtrack

于 2021-02-05 发布 文件大小:22121KB
0 290
下载积分: 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 个回复

  • Shadow-Detection
    阴影检测,基于OpenCV用于对图像中阴影的检测(Shadow detection, OpenCV for image shadow detection)
    2021-04-11 19:08:58下载
    积分:1
  • edge
    opencv c++将彩色图像转换为灰度图像进行边缘检测,(opencv c++ to convert color images to gray-scale image edge detection,)
    2009-05-31 20:32:37下载
    积分: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
  • MeFrm
    说明:  傅立叶变换在图像处理中的重要作用: (A) 图像增强与图像去噪 绝大部分噪音都是图像的高频分量,通过低通滤波器来滤除高频噪声;边缘也是图像的高频分量,可以通过添加高频分量来增强原始图像的边缘; (B) 图像分割与边缘检测 提取图像高频分量 (C) 图像特征提取 形状特征:傅里叶描述子 纹理特征:直接通过傅里叶系数来计算纹理特征 其他特征:将提取的特征值进行傅里叶变换来使特征具有平移、伸缩、旋转不变性 (D ) 图像压缩 可以直接通过傅里叶系数来压缩数据;常用的离散余弦变换是傅立叶变换的实变换; (Fourier transform in the important role of image processing: (A) image enhancement and image denoising Most of all images of high frequency noise by low pass filter to filter out high frequency noise edge is the image of the high frequency components can be enhanced by adding high frequency components to the edge of the original image (B) Image segmentation and edge detection High frequency components extracted image (C) image feature extraction Shape features: Fourier descriptors Texture: directly through the Fourier coefficients to calculate the texture features Other features: The characteristic value extracted by Fourier transform to the characteristics of translation, scaling, rotation invariance (D) image compression Fourier coefficients can be directly compressed data commonly used discrete cosine transform is the Fourier transform of the real transformation 朗读显示对应的拉丁字符的拼音)
    2011-03-28 19:06:27下载
    积分:1
  • CTImageReconstruction
    ct图像重建系统,本程序需要先安装和配置好vtk环境才能编译并以命令行方式运行。(ct image reconstruction system, the program you need to install and configure vtk environment to compile and run the command line.)
    2015-12-15 17:21:08下载
    积分:1
  • Motion-detection-of-contour-search
    基于轮廓来寻找流动部分,效果不是很好,但是还可以拿来用(Based on the outline to find the flow part, the effect is not very good, but also can be used with)
    2015-11-16 16:33:31下载
    积分:1
  • BitmapRotateBitmaponc
    bitmap rotate for visual c and c++ builder
    2009-06-12 14:54:35下载
    积分:1
  • MedianFilterSmooth
    图形图像处理中的平滑处理,可以实现部分的功能,但是还可以继续完善(Graphic image processing smoothing, can achieve some of the functions, but can also continue to improve)
    2008-06-25 00:14:41下载
    积分:1
  • rihua.code
    本程序为图像锐化的经典程序,源码里有详细的标注。(the procedures for sharpening images of the classic procedures are detailed source of tagging.)
    2007-06-04 12:04:49下载
    积分:1
  • Ray-tracing
    线性插值射线追踪法,设置模型为一三层模型,范围100m×100m(Linear interpolation ray tracing method, set the model for a three-tier model, the range 100m100m)
    2020-10-29 14:19:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载