登录
首页 » AI-NN-PR » 程序可以实现三

程序可以实现三

于 2022-03-11 发布 文件大小:1.42 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

程序可以实现三维目标的跟踪监控,利用的是扩展卡尔曼滤波器EKF算法-Program can achieve the three-dimensional target tracking control, the use of the extended Kalman filter EKF algorithm

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 高人用C++写的ALOPEX(即模式提取算法)实现程序,程序相当精炼,值得大家研究!...
    高人用C++写的ALOPEX(即模式提取算法)实现程序,程序相当精炼,值得大家研究!-expert C++ to write the ALOPEX (model extraction algorithm) procedures, procedures considerable refining, we should study!
    2022-03-16 02:34:02下载
    积分:1
  • us solve eight digital, BFS may lead to insufficient memory, using heuristic sea...
    我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
    2022-02-04 07:43:49下载
    积分:1
  • 一个使用Java实现的人工智能的图搜索策略程序――酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一...
    一个使用Java实现的人工智能的图搜索策略程序――酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Search Strategy-- Liquor JiuGongTu problems of artificial intelligence-map search strategy- Demonstration Program-use guide in the field of artificial intelligence, the implicit search of the plan to solve the problem is one of the basic methods, the procedures through the use of multiple map search strategy, the rearrangement JiuGongTu problem solving, presentation of the "breadth- first search," "depth-first search", "bounded depth-first search", "best-first search" and "partial selection of the best search" five basic map search strategy. The whole process of using animation, interface design aesthetic friendly, easy to use.
    2022-01-25 17:15:20下载
    积分:1
  • 实现统一算法的一般表达式(用最普通的击…
    实现了一般表达式的合一算法(采用最一般合一求取方法)-achieve a general expression of unity algorithm (to use the most general strike Ecumenical methods)
    2023-04-05 12:50:03下载
    积分:1
  • LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式。融合了自组织和有导师监督的技术,学习方法是竞争的,但产生方式是有教师监督的,也就是说,竞争...
    LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式。融合了自组织和有导师监督的技术,学习方法是竞争的,但产生方式是有教师监督的,也就是说,竞争学习是在由训练输入指定的各类中局部进行。-LVQ (LVQ) algorithm : it is Kohonen of supervised learning the expansion of the form. The convergence of self-organization and supervision of the instructors, learning methods of competition, but there are ways teachers to supervise, meaning that the competitive learning is the training input from the designated categories of partial.
    2022-12-12 11:25:02下载
    积分:1
  • 以某区水文数据为例,在matlab7中构建BP神经网络,进行仿真预测。...
    以某区水文数据为例,在matlab7中构建BP神经网络,进行仿真预测。-Hydrological data in a certain district, for example, in matlab7 Building BP neural networks, simulation prediction.
    2022-08-19 21:00:25下载
    积分:1
  • 用禁忌搜索算法求解tsp。。。matlab写之,很有意义
    用禁忌搜索算法求解tsp。。。matlab写之,很有意义-Tabu search algorithm using tsp. . . matlab write, the meaningful
    2023-06-25 18:55:03下载
    积分:1
  • 经典的BPN人工神经网络例子源码 ,很经典的
    经典的BPN人工神经网络例子源码 ,很经典的-BPN classic examples of artificial neural network source code, it is classic
    2022-03-04 10:57:24下载
    积分:1
  • 本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图...
    本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作,内有源代码和全部论文资料-this issue is the major content of image preprocessing, mainly from the camera to obtain images Face then, in order to improve the recognition and positioning accuracy. The module consists mainly of light compensation, Grayhound, Gaussian smoothing, balanced histogram, image contrast enhancement, image pre- processing module in the system plays a crucial role in image processing will have a direct impact behind the positioning and identification, within Active code and all papers information
    2022-03-17 05:57:09下载
    积分:1
  • 本程序为基于工艺参数优化的改进遗传算法程序
    本程序为基于工艺参数优化的改进遗传算法程序-based on the procedures for the optimization of process parameters improved genetic algorithm
    2023-05-12 04:20:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载