-
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
-
Hierarchical-Cluster-Based-Multispecies-PSO-for-F
Hierarchical Cluster-Based Multi-species Particle-Swarm Optimization (PSO) for Fuzzy-System Optimization
- 2014-12-05 20:54:50下载
- 积分:1
-
TDLTE_technology_principle
TDlte的技术原理 从运营商层面解析LTE(TDlte the technical principles)
- 2013-11-16 17:37:56下载
- 积分:1
-
ceemd
说明: 应用于语音信号和油气管道泄漏信号的去噪处理,有良好的去噪效果(It is applied to the denoising of voice signal and oil and gas pipeline leakage signal, and has good denoising effect)
- 2020-04-23 23:00:38下载
- 积分:1
-
02
说明: matlab中一些重要的课件和资料,比较有用啊!(matlab courseware and some important information, more useful ah!)
- 2010-09-14 10:01:28下载
- 积分:1
-
adaboost_version1e
这是一个经典的形变模型实施,在一个单一的文件用简单的可以理解的代码。
功能包括两部分一个简单的弱分类器和一个促进部分:
弱分类器试图找到最佳阈值的数据维数对数据进行分离成两个阶级1和1
要求的进一步提高分类器部分迭代,每一步是变化分类权重miss-classified例子。这造成了一连串的“弱分类器”,表现得像一个“强大分类器”
(This a classic AdaBoost implementation, in one single file with easy understandable code.
The function consist of two parts a simple weak classifier and a boosting part:
The weak classifier tries to find the best threshold in one of the data dimensions to separate the data into two classes-1 and 1
The boosting part calls the classifier iteratively, after every classification step it changes the weights of miss-classified examples. This creates a cascade of "weak classifiers" which behaves like a "strong classifier"
.
)
- 2012-04-23 13:17:57下载
- 积分:1
-
50-practice-of-MATLAB
这是一部练习MATLAb编程的书籍,共有50道题目,没道题目都有详细的解释(This is a practice MATLAb programming books, a total of 50 questions, did not have a detailed explanation of the title track)
- 2013-11-30 09:45:45下载
- 积分:1
-
Lfnewton
power system NR load flow code matlab
- 2010-11-04 12:44:48下载
- 积分:1
-
matlab
基于matlab的数字基带系统各种调制解调链路,包括am,ssb,pcm等,对调制信号,误码率,眼图等进行了仿真(Matlab-based system, a variety of digital baseband modem link, including am, ssb, pcm, etc., on the modulation signal, the error rate, eye diagrams simulated)
- 2011-06-04 13:32:30下载
- 积分:1
-
mimo-sar
目前多通道SAR成像比较热门,这个程序就是实现MIMOSAR成像的程序,供学习!(More popular multi-channel SAR imaging, this program is achieve MIMOSAR imaging procedures for learning!)
- 2021-04-24 17:28:47下载
- 积分:1