ViBe_C++背景建模算法

所属分类:图形图象
开发工具:Visual C++
文件大小:7488KB
下载次数:7
上传日期:2017-10-27 15:27:32
上 传 者好奇害死Cat
说明:  基于背景建模的运动目标检测程序,所用算法为VIBE算法
(Moving object detection program based on background modeling)

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

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 ------------------------------------------------------------------------------------------------------

近期下载者

相关文件


收藏者