代码搜索:如何学习 hough?
找到约 10,000 项符合「如何学习 hough?」的源代码
代码结果 10,000
www.eeworm.com/read/307948/3720053
txt hough勘换.txt
/*************************************************************************
*
* 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数
www.eeworm.com/read/357089/10216263
doc 学习.doc
www.eeworm.com/read/302580/13831723
frm 学习.frm
VERSION 5.00
Begin VB.Form Libads
Caption = "Form2"
ClientHeight = 4425
ClientLeft = 165
ClientTop = 855
ClientWidth = 7170
LinkTopic
www.eeworm.com/read/282427/4101797
makefile 学习.makefile
// 本文件为IDE自动生成与工程对应的编译文件
// 编译参数
-efl_name=学习
-out_mode=runable
-d os_win32
-out="C:\Documents and Settings\Administrator\桌面\学习\发布版\学习.exe"
// 类库信息定义文件
C:\Documents and Settings\Administ
www.eeworm.com/read/282427/4101798
makefile 学习.makefile
// 本文件为IDE自动生成与工程对应的编译文件
// 编译参数
-dbg
-efl_name=学习
-out_mode=runable
-d os_win32
-out="C:\Documents and Settings\Administrator\桌面\桌面\学习\调试版\学习.exe"
// 类库信息定义文件
C:\Documents and Settings\A
www.eeworm.com/read/389274/8537072
m example36_hough.m
%example36_Hough
%==============
%==============
[x,a,bw,r]=delt(I);
r=mat2gray(r);
figure('name','Hough变换','numbertitle','off');
rZoom=imresize(r,[96,96],'bilinear'); %为方便在界面上显示,将图像r放大
su