基于MATLAB的运动汽车检测跟踪定位系统 GUI界面我要分享

GUI interface of moving vehicle detection, tracking and positioning system based on MATLAB

图像检测 车辆检测 灰度值 中值滤波 二值化

关注次数: 681

下载次数: 73

文件大小: 125KB

代码分类: GUI设计

开发平台: matlab

下载需要积分: 5积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

本论文首先介绍了图像检测的研究背景以及发展情况,然后重点介绍了本论文中进行车辆检测的技术和方法。该方法先对图像进行灰度值化处理,中值滤波处理及二值化处理,然后利用车辆移动的特点进行检测,最后将移动中的车辆进行加框标记。实验结果表明, 本程序设计能够在一定的误差范围内实现对移动车辆进行检测。且效果良好。



English Description:

This paper first introduces the research background and development of image detection, and then focuses on the technology and method of vehicle detection in this paper. Firstly, the image is processed by gray value, median filter and binarization. Then, the moving vehicle is detected by using the characteristics of the moving vehicle. Finally, the moving vehicle is marked by frame. The experimental results show that the program can detect the moving vehicle within a certain error range. And the effect is good



代码预览

car_detect_gui.fig

car_detect_gui.m

打开步骤.txt

运动汽车.avi

matlab运动车辆检测GUI