-
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
-
DPP
数字图像处理的一些经典matlab源程序,对于加深理解很有帮助(Some of the classic digital image processing matlab source, useful for better understanding)
- 2011-05-11 19:22:05下载
- 积分:1
-
readVideo
由matlab实现的读取视频及音频的代码,并保存每一帧图像。(Read video and audio from the matlab code to achieve, and save each frame.)
- 2014-01-21 11:30:31下载
- 积分:1
-
GettingStarted
Getting Start LPC 1768 LandTiger
- 2014-01-10 08:47:27下载
- 积分:1
-
LMS.m
LMS算法matlab程序实现,算法matlab程序实现(LMS algorithm Matlab Program realization)
- 2011-12-21 00:40:31下载
- 积分:1
-
get2S1Data
the simulation provides computation of target reflectivity data in the deficient elevation domain. Simulations are implemented to test the decoupled least-squares technique for high resolutionspectral estimation of target reflectivity.all seven (7)files should be downloaded for the simulation to work.(dls3D.m,estimate.m,get2S1Data.m,getConstraints.m, getImageData.m,getPixelData.m, getSLICYData.m)
- 2009-09-05 05:04:32下载
- 积分:1
-
chap3_06_Narendra_MRAC_n1
Narendra自适应控制算法的相应程序(Narendra adaptive control algorithm corresponding procedures)
- 2009-10-30 15:04:51下载
- 积分:1
-
secant
function [x, hist] = secant(x, f, tola, tolr)
SECANT This a secant code with no line search.
This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate
F = function
TOLA = absolute error tolerance
TOLR = relative error tolerance
Output: X = approximate result
- 2009-12-04 03:38:55下载
- 积分:1
-
sedysvetmuj
Gray world method for color balance
- 2009-05-19 20:16:06下载
- 积分:1
-
zlddjsdyxgcfx
说明: 利用MATLAB语言编写的直流电动机瞬态运行特性分析的程序(The use of MATLAB language to run the DC motor characteristics of the transient process)
- 2009-08-22 12:00:56下载
- 积分:1