搜索资源列表
motion-tracking-system-
- 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
zhencha
- 简单的帧间差分法,不过可以和其他方法结合来改进算法-A simple inter-frame difference method, but other methods can be combined to improve the algorithm for
DEMC
- 基于蒙特卡罗马尔可夫链的差分遗传算法。算法有mc抽样改进,并用差分算法改进遗传优化算法-A Markov Chain Monte Carlo version of the genetic algorithm Differential Evolution: easy Bayesian computing
GPS-positioning--source-code
- 利用差分参考站和用户相对于导航卫星位置不同,引起了电波穿越电离层处的垂直TEC和角度不同是产生这种残差的主要原因,提出了一种改进的伪距差分算法并给出了定位算法。-Using differential reference station and the user with respect to the different navigation satellite position, causing the radio wave through the ionosphere at vertical
difference
- 图像处理中的差分算法,包括两帧差分、三帧差分,以及一些改进算法。对目标提取,效果很好。-Differential image processing algorithms, including two differential, three differential, as well as some improved algorithm. Extraction of the target, the effect is very good.
Application
- 将基于混合差分策略的改进差分进化优化算法应用在PID控制器在线优化中。MDE( 改进差分 进化算法)结合了差分策略DE / rand /1的多样性和DE /best/1的高收敛速度的优点, 算法的寻优性能远超过两 种策略单独作用时的性能。此方法充分利用了差分进化的进化寻优优势与PID控制器的简单方便, 让控制器 在系统运行过程中进行自我设计和优化。-Th is pape r presen ts a new m ethod
csvs
- 基于改进差分演化算法的石油层评价指标的特征选择-Feature improved oil layer evaluation based on differential evolution algorithm choice
sanzhenchafen
- 三帧差分算法是相邻两帧差分算法的一种改进方法,它选取连续三帧视频图像进行差分运算,消除由于运动而显露背景影响,从而提取精确的运动目标轮廓信息。该算法的基本原理是是先选取视频图像序列中连续三帧图像 并分别计算相邻两帧的差分图像,然后将差分图像通过选取适当的阈值进行二值化处理,得到二值化图像,最后在每一个像素点得到的二值图像进行逻辑与运算,获取共同部分,从而获得运动目标的轮廓信息。-Three differential algorithm is an improved method of two
CA
- 改进文化差分算法,用于LP,NLP,MILP,MINLP数学模型的求解-Improved cultural difference algorithm for solving LP, NLP, MILP, MINLP mathematical models
改进的差分进化算法
- 改进的差分进化算法,内附有测试函数,优化效果好。
PSOandDE
- 包含了标准粒子群算法及其改进算法以及标准差分算法及其改进算法matlab代码,注释详尽!-Contains the standard particle swarm algorithm and its improved algorithm, and the standard difference algorithm and its improved algorithm matlab code, annotation detailed!
ph_runde1
- 用MATLAB编写的改进的差分算法程序,是m文件,可用MATLAB2012以上的版本打开-MATLAB prepared by the improved differential algorithm procedures, M files can be opened more than MATLAB2012
vibe_tom
- 一种改进的VIBE运动目标检测算法,属于背景差分法,能对不同环境的目标进行检测,能消除鬼影。(The moving target detection algorithm VIBE belongs to background difference method. It can detect objects in different environments and eliminate ghosts.)
DE_b6e6rl
- 该文件是一种改进差分算法的研究,包括改进算法程序和CEC 2013测试函数程序,并且算法已经通过了CEC 2013标准测试函数测试。(This file is a kind of improved differential algorithm, including the improved algorithm program and CEC 2013 problems, and the algorithm has tested by CEC 2013 problems.)
SHADE
- 该文件是一种改进的自适应差分算法的研究,包括算法程序和参考文献,并用CEC2013 单目标真实参数优化问题测试了算法的性能。(This file is a kind of improved adaptive DE, including the algorithm program and references, and the performance of Success History based Adaptive DE (SHADE) is evaluated on the benchma
PVADE
- 该文件是一种改进的差分算法研究(PVADE),包含一个算法程序和CEC2013 程序,并且算法通过CEC 2013 单目标真实参数优化问题的仿真测试。(This file is a kind of improved DE (Population's Variance-Based Adaptive Differential Evolution, PVADE), including the algorithm program and CEC 2013 programs, and the perfo
JBDE
- 差分进化算法(Differential evolution algorithm)
code
- 根据邻居搜索改进的自适应差分进化算法,属于进化计算,用来参数优化.(optimization by adaptive differential evolution)
track
- 基于opencv的改进五帧差分算法,用于运动目标检测(Improved five frame difference algorithm based on OpenCV for moving target detection)
DEGWO
- 一种差分进化与灰狼算法结合的混合算法,可以运行。(A hybrid algorithm combining differential evolution and gray Wolf algorithm.)