登录
首页 » Visual C++ » target-tracking

target-tracking

于 2013-08-21 发布 文件大小:8460KB
0 158
下载积分: 1 下载次数: 10

代码说明:

  基于meanshift算法的目标跟踪,主要是基于opencv车辆跟踪!!!程序当中进行简单的图像分割(Based on the meanshift algorithm of image segmentation and target tracking.)

文件列表:

Based on the meanshift algorithm of image segmentation and target tracking
..........................................................................\Debug
..........................................................................\.....\OpenCVtest.exe,74240,2013-06-02
..........................................................................\.....\OpenCVtest.ilk,538308,2013-06-02
..........................................................................\.....\OpenCVtest.pdb,2182144,2013-06-02
..........................................................................\.....\test.avi,432700,2007-02-24
..........................................................................\ipch
..........................................................................\....\opencvtest-67460d78
..........................................................................\....\...................\opencvtest-296a8017.ipch,3670016,2013-06-02
..........................................................................\OpenCVtest
..........................................................................\..........\Debug
..........................................................................\..........\.....\CL.read.1.tlog,16572,2013-06-02
..........................................................................\..........\.....\CL.write.1.tlog,968,2013-06-02
..........................................................................\..........\.....\link-cvtres.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link-cvtres.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link-rc.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link-rc.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.2880-cvtres.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.2880-cvtres.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.2880-rc.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.2880-rc.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.2880.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.2880.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.4360-cvtres.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.4360-cvtres.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.4360-rc.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.4360-rc.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.4360.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.4360.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.5520-cvtres.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.5520-cvtres.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.5520-rc.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.5520-rc.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.5520.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.5520.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.6888-cvtres.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.6888-cvtres.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.6888-rc.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.6888-rc.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.6888.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.6888.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.7520-cvtres.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.7520-cvtres.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.7520-rc.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.7520-rc.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.7520.read.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.7520.write.1.tlog,2,2013-06-02
..........................................................................\..........\.....\link.read.1.tlog,4822,2013-06-02
..........................................................................\..........\.....\link.write.1.tlog,658,2013-06-02
..........................................................................\..........\.....\OpenCVtest.lastbuildstate,73,2013-06-02
..........................................................................\..........\.....\OpenCVtest.log,2021,2013-06-02
..........................................................................\..........\.....\OpenCVtest.obj,276702,2013-06-02
..........................................................................\..........\.....\OpenCVtest.pch,1376256,2013-05-10
..........................................................................\..........\.....\stdafx.obj,11981,2013-05-10
..........................................................................\..........\.....\vc110.idb,789504,2013-06-02
..........................................................................\..........\.....\vc110.pdb,1732608,2013-06-02
..........................................................................\..........\OpenCVtest.cpp,11150,2013-06-02
..........................................................................\..........\OpenCVtest.vcxproj,4528,2013-05-09
..........................................................................\..........\OpenCVtest.vcxproj.filters,1314,2013-05-09
..........................................................................\..........\ReadMe.txt,1531,2013-05-09
..........................................................................\..........\stdafx.cpp,215,2013-05-09
..........................................................................\..........\stdafx.h,316,2013-05-10
..........................................................................\..........\targetver.h,236,2013-05-09
..........................................................................\OpenCVtest.sdf,18415616,2013-06-02
..........................................................................\OpenCVtest.sln,897,2013-05-09

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

发表评论

0 个回复

  • GASA
    基于遗传模拟退火和Otsu法的图像分割。采用一种基于模拟退火算法(SA)的混合遗传算法(GASA),来进行Otsu方法选择阈值,其中进行求解时是非线性的遗传算法(GA)的应用优化了求阈值过程,并尽可能地减少其运算量,而加入SA则避免了遗传算法(GA)常见的早熟收敛现象,从而实现有效简单的图像分割。 (adopt hybrid genetic algorithm(GASA) based on simulated annealing algorithm,choose threshold by Ostu method,which applicated the non-linear genetic algorithm(GA) allows us to optimize the process of threshold. And, where possible, to reduce the computation. in order to achieve effectivly and simply image segmentation. Combination SA is to avoid the common phenomenon about premature convergence in genetic algorithm (GA) to achieve a simple and effective image segmentation.)
    2009-12-10 16:54:58下载
    积分:1
  • JM
    说明:  jm软件源码,用于流媒体编码标准H264的性能评测(jm-source software for streaming media encoding standard of the performance evaluation H264)
    2009-06-21 15:23:59下载
    积分:1
  • RGBtoHIS
    说明:  RGB-IHS变换:图像进行 RGB-HIS 正变换,分别对明度、饱和度、色调进行线性 拉伸显示;然后再进行反变换 (RGB-IHS transformation: the image is RGB-HIS transformation, respectively, lightness, saturation, hue, a linear stretch display then the inverse transform)
    2021-04-11 18:48:57下载
    积分:1
  • CSCA
    这是用C++实现图像立体匹配的一个完整的论文代码,主要特性是提出了一种全新的跨规模代价聚合方法,适合对于图像的立体匹配有一定基础的人学习(Cross-Scale Cost Aggregation for Stereo Matching)
    2020-12-28 17:19:01下载
    积分:1
  • 91738645WaterShed
    分水岭算法的实现,用VC++语言实现,构成可靠的算法实现(the implement of the watershed)
    2013-07-17 09:19:23下载
    积分:1
  • 041156300Medical3D
    RAw格式图片的显示,边缘检测,包括SOBEL算子,具有不同模板的拉普拉斯算子边缘检测,以及一些简单的滤波方式(sadfsadf asdfasdf asdf)
    2013-11-26 10:44:44下载
    积分:1
  • ImageProcessing
    说明:  基于块分割的图像拼接,将图像按块拼接,缺点是速度很慢,算法有待改善(Block-based segmentation of the image mosaic, mosaic images by block, the disadvantage is very slow, the algorithm needs to be improved)
    2011-03-24 18:22:01下载
    积分:1
  • ex26aview1
    基于最小二乘法的相位解缠VC++算法 (least squares method based on the VC Phase Unwrapping Algorithms)
    2020-06-28 19:00:01下载
    积分:1
  • XY
    说明:  XYZ视频图像压缩编码的应用原理与实际生活应用 (XYZ video image compression encoding)
    2012-02-04 00:33:22下载
    积分:1
  • ballalongline
    小球沿斜线运动,可以扩展到其他程序中,第一次上传,谢谢。(a ball along with a line.)
    2013-11-17 20:53:20下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载