搜索资源列表
-
2下载:
本代码建立高斯混合模型(高斯多模型)(GMM),将其用于计算机视觉领域的视频目标检测/视频监控/运动检测/运动目标检测/视频目标跟踪等相关应用中。-This code sets up Gaussian mixture model(Gaussion Mixture Model, GMM) with image sequences for the research and application field of computer vision, using GMM for visual objec
-
-
0下载:
视频分割的matlab 程序,是用matlab开发的一个视频分割程序-Matlab video segmentation procedures are developed using matlab a video segmentation process
-
-
0下载:
这是用MATLAB程序实现视频中运动的目标的跟踪检测,并附有一个小视频-This is a MATLAB program using the video tracking movement detection, with a small video
-
-
0下载:
Edge Detection
This demo finds the edges of objects in a video stream using the Prewitt method. You can double-click the Edge Detection block and adjust the Threshold parameter while the simulation is running. The higher you make the thre
-
-
1下载:
用matlab读取视频文件中的图像,并对图像中的运动目标检测,循环-Video file using matlab to read the image, and image of the moving target detection, loop
-
-
2下载:
使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示,
实时性比C低。
下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
-
-
0下载:
利用帧差法进行视频运动目标的检测,可以粗略的检测出运动模块,可以结合其他方法进行更进一步的检测-Video frame-difference method using moving target detection, motion detection can be roughly modules can be combined with other methods for further testing
-
-
2下载:
视频异常行为检测,可以实现,使用matlab编程-Video abnormal behavior detection can be achieved using matlab programming
-
-
0下载:
matlab版本的视频动态目标识别追踪程序,可实现对视频中动态目标的自动检测与追踪功能。包含演示视频,使用时可能需安装视频解码器(如万能视频解码器等)-matlab version of the video moving target identification and tracing procedures can be realized on the video moving target detection and tracking function automatically. Cont
-
-
2下载:
十字路口车流通量及车身颜色的统计通过MATLAB创建系统对象,用于读入待处理视频,用于色彩空间转换、检测出包含汽车运动的图像块、用高斯混合模型检测背景、对检测出的运动车辆进行框画、标注检测到车辆的个数用于显示结果。颜色提取算法采用 RGB 颜色模型,利用MATLAB进行仿真-Crossing the circulation of the car and body color statistics by MATLAB to create object system, used to read th
-
-
1下载:
这是我自己根据Visual Attention Detection in Video Sequences Using Spatiotemporal Cues这篇文章写的matlab程序,比较好用,但是效果还有待完善,贴出来大家看看,有好的改进办法欢迎留言。压缩文件里面包含论文以及LC算法的代码。-This is based on my own Using Visual Attention Detection in Video Sequences Spatiotemporal Cues This
-
-
1下载:
用MATLAB对视频中的动态目标进行跟踪检测(包含单目标和多目标)。-Using MATLAB to achieve the detection of moving objects in the video stream, static background single target and multi-target detection.
-
-
0下载:
了解目标检测和目标跟踪的基本原理和方法;
使用MATLAB对视频中的目标进行检测和跟踪-Understand the basic principles and methods of target detection and target tracking
Using MATLAB to detect and track objects in video
-
-
2下载:
利用MATLAB实现了视频图像行人识别与检测,(Using MATLAB to achieve video image pedestrian recognition and detection,)
-
-
6下载:
一、课题介绍
本设计为基于MATLAB的火焰烟雾火灾检测系统。传统的采用颜色的方法,误识别大,局限性强。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的bishe选题。
二、算法流程
结合火焰的面积增长率,角点和圆形度三个维度综合判断。并且得出每帧图像火焰部分的该三个参数,实时显示在GUI上。
三、GUI界面设计(Thi
-