登录
首页 » Visual C++ » CamshiftTrack

CamshiftTrack

于 2020-05-29 发布
0 262
下载积分: 1 下载次数: 1

代码说明:

说明:  物体运动的跟踪,比如行人和车辆等物体的跟踪(Tracking the motion of an object, such as a pedestrian or vehicle)

文件列表:

HOGCamshiftTrack\Debug\HOGCamshift.exe, 82432 , 2013-06-14
HOGCamshiftTrack\Debug\HOGCamshift.ilk, 576104 , 2013-06-14
HOGCamshiftTrack\Debug\HOGCamshift.pdb, 1371136 , 2013-06-14
HOGCamshiftTrack\HOGCamshift\Debug\BuildLog.htm, 8254 , 2013-06-14
HOGCamshiftTrack\HOGCamshift\Debug\HOGCamshift.exe.intermediate.manifest, 621 , 2013-06-14
HOGCamshiftTrack\HOGCamshift\Debug\mt.dep, 67 , 2013-06-14
HOGCamshiftTrack\HOGCamshift\Debug\Track.obj, 285901 , 2013-06-14
HOGCamshiftTrack\HOGCamshift\Debug\vc90.idb, 781312 , 2013-06-14
HOGCamshiftTrack\HOGCamshift\Debug\vc90.pdb, 913408 , 2013-06-14
HOGCamshiftTrack\HOGCamshift\HOGCamshift.vcproj, 3943 , 2013-06-14
HOGCamshiftTrack\HOGCamshift\HOGCamshift.vcproj.PC--20120518LWF.Administrator.user, 1427 , 2013-06-21
HOGCamshiftTrack\HOGCamshift\soccer.avi, 4353388 , 2006-03-19
HOGCamshiftTrack\HOGCamshift\Track.cpp, 6301 , 2013-06-14
HOGCamshiftTrack\HOGCamshift.ncb, 10963968 , 2013-06-21
HOGCamshiftTrack\HOGCamshift.sln, 899 , 2013-06-14
HOGCamshiftTrack\HOGCamshift.suo, 9216 , 2013-06-21
HOGCamshiftTrack\HOGCamshift\Debug, 0 , 2013-06-14
HOGCamshiftTrack\Debug, 0 , 2013-06-14
HOGCamshiftTrack\HOGCamshift, 0 , 2013-06-14
HOGCamshiftTrack, 0 , 2013-06-21

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

发表评论

0 个回复

  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • RingSDK
    RINGSDK包含界面库和图象库,我编译过,可以使用(RINGSDK is a interface lib )
    2012-11-29 09:48:40下载
    积分:1
  • 11
    说明:  LSA的第一步是要去创建词到标题(文档)的矩阵。在这个矩阵里,每一个索引词占据了一行,每一个标题占据一列。每一个单元(cell)包含了这个词出现在那个标题中的次数。例如,词”book”出现在T3中一次,出现在T4中一次,而”investing”在所有标题中都出现了一次。一般来说,在LSA中的矩阵会非常大而且会非常稀疏(大部分的单元都是0)。这是因为每个标题或者文档一般只包含所有词汇的一小部分。更复杂的LSA算法会利用这种稀疏性去改善空间和时间复杂度。(The Little Book of Common SenseInvesting: The Only Way to Guarantee Your Fair Share of StockMarket Returns ,)
    2015-12-23 20:26:03下载
    积分:1
  • MedianFilter_GPU
    该VC++程序是基于CUDA架构的中值滤波程序,GPU加速,并且使用了opencv函数库(The VC++ program is based on the CUDA architecture median filtering program, GPU acceleration, and use the opencv library)
    2014-10-27 18:29:32下载
    积分:1
  • secaizhuanyi
    运用openCV编写的C++图像色彩转移程序,原理是先转化到Lab图像,再保持L不变调整图像的a、b分量的均值跟方差。(Using openCV prepared C++ image color transfer process, the principle is first converted to Lab image, and then adjust the image to keep L constant a, b, with the mean variance component.)
    2013-09-15 16:40:26下载
    积分:1
  • 1-s2.0-S0925753510002559-main.pdf
    I WANT SOURCE CODE FOR IMAGE SEGMENTATION
    2013-07-31 14:23:59下载
    积分:1
  • CEGUIDemo3
    介绍CEGUI中所给的例子的的文档,很详细.(Introduce the samples in the CECUI,very detailed!)
    2009-05-19 15:07:56下载
    积分:1
  • Defect-detection
    基于灰度图像进行傅立叶变换后的二值化处理(Binarization based on the Fourier transform after the gray image processing)
    2014-12-21 13:56:05下载
    积分:1
  • 人脸识别系统设计—毕业设计
    说明:  本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作,内有源代码和全部论文资料(this issue is the major content of image preprocessing, mainly from the camera to obtain images Face then, in order to improve the recognition and positioning accuracy. The module consists mainly of light compensation, Grayhound, Gaussian smoothing, balanced histogram, image contrast enhancement, image pre- processing module in the system plays a crucial role in image processing will have a direct impact behind the positioning and identification, within Active code and all papers information)
    2005-11-10 23:36:52下载
    积分:1
  • PP
    基于SIFT+Kmeans+LDA的图片分类器的实现源码。 博文参考:http://www.cnblogs.com/freedomshe/archive/2012/04/24/2468747.html(The pictures classifier based on SIFT, Kmeans and LDA. Blog Reference: http://www.cnblogs.com/freedomshe/archive/2012/04/24/2468747.html)
    2012-07-26 15:34:58下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载