搜索资源列表
-
0下载:
卡尔曼滤波C程序源码 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决非常大部分的问题,他是最优,效率率最高甚甚至是最有用的。他的广泛应用已经超过30年,包含机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统和导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。
-C program source code of Kalman filter Kalman
-
-
0下载:
基于遗传算法的图像分割。用MATLAB实现。遗传算法就这样样反复迭代,向着更优解的方向进化,直至满足某种预定的优化指标。
-Based on genetic algorithm for image segmentation. Using MATLAB. Genetic algorithms so kind iterative evolution toward a more optimal solution direction until you meet some predetermined
-
-
0下载:
Image segmentation
We propose a segmentation framework that takes as its input a xation (a point
location) in the scene and outputs the region containing that xation. The xated
region is segmented in terms of the area enclosed by the \optima
-
-
0下载:
一种能够利用粒子群算法来快速寻求图像分割的最佳阈值的c代码-A way to make use of particle swarm optimization to quickly seek the optimal image segmentation threshold c code
-
-
0下载:
简单来说,卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。-In simple terms, the Kalman filter is an optimal recurs
-
-
0下载:
该代码实现了图像分割算法中的最佳阈值分割算法-The code to achieve the optimal image segmentation algorithm in threshold segmentation algorithm
-