代码搜索:hough 开发教程
找到约 10,000 项符合「hough 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/257013/11960080
ppt aovba开发教程(iii).ppt
www.eeworm.com/read/7793/135276
pdf usb驱动开发教程.pdf
www.eeworm.com/read/293141/8313900
pdf usb驱动开发教程.pdf
www.eeworm.com/read/104584/15689644
chm palm os开发教程.chm
www.eeworm.com/read/151879/12164539
dat bookinfo.dat
[General Information]
书名=JavaScript网页开发实例教程
作者=
页数=343
SS号=10441325
出版日期=
www.eeworm.com/read/389274/8537687
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/433003/8554639
p hough.p
www.eeworm.com/read/286908/8737800
c hough.c
#include
#include
#include
#include
//#include "hough.h"
//#include "IM1.h"
/*------hough.h--------*/
#define R_TO_D 0.017453
/*---------------
www.eeworm.com/read/386504/8739627
c hough.c
/*********************************************************************
* This file is part of the PRAPI library.
*
* Copyright (C) 2002 Topi M鋏np滗
* All rights reserved.
*
* This program is free
www.eeworm.com/read/386504/8739631
h hough.h
/*********************************************************************
* This file is part of the PRAPI library.
*
* Copyright (C) 2001-2002 Topi M鋏np滗
* Copyright (C) 2001 Jaakko Viertola
* All