-
大小: 28KB文件类型: .rar金币: 1下载: 0 次发布日期: 2021-02-12
- 语言: Matlab
- 标签: 多目标 检测 MutiTargetDe 目标检测
资源简介
多目标检测与跟踪算法的实现,matlab程序,各个函数分开写的,便于调用
)
代码片段和文件信息
function FRGB=avermatrix(videoe)
[mns]=size(video.frames(1).cdata);
q=zeros(mn);
fR=q;
fG=q;
fB=q;
for t=1:e
fR=double(video.frames(t).cdata(::1))+fR;
fG=double(video.frames(t).cdata(::2))+fG;
fB=double(video.frames(t).cdata(::3))+fB;
end
fR=uint8(fR*1/e);
fG=uint8(fG*1/e);
fB=uint8(fB*1/e);
B=cat(3fRfGfB);
FRGB=B;
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 373 2006-07-16 19:22 MutiTargetDetection\avermatrix.m
文件 184 2006-07-13 16:53 MutiTargetDetection\fr
文件 354 2009-03-01 17:35 MutiTargetDetection\jpgtoavi.asv
文件 354 2009-03-01 17:37 MutiTargetDetection\jpgtoavi.m
文件 45568 2006-04-04 16:28 MutiTargetDetection\mexDDGrab.dll
文件 8878 2006-07-16 15:03 MutiTargetDetection\mmread.m
文件 269 2009-02-28 23:02 MutiTargetDetection\show.asv
文件 213 2009-02-28 23:05 MutiTargetDetection\show.m
文件 213 2006-07-23 17:10 MutiTargetDetection\show.m.bak
文件 223 2006-07-23 17:12 MutiTargetDetection\说明.txt
目录 0 2011-06-09 22:12 MutiTargetDetection
----------- --------- ---------- ----- ----
56629 11
相关资源
- gbvs 二维图像视觉显著性检测
- susancorners
- fusion_change_detection SAR图像变化检测代
- MotionDetection 静止背景下运动目标检测
- demo_mtbot 多目标跟踪
- edge_detection 利用小波边缘检测算法实
- Matlab-ECG-Processing 非常实用的基于Mat
- hough-Matlab 利用Matlab编写的基于hough变
- VideoFaceDetect 使用matlab调用opencv做成的
- my_ga_test1 该用matlab 实现的遗传算法可
- automsft 该程序初始时使用背景差分法
- recognize_face 利用灰度积分投影直接对
- SSDA SSDA序贯相似性检测方法对图像进
- SIGNAL_edge_dwt 利用小波变换模极大值方
- NSGA matlab编写的基于粒子群优化算法的
- RANSAC-match 可以在harris角点检测和ncc粗
- GMM 本代码建立高斯混合模型(高斯多
- Zernike 亚像素边缘检测的matlab代码
- canny 自己实现的canny边缘检测算子
- tuxiangfenge Matlab边缘检测和区域生长图
- PSS_detect
- 2 完成车辆计数功能
- Yale_5G Yale
- Cooperative-spectrum-sensing
- shadow-removal 该代码用于在视觉智能监
- CNN_Edge_extraction CNN图像边缘检测
- surface-quality-detection 用matlab实现的表面
- corner 角点检测的程序
- pfvsmarginal 粒子滤波与PHD多目标跟踪比
- matlab 本文重点研究了面积法对车流量
评论
共有 条评论