搜索资源列表
线性分类器
- 该程序是一个对于一个对于以某一直线为边界的两类进行分类,首先通过对已知点进行训练,获得分类直线。-the program is a for a response to a border line for the two types of classification, the first known pair of points through training, access to classified straight.
BFS_DFS_Astar
- Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The firs
hough
- 使用Hough变化来划分出位图中的直线线段,程序比较简单,并附示例-The change of use of Hough bit map is divided into straight line segments, the program is relatively simple, together with examples
Auseless
- 一个短小的ROBOCODE源代码,并根据环境不同运用了直线,圆周,固定瞄准算法-A short ROBOCODE source code, and in accordance with different use of straight, circular, fixed-target algorithm
Fisher
- 采用Fisher线性分类方法,对数据进行分类,并显示分类结果和投影直线,并显示错分的样本,很直观。-Fisher linear classification methods used for data classification, and display the classification results and the straight-line projection, and display the wrong sub-samples, it is intuitive.
daolu
- 道路识别。输入图片后进行灰度化、边缘检测、道路直线检测-Road recognition. Gray, edge detection, the road straight line detection in the input picture
r4
- 这个资料是智能小车的,具有光感,黑线检测,pid算法走直线的功能。-This information is a circuit diagram of the smart car, light perception, the detection of black lines pid algorithm walk a straight line function.
Robot-inversion-movement
- 设计一个用于解决两关节机械手的反演运动学问题的前馈网络,要求末端执行器的运动轨迹是一条直线.-Design a feedforward network is used to solve the two-joint robot inverse kinematics problem, requirements of the end-effector trajectory is a straight line.
Douglas-Peuker
- Douglas一Peukcer算法由D.Douglas和T.Peueker于1973年提出,简称D一P算法,是目前公认的线状要素化简经典算法。现有的线化简算法中,有相当一部分都是在该算法基础上进行改进产生的。它的优点是具有平移和旋转不变性,给定曲线与阂值后,抽样结果一定。 算法的基本思路是:对每一条曲线的首末点虚连一条直线,求所有点与直线的距离,并找出最大距离值dmax ,用dmax与限差D相比:若dmax < D ,这条曲线上的中间点全部舍去 若dmax ≥D ,保留dmax 对应的
jixiebi
- 设计一个用于解决两关节机械臂手的反演运动学的前馈网络,要求末端执行器的运动轨道是一条直线中的AB,具体要求如下: (1) 设计合适的网络结构 (2) 按要求给出11个训练数据,用BP算法训练网络使之能满足控制要求 -Sports track design a feedforward network for solving two joint manipulator inverse kinematics of the hand, called for an end of the act
C-andy
- 加载一幅图片 对图片进行 标准霍夫线变换 或是 统计概率霍夫线变换. 分别在两个窗口显示原图像和绘出检测到直线的图像.-Load a picture The picture standard Hough transform line or line statistical probability Hough transform. Original image and draw a straight line detected image are shown in the tw
SmartCar_V4.0
- 飞思卡尔摄像头组智能循迹算法,直道弯道,无懈破解-Freescale camera group Carle intelligent tracking algorithm, straight and curve, perfect crack
chengxu
- 某火箭在空中沿直线做匀加速飞行,加速度为a ,发动机推力的波动必然会 引起加速度的波动,雷达以时间间隔T 不断测量该火箭距离原点的距离s ,而雷 达测量带有噪声。要求基于雷达对火箭距离的测量数据估计火箭的真实距离、速 度和加速度。 -A rocket in the air do acceleration in flight, along a straight line acceleration for a, engine thrust fluctuation will inevi
multilinearreg
- 利用最小二乘法来对w和b进行估计。最小二乘法就是试图找到一条直线,使得所有样本到直线上的欧式距离之和最小。(The least squares method is used to estimate W and B. The least squares method is trying to find a straight line, so that the sum of Euclidean distance of all the samples to the line is minimum)