CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - radon peak
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - radon peak - List
[
matlab
]
radon_ambiguity
DL : 0
%radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b) - Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh
Date
: 2025-07-01
Size
: 1kb
User
:
abcde
[
source in ebook
]
radon_wigner
DL : 0
自己编写的调试通过的radon变换+wigner变换求得峰值点坐标 -I have written through the debug of the radon transform wigner transform coordinates to achieve the peak point
Date
: 2025-07-01
Size
: 1kb
User
:
abcde
[
matlab
]
find_trans_radon_peaks
DL : 0
A simple code to find all the peaks in the radon space which are higher then the threshold given by the user , this code return the polaire coordinates (rho, theta) of every peak
Date
: 2025-07-01
Size
: 2kb
User
:
sawssenj
[
Special Effects
]
chap15_6
DL : 0
基于把Radon变换后最大峰值点对应的角度作为车牌长边的倾斜角原理的车牌倾斜校正算法-Based on the angle corresponding to the maximum peak point Radon transform as the tilt angle principle of the long side of the license plate tilt correction algorithm
Date
: 2025-07-01
Size
: 1kb
User
:
宋善峰
[
Special Effects
]
hough,gabor,Radon,headata,wdcbm2()
DL : 1
1.从图像中识别几何形状的基本方法;基本原理是在于利用点与线的对偶性,将原始图像空间给定的曲线通过曲线表达形式变为参数空间的一个点,这样就把原始图像中给定的检测问题转化为寻找参数空间的峰值问题。 2.基于Gabor变换的人眼检测MATLAB实现。 3.基于Radon的车牌矫正方法。 4.基于模型函数headata产生不同大小的头模型数据。 5.基于函数wdcbm2()设置图像分层阈值压缩参数,实现图像压缩(The basic method of identifying geometry from the image; the basic principle is to use point and line duality, the original image space curve given expression through the curve into a parameter space of a point, so the peak detection problem is given in the original image is transformed into searching the parameter space.)
Date
: 2025-07-01
Size
: 4kb
User
:
LD1
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.