代码搜索:hough 开发教程
找到约 10,000 项符合「hough 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/269158/11107929
doc hough检测.doc
www.eeworm.com/read/135779/13900521
m hough.m
%tic
function res=hough(im,RHO_MAX,THETA_MAX)
[X,Y]=size(im);
d_rho=X/RHO_MAX;
d_theta=pi/THETA_MAX;
theta=-pi/4:d_theta:pi-pi/4-d_theta;
smat=sin(theta);
cmat=cos(theta);
[x,y]=
www.eeworm.com/read/135754/13902591
m hough.m
%tic
function res=hough(im,RHO_MAX,THETA_MAX)
[X,Y]=size(im);
d_rho=X/RHO_MAX;
d_theta=pi/THETA_MAX;
theta=-pi/4:d_theta:pi-pi/4-d_theta;
smat=sin(theta);
cmat=cos(theta);
[x,y]=
www.eeworm.com/read/300076/13939188
p hough.p
www.eeworm.com/read/200215/15437343
txt hough变换.txt
/*************************************************************************
*
* 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数
www.eeworm.com/read/112569/15482946
zip hough.zip
www.eeworm.com/read/391050/8425843
pdf myeclipse 6 java开发教程.pdf
www.eeworm.com/read/186407/8934361
doc arm开发调试教程.doc
www.eeworm.com/read/182926/9183892
doc arm开发调试教程.doc
www.eeworm.com/read/179810/9335955