ViBe

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:9605KB
下载次数:1076
上传日期:2012-04-02 21:55:42
上 传 者cp1988
说明:  ViBe看过速度最快的运动检测代码。效果不比混合高斯差。这份资料内容包括:ViBe源代码,Demo程序以及相关的论文资料
(ViBe,I have seen the fastest movement detection code. Less effect than mixed Gauss. This information includes: ViBe source code, Demo program and the related papers)

文件列表:
ViBe\vibe C++代码\BackGroundModel.cpp (13822, 2012-02-16)
ViBe\vibe C++代码\BackGroundModel.dsp (3509, 2012-02-06)
ViBe\vibe C++代码\BackGroundModel.dsw (538, 2012-02-06)
ViBe\vibe C++代码\BackGroundModel.h (2263, 2012-02-16)
ViBe\vibe C++代码\BackGroundModel.ncb (50176, 2012-02-16)
ViBe\vibe C++代码\BackGroundModel.opt (53760, 2012-02-16)
ViBe\vibe C++代码\BackGroundModel.plg (1359, 2012-02-06)
ViBe\vibe C++代码\Debug\vc60.idb (58368, 2012-02-06)
ViBe\vibe C++代码\Debug\vc60.pdb (45056, 2012-02-06)
ViBe\ViBe_A_powerful_random_technique_to_estimate_the_background_in_video_swquences.pdf (758174, 2011-07-11)
ViBe\ViBe效果\input-background.gif (34866, 2010-12-16)
ViBe\ViBe效果\license.txt (1141, 2010-12-16)
ViBe\ViBe效果\sequence.avi (2871862, 2010-12-16)
ViBe\ViBe效果\tclkit-win32.upx.exe (1268686, 2010-12-16)
ViBe\ViBe效果\vibe-gray.exe (6832640, 2010-12-16)
ViBe\ViBe效果\vibe-gui.tcl (5957, 2011-05-19)
ViBe\ViBe效果\vibe-rgb.exe (6832640, 2010-12-16)
ViBe\ViBe效果\vibe.bat (29, 2010-12-16)
ViBe\vibe C++代码\Debug (0, 2012-03-23)
ViBe\vibe C++代码 (0, 2012-03-23)
ViBe\ViBe效果 (0, 2012-03-23)
ViBe (0, 2012-03-23)

Click on vibe (or vibe.bat) to launch the program! Then select File -> Open video file for COLOR processing -> and choose sequence (or sequence.avi) Please note that the program intentionally stops after about 5 minutes and 10.000 processed frames. If your want to save your results or modify the parameters, it is possible to run the program with the appropriated arguments. ------------------------- vibe-gray.exe --------------------------------------------------------------- Usage: C:\mypath\vibe-gray.exe --input [-i] [--output [-o] ] [options] Options: --display-result-only [-ro] : display (and save) vibe segmentation exclusively --nb-samples [-n] : number of samples per pixel model (default: 20) --matching-threshold [-t] : threshold used to compare pixel samples to current pixel values (default: 20) --matching-number [-s] : number of close samples needed to classify a current pixel value as background (default: 2) --subsampling-factor [-f] : amount of random temporal subsampling (default: 16) Examples: If you wish to read from myvideo.avi, specify some parameters, display both images, and ouput a sequence of jpeg files: $> C:\mypath\vibe-gray.exe -i myvideo.avi -n 10 -s 3 --subsampling-factor 32 -o result-%010d.jpg If you wish to read from an axis netcam, just display (and save) the segmented image, and output as an .avi file: $> C:\mypath\vibe-gray.exe -i http://192.168.1.12/mjpg/video.mjpg --display-result-only -o result.avi If you wish to read from a sequence of jpeg images, output to an mpeg file, and display both images: $> C:\mypath\vibe-gray.exe -i image-%10d.jpg -o result.mpg ------------------------- vibe-rgb.exe --------------------------------------------------------------- Usage: C:\mypath\vibe-rgb.exe --input [-i] [--output [-o] ] [options] Options: --display-result-only [-ro] : display (and save) vibe segmentation exclusively --nb-samples [-n] : number of samples per pixel model (default: 20) --matching-threshold [-t] : threshold used to compare pixel samples to current pixel values (default: 20) --matching-number [-s] : number of close samples needed to classify a current pixel value as background (default: 2) --subsampling-factor [-f] : amount of random temporal subsampling (default: 16) Examples: If you wish to read from myvideo.avi, specify some parameters, display both images, and ouput a sequence of jpeg files: $> C:\mypath\vibe-rgb.exe -i myvideo.avi -n 10 -s 3 --subsampling-factor 32 -o result-%010d.jpg If you wish to read from an axis netcam, just display (and save) the segmented image, and output as an .avi file: $> C:\mypath\vibe-rgb.exe -i http://192.168.1.12/mjpg/video.mjpg --display-result-only -o result.avi If you wish to read from a sequence of jpeg images, output to an mpeg file, and display both images: $> C:\mypath\vibe-rgb.exe -i image-%10d.jpg -o result.mpg ------------------------------------------------------------------------------------------------------

近期下载者

相关文件


收藏者