搜索资源列表
matlab
- Matlab下读取avi视频文件并进行基于邻帧差法的视频目标运动检测-in matlab,reading avi video detect motion in base of the adjacent frame difference method
object-dect1
- 帧间差分检测目标,用到opencv库函数-Frame difference detection target, use opencv library functions
MATLABTIQUZHEN
- 同学的毕业设计,用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,
d
- 关于帧差法的特征提取的代码,用于图像识别,和图像分割-On the frame difference method for feature extraction code for image recognition, image segmentation and
frame-difference
- 帧差分二值化,基于matlab对视频图像进行帧差分和二值化操作-The value of the two frame difference
The-Frame
- 本程序运用帧间差分法进行运动目标的检测,通过帧间差分法获得差分图像,然后运用数学形态学进行处理,突出运动目标-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
bg
- 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
Residual
- In video compression algorithms a residual frame is formed by subtracting the reference frame from the desired frame. This difference is known as the error or residual frame. The residual frame normally has less information entropy, due to nearby vid
R8
- LTE系统网络架构更加扁平化简单化,减少了网络节点和系统复杂度,从而减小了系统时延,也降低了网络部署和维护成本。LTE系统支持与其他3GPP系统互操作。根据双工方式不同LTE系统分为FDD-LTE(Frequency Division Duplexing)和TDD-LTE (Time Division Duplexing),二者技术的主要区别在于空口的物理层上(像帧结构、时分设计、同步等)。FDD系统空口上下行采用成对的频段接收和发送数据,而TDD系统上下行则使用相同的频段在不同的时隙上传输,较
vidio object detection
- 用帧差法提取视频中的运动目标(静态背景)(Extracting moving objects in video by frame difference method)
前景提取
- 本文展示了一种自动识别视频中移动目标的方法。论文中提取移动目标通过帧序列,这种方法不需要先验知识,比如:时间阈值调整。基于相邻帧的连续对称差分,我们能得到全分辨率显著图;然后利用最大熵方法计算阈值决定候选区域和获得兴趣点的种子;最后用修改的模糊生长方法获得最终的结果。本文中提出的算法是有效的、具有鲁棒性的。实验结果也证明它具有很好的效果。(This paper presents a method for automatic recognition of moving targets in vid
xingrengenzong
- 改程序设计是基于差分法的行人检测,能框出人行走的轨迹。(The design of the modified program is based on the difference method of pedestrian detection, which can frame the track of human walking.)
IJARCCE 200
- In this paper, the Detection of the Moving Object is done based on Background Subtraction & Frame Differencing techniques. A moving object can be detected by employing various methods such as, by taking the difference between two Images.
SEIR
- 一般的线性方程我们可以用最小二乘来解,一般的非线性方程我们可以用LM来解。 这里是线性微分方程组,所以我们采用最小二乘来解。 关键是构造出最小二乘形式,微分可以通过前后数据差分的方法来求。 不过这里还有一个技巧就是如果数据前后帧间隔过大,可以先插值,再对插值后的数据差分如果实际测量数据抖动过大导致插值后差分明显不能反映实际情况,可以先对数据平滑(拟合或是平均)再求差分。(We can use least squares to solve general linear equat