搜索资源列表
Otsucoding
- Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu - Otsu Matlab code Otsu Principle : Otsu law by Japanese scho
MOEA-NSGA-II
- 基于进化算法的多目标优化,以matlab程式所寫成,請大家參考參考-evolutionary algorithm based on the multi-objective optimization to written Matlab program, please refer to reference
rls
- 提供rls的matlab实现,用RLS算法设计一个数字滤波器,实现语音增强的目标,得到清晰的语音信号
test
- 本程序是我自己编写的对图片进行简单操作的MATLAB程序,他的主要功能是可以将图片中的目标区分出来。
GaussianPointDetection
- 强杂波背景下的的高斯点目标的检测Matlab源代码,有需要的就下载吧 希望能有所帮助 -Strong clutter the background of the Gaussian point target detection Matlab source code, there is a need to download it on the hope to be helpful
ant_plane
- 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基
EKF3
- 非线性滤波的matlab实现;三维机动目标跟踪;-EKF
fp
- 基于ICA的独立分量分析,目标函数是负熵,快速不动点算法-ICA-based independent component analysis, the objective function is negative entropy, fast fixed-point algorithm
object-detecion-(matlab)
- 运动目标检测的matlab代码,通过调用视频中的帧图像来进行检测。-Moving target detection matlab code, by calling the video frame images for testing.
yuyin-jiangzao--
- 语音降噪,基于matlab的语音降噪处理,运用基本谱减法实现语音处理的目标-Voice noise reduction, noise reduction processing based on Matlab voice, use the basic spectral subtraction for speech processing target
Multi-objective-genetic
- Matlab的多目标遗传算法,方便大家直接使用-Multi-objective genetic algorithm in Matlab
matlab
- 层次分析法,大家分享一下,关于多目标分析的程序,求特征值-AHP, we share on multi-objective analysis program, find the eigenvalues
matlab
- MATLAB实现多属性目标决策选择,从而选择最优的决策-MATLAB to achieve multi-attribute objective decision making the choice to select the optimal decisions
基于帧差法的运动目标检测的matlab代码
- 基于MATLAB的视频前景提取,使用帧差法。(Video foreground extraction based on MATLAB)
禁忌算法求解tsp
- 利用禁忌搜索算法求解经典TSP问题。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。(Tabu search algorithm for solving classical TSP problems)
柔性车间调度遗传算法matlab实现代码
- 柔性车间调度遗传算法matlab实现代码,针对于多目标问题的matlab代码实现柔性车间调度遗传算法matlab实现代码
基于遗传算法的多目标优化
- Matlab源码,通过非支配排序NASA-II,实现通过遗传算法求解多目标优化。
vrp_ga-master
- 最优路径遗传算法,用于搜寻最优路径,可根据需要修改目标函数,最小成本、最短时间等(Genetic alogrithm for optimal-path searching ,available for finding out the best path,constrained by minimum-cost,minimum-time.etc.)
多目标追踪代码
- 基于MATLAB的多目标追踪代码,使用均值漂移算法。