代码搜索:hough 有哪些应用?
找到约 10,000 项符合「hough 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/237527/13946482
pdf 有向分形参数在车牌定位中的应用.pdf
www.eeworm.com/read/371438/9553429
m basic_wvd_hough_single_signal.m
% 进行基本的WVD和Hough变换尝试
% 利用Hough变换实现了对LFM信号初始频率和信号斜率的准确估计
% 程序功能验证正确,这里只指对单个信号处理,而没有涉及处理多个LFM信号
clc;
clear all;
close all;
%产生线性调频信号
N=512;
Start_Freq = -0.2;
End_Freq = 0.2;
% 注意,利用这个函数产生LFM信
www.eeworm.com/read/425380/10359558
pdf ellipse detection using the hough transform.pdf
www.eeworm.com/read/425375/10359805
pdf circle detection using hough transform.pdf
www.eeworm.com/read/134896/13971216
m xyhough.m
%XYHOUGH XY Hough transform
%
% [H TH D] = XYHOUGH(XYZ, drange, Nth)
%
% Compute the Hough transform of the XY data given as the first two
% columns of XYZ. The last column, if given, is the point s
www.eeworm.com/read/134896/13971219
m ihough.m
%IHOUGH Hough transform
%
% [H TH D] = IHOUGH(IM)
% [H TH D] = IHOUGH(IM, Nd)
% [H TH D] = IHOUGH(IM, Nd, Nth)
%
% Compute the Hough transform of the image IM data. Only non-zero pixels
% increment t
www.eeworm.com/read/203482/15357907
m xyhough.m
%XYHOUGH XY Hough transform
%
% [H TH D] = XYHOUGH(XYZ, drange, Nth)
%
% Compute the Hough transform of the XY data given as the first two
% columns of XYZ. The last column, if given, is the point s
www.eeworm.com/read/203482/15357909
m ihough.m
%IHOUGH Hough transform
%
% [H TH D] = IHOUGH(IM)
% [H TH D] = IHOUGH(IM, Nd)
% [H TH D] = IHOUGH(IM, Nd, Nth)
%
% Compute the Hough transform of the image IM data. Only non-zero pixels
% increment t
www.eeworm.com/read/202824/15371994
m xyhough.m
%XYHOUGH XY Hough transform
%
% [H TH D] = XYHOUGH(XYZ, drange, Nth)
%
% Compute the Hough transform of the XY data given as the first two
% columns of XYZ. The last column, if given, is the point s
www.eeworm.com/read/202824/15371996
m ihough.m
%IHOUGH Hough transform
%
% [H TH D] = IHOUGH(IM)
% [H TH D] = IHOUGH(IM, Nd)
% [H TH D] = IHOUGH(IM, Nd, Nth)
%
% Compute the Hough transform of the image IM data. Only non-zero pixels
% increment t