-
HoughObject
Circles
We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of
fixed radius can be described fully by the location of its center (x, y).
Think of each feature (edge) point on the circle as saying, ”if I’m on the circle, the center must be in one of these
places”. It turns out that the locus of these votes is itself a circle.
But what about circles of unknown size? In this case, we need a third parameter: the radius of the circle. So, we can
parameterize circles of arbitrary size by (x, y, r). Instead of casting votes in a circular pattern into a two-dimensional
accumulator, we cast votes in circles of successively larger size in a three-dimensional accumulator.
- 2010-03-09 06:46:32下载
- 积分:1
-
1
说明: matlab遗传算法解决车间调度问题程序代码(Shop scheduling genetic algorithms)
- 2011-10-30 14:52:34下载
- 积分:1
-
0514
基于matlab的神经网络训练方法,其中采用不同的隐层,自己编写的,实现多类数据的分类(It ia a code to learn network.)
- 2009-05-05 19:50:44下载
- 积分:1
-
optimal
数值分析程序,《精通matlab最优化计算》,适合各专业最优化计算(Numerical analysis program, "proficient in matlab optimization calculations", suitable for all professional optimization calculation)
- 2009-12-18 23:31:57下载
- 积分:1
-
dynamic_stiff
Dynamic_stiff to calculate the dynamic stiffness of beam in space using spectral element.
- 2010-03-16 02:00:36下载
- 积分:1
-
mat
说明: 用于人工智能分类算法仿真的数据集 UCI数据集 已经过集成(Simulation of artificial intelligence classification algorithm for data sets UCI data sets have been integrated)
- 2010-03-18 11:13:09下载
- 积分:1
-
BPSK
用matlab实现了OFDMQPSK的调制和解调过程,能很好地实现QPSK的调制解调过程。(OFDMQPSK realized by matlab modulation and demodulation process, can well realize the QPSK modulation and demodulation process.)
- 2010-10-28 22:30:52下载
- 积分:1
-
LS-SVM
最小二乘支持向量机的功能源代码,有助于对软测量的预测和建模进行研究(The least square support vector machine function the source code, and the help of the soft measurement of the prediction and modeling for research)
- 2012-03-28 11:07:11下载
- 积分:1
-
motori
DC Motor Speed Control With Chopper Based on IGBT-Module
- 2012-06-19 12:32:07下载
- 积分:1
-
Harris-corner-detector
Harris 角点检测,简单初等代码,具体过程(harris corner detector)
- 2011-08-30 17:12:19下载
- 积分:1