zhengdong
2015-03-16 10:17:47
GSL1.8+OpenCV2.3.0实现的粒子滤波行人跟踪的视频分析程序
由GSL1.8+OpenCV2.3.0实现的跟踪的程序,使用的是粒子滤波算法进行的跟踪
程序下载下来后 需要自己安装和配置好GSL1.8和openCV,做一下测试确定安装好了gsl1.8 和 opencv 2.3.0
我使用的是VS2013
GSL1.8.0 和 opencv2.3 下载地址:(附带快速配置方法)
地址1:http://pan.baidu.com/s/1qWnzVTM 密码: pxdt
地址2:https://pan.baidu.com/s/1b21pj4
程序运行截图:
视频第7帧:
第17帧:
第27帧:
第87帧:
第187帧:
第287帧:
第387帧:
源码组织:
部分源码:
int get_regions( IplImage*, CvRect** ); void mouse( int, int, int, int, void* ); histogram** compute_ref_histos( IplImage*, CvRect*, int ); int export_ref_histos( histogram**, int ); /********************************** Globals **********************************/ char* vid_file = "E:\\soccer.avi"; /* input video file name */ int num_particles = PARTICLES; /* 粒子个数 */ int show_all = 1; /* =1 显示每个粒子(黄色框);=0 只显示跟踪窗口 */ int export = FALSE; /* =FALSE 不输出特征(直方图),=TRUE 输出特征(直方图),保存为.dat文件 */ static CvMemStorage* storage = 0;
猜你喜欢
请下载代码后再发表评论
文件名:src.zip,文件大小:15.597K
下载
- /
- /src
- /src/defs.h
- /src/main.c
- /src/observation.c
- /src/observation.h
- /src/particles.c
- /src/particles.h
- /src/utils.c
- /src/utils.h
- /src
最近下载
最近浏览
1573883824 LV1
4月22日
Osit888 LV10
2023年12月13日
xinshofh LV9
2023年8月24日
szf123 LV12
2023年5月30日
llxxtt LV2
2023年4月17日
GIVENLEW LV2
2023年3月15日
快乐的程序员 LV25
2023年1月22日
a1677596408 LV23
2022年7月14日
拂袖云中 LV4
2022年6月21日
FNID99 LV2
2022年5月30日