搜索资源列表
houghline
- 一个利用hough变换来检测图像中直线的函数的源代码-using a Hough transform to detect images linear function of the source code
线性分类器
- 该程序是一个对于一个对于以某一直线为边界的两类进行分类,首先通过对已知点进行训练,获得分类直线。-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.
hough_detect
- 国外matlab研究站点下载的hough变换直线及圆检测代码-abroad Matlab research site to download the Hough transform linear and circular detection code
HoughLine
- 利用OPenCV写的一个hough变换检测直线的程序
snake
- 蛇形机器人程序,可以走直线 曲线 用keil c开发
hough 程序例子
- hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
hough
- 使用Hough变化来划分出位图中的直线线段,程序比较简单,并附示例-The change of use of Hough bit map is divided into straight line segments, the program is relatively simple, together with examples
Source_No_GDE_Prob_vs_SNR_ULA
- 该程序用盖氏圆盘方法(GDE)计算均匀直线阵(ULA)中信号源个数估计性能随SNR的变化情况,采用Monte-Carlo模拟。 -estimate the number of source using GDE criterion
mvdr_3n
- 均匀直线阵的自适应波束形成,采用MVDR算法,对一个均匀直线阵求出最佳权,得到方向图。-Uniform linear array adaptive beamforming, MVDR algorithm to find the optimal weight of a uniform linear array pattern.
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.
DetectStraightlineAndCurves
- 研究生课程机器人控制基础大作业 检测直线与曲线-Robot Control Technology-DetectStraightlineAndCurves use matlab
EKF
- 纯方位跟踪:目标为匀速直线运动模型,可以迅速收敛。-Bearing_only tracking
AlfaBeta
- Alfa_Beta 滤波,适用于目标做匀速直线运动的场景,在Gauss Noise噪声下滤波效果和Kalman滤波近似,本文的特点在于对Alfah、Beta 两个参数的取值。-Alfa_Beta fliter
quxiannihe
- 曲线拟合程序,用于拟合公路曲线的拟合,包括直线,圆曲线,和缓和曲线-Curve fitting procedure for fitting road curve fitting, including linear, circular curve, and the transition curve
xu
- 遗传算法对直线天线阵列方向图的综合,采用整数编码,跨代竞争选择策略-Linear antenna array genetic algorithm, a comprehensive pattern
ontrol
- 一级直线倒立摆匀速行走的模糊控制研究与实现-A uniform linear inverted pendulum walking and Implementation of Fuzzy Control
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.
梯度下降法 回溯直线搜索 python代码
- 梯度下降法 回溯直线搜索 python代码 包含回溯直线搜索,以及初始值相同时不同alpha,beta值对下降速度的影响测试 用jupyter notebook打开