-
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
-
HOG_LBP
融合hog与lbp特征的图像分类,使用svm进行分类,最终给出运行混淆矩阵(The image classification of hog and LBP features is classified by SVM, and the run obfuscation matrix is finally given.)
- 2018-02-06 13:23:28下载
- 积分:1
-
Source
AeroDyn风力机叶片空气动力学计算程序的内核,来自美国可再生能源实验室(AeroDyn is a set of aerodynamic loads code for wind turbine blades, which is developed by NREL)
- 2013-04-22 21:39:44下载
- 积分:1
-
Sullivanpatchantenna
一个仿照sullivan第五章书后的程序所写的微带天线的matlab程序。(A replica of the book chapter sullivan written procedures for microstrip antenna matlab program.)
- 2011-01-30 17:12:07下载
- 积分:1
-
MATLAB
这个文件是关于matlab曲线拟合的资料,对学习matlab曲线拟合非常有用(This document is about matlab curve fitting information, to learn matlab curve fitting is useful)
- 2013-11-27 23:59:31下载
- 积分:1
-
VI-Math
XXY 平台移動計算,利用三點位置算出中心進行偏移動作(XXY mobile computing platform using three shift operation center position calculating)
- 2013-12-24 08:38:07下载
- 积分:1
-
third
svpwm电机的矢量控制仿真,simulink仿真模型(SVPWM motor control simulink)
- 2016-01-04 10:16:04下载
- 积分:1
-
盲混响时间估计
说明: 通过直接分析声音文件得到最大似然估计法下的混响时间和混响时间的图像,房间空间的参数来自AIR数据库,数据库里面有多种房间形式的参数形式。(Through the direct analysis of sound files, the images of reverberation time and reverberation time under the maximum likelihood estimation method are obtained. The parameters of room space come from air database, which has many kinds of room forms.)
- 2020-05-20 16:09:06下载
- 积分:1
-
FFTC
fft的c++语言实现,改自matlab的相关程序(fft c++)
- 2009-03-30 11:18:12下载
- 积分:1
-
Connectgraphgenerate
生成一个连通子图,适合图论学习,ACM竞赛以及网络学习(Generate a connected subgraph, graph theory is suitable to study, ACM contests, as well as e-learning)
- 2009-11-24 21:12:15下载
- 积分:1