搜索资源列表
-
0下载:
Matlab下读取avi视频文件并进行基于邻帧差法的视频目标运动检测-in matlab,reading avi video detect motion in base of the adjacent frame difference method
-
-
0下载:
同学的毕业设计,用matlab编的关键帧提取的代码,参考了光流法的代码。是基于帧差的欧式距离,均值,方差,差异系数下的关键帧提取。代码调试通过,运行结果理想,与大家分享下-Students graduating from the design using matlab key frame extraction code, reference optical flow method code. Frame difference is based on the Euclidean distance,
-
-
0下载:
关于帧差法的特征提取的代码,用于图像识别,和图像分割-On the frame difference method for feature extraction code for image recognition, image segmentation and
-
-
0下载:
本程序运用帧间差分法进行运动目标的检测,通过帧间差分法获得差分图像,然后运用数学形态学进行处理,突出运动目标-This procedure using the inter-frame difference method to detect moving targets, the difference image obtained by inter-frame difference, then processed using mathematical morphology, highlightin
-
-
0下载:
This document contains implementation of background subtraction two images.
which follows based on frame difference method.first frame taken as background and second frame taken as input image-This document contains implementation of background sub
-
-
1下载:
用帧差法提取视频中的运动目标(静态背景)(Extracting moving objects in video by frame difference method)
-
-
0下载:
本文展示了一种自动识别视频中移动目标的方法。论文中提取移动目标通过帧序列,这种方法不需要先验知识,比如:时间阈值调整。基于相邻帧的连续对称差分,我们能得到全分辨率显著图;然后利用最大熵方法计算阈值决定候选区域和获得兴趣点的种子;最后用修改的模糊生长方法获得最终的结果。本文中提出的算法是有效的、具有鲁棒性的。实验结果也证明它具有很好的效果。(This paper presents a method for automatic recognition of moving targets in vid
-
-
1下载:
改程序设计是基于差分法的行人检测,能框出人行走的轨迹。(The design of the modified program is based on the difference method of pedestrian detection, which can frame the track of human walking.)
-
-
1下载:
一般的线性方程我们可以用最小二乘来解,一般的非线性方程我们可以用LM来解。
这里是线性微分方程组,所以我们采用最小二乘来解。
关键是构造出最小二乘形式,微分可以通过前后数据差分的方法来求。
不过这里还有一个技巧就是如果数据前后帧间隔过大,可以先插值,再对插值后的数据差分如果实际测量数据抖动过大导致插值后差分明显不能反映实际情况,可以先对数据平滑(拟合或是平均)再求差分。(We can use least squares to solve general linear equat
-