资源简介
Vibe算法,可用于动态目标检测, matlab,可以直接运行
代码片段和文件信息
function d = getRandomNeighbrXCoordinate( xmax)
%UNtitleD3 Summary of this function goes here
% Detailed explanation goes here
if(x==1)
d=randi([1 2]11);
elseif(x==max)
d=randi([max-1 max]11);
else
d=randi([x-1 x+1]11);
end
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-01-15 10:31 vibe_matlab\
文件 268 2015-01-14 16:09 vibe_matlab\getRandomNeighbrXCoordinate.m
文件 219 2015-01-14 16:11 vibe_matlab\getRandomNeighbrYCoordinate.m
文件 2922 2015-01-15 23:48 vibe_matlab\vibe.asv
文件 2922 2015-01-15 23:51 vibe_matlab\vibe.m
- 上一篇:人脸检测肤色分割MATLAB程序
- 下一篇:MSR MATLAB
评论
共有 条评论