搜索资源列表
face-jiance-genzong
- 这是一个从视频中检测并且识别人脸的代码,纯matlab实现,不是原作,但是可以使用,感谢原作者的分享-This is a test from the video and face recognition code, pure matlab implementation, not the original, but you can use, thanks to the original author of the share
paticle_filter
- 自己编写的粒子滤波程序,请用户自己添加视频测试-Their own procedures for the preparation of the particle filter, please add the user' s own Video Test
Frame-difference-Detection
- 很好的基于帧间差分的目标跟踪检测算法matlab代码,里面含有测试视频!-Good target tracking based on frame difference detection algorithm matlab code, which contains a test video!
2
- matlab下使用帧差法实现视频跟踪,提供了一个测试视频和完整的说明文档 已验 无错 放心使用 改一下视频路径即可-matlab to use the frame difference method for video tracking, provides a test video and full documentation is error-free ease of use experience to change the path to your video
4
- DTW方法 读入一个视频序列中的任意两帧,对这两帧图像进行运动估计,并且利用得到的运动矢量进行插值重建处于这两帧中间位置的图像 已验 matlab下可以运行-DTW method of reading into a video sequence of any two of the two frame image motion estimation, and use by the reconstruction of motion vector interpolation frame in the
mutidetect
- 在matlab仿真环境下能对视频中的移动目标的包络进行检测。-It can test envelope of the target in the video under Matlab simulation environment
compresionjpg
- this file content: 1 video to test the matlab code 1 matlab code tested in matlab 2009 is to easy to use... enjoy it
yuv
- 数字视频处理在matlab仿真实验时经常用到YUV格式视频序列进行测试,这里提供自己编写的yuv视频读取及统计视频帧数的程序源码。-Digital video processing in matlab simulation experiment often used YUV format video sequence test here to write your own program source yuv video read and statistical video frames.
foreman_qcif
- 经典视频测试序列--forman,matlab 编程;视频编解码-new video test-forman
get-an-image
- matlab中 视频片段截图 就几行,附带视频原件,亲测可用。-matlab video clips shots a few lines of the original video with pro-test is available.
matlab-Tracking
- 动态目标的识别与跟踪程序程序,该程序在MATLAB平台可运行,有测试视频,对于学习目标跟踪有较大帮助-Dynamic target recognition and tracking program program that can be run in the MATLAB platform, a test video for the track great help learning objectives
face-detect
- 很不错的视频检测人脸的程序。基于matlab的人脸检测程序,检测率非常高!亲测-Very good video face detection procedure. Matlab-based face detection procedure, the detection rate is very high! Pro-test
Image-Processing-Based-on-PDE
- 《图像处理的偏微分方程方法》随书光盘完整版 本光碟中包含五个文件夹。 (1)视频剪辑:可供教学演示,其中, two_cells 是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程; denoissing 是利用P_M方程,对图像平滑去噪的演化过程 curve_linear_heat_flow 是利用FT实现的闭合曲线的线性热流演化过程。 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其
EBMA_int.m
- Write a C or MATLAB code for implementing an EBMA with integer-pel accuracy. Use a block size of 16×16. The program should allow the user to choose the search range so that you can compare the results obtained with different search ranges. (Note
image_stitching
- 视频拼接,自己改正后可以实现自己需要的目的, 下载请测试(Video stitching, self correction, you can achieve the purpose of their own, download, please test)
avergBg_subtraction
- 采用平均背景法读取视频每一帧,计算出背景后存为之后差分对,仿真matlab版本2014a其他的没有测试,但是视频读取务必选用黑白视频。(Using the average background method to read video each frame, calculate the background, save as after difference, simulation matlab version of 2014a, the other did not test, but vide
hunhegaosi
- 混合高斯前景提取。数学建模时编的,测试视频就在包内,可以作为学习交流用,环境2014a的matlab,后有添加形态处理都在注释里。一起学习。有matlab编的vibe程序欢迎交流(Hybrid Gauss foreground extraction. Mathematical modeling of the series, the test video is in the package, can be used as a learning exchange, the environment 2
test
- 对图像中的人脸进行识别,然后进行跟踪,可以运行,代码里的视频可以替换,均值漂移(The face in the image is identified, then tracked, running, the video in the code can be replaced, the mean shift.)
Matlab火焰火灾烟雾识别系统[带参数,GUI界面]
- 一、课题介绍 本设计为基于MATLAB的火焰烟雾火灾检测系统。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的毕设选题。 二、算法流程 结合火焰的面积增长率,角点和圆形度三个维度综合判断。并且得出每帧图像火焰部分的该三个参数,实时显示在GUI上。(1.Topic introduction This design
MATLAB烟雾火焰识别GUI界面
- 一、课题介绍 本设计为基于MATLAB的火焰烟雾火灾检测系统。传统的采用颜色的方法,误识别大,局限性强。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的bishe选题。 二、算法流程 结合火焰的面积增长率,角点和圆形度三个维度综合判断。并且得出每帧图像火焰部分的该三个参数,实时显示在GUI上。 三、GUI界面设计(Thi