代码搜索:如何学习 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/168903/5429579

txt 02.txt

演示如何制作统计图表,图表是通过图表样式的单元格来实现的。
www.eeworm.com/read/134898/5891659

repository

ModelTrack/calib/hough/hough
www.eeworm.com/read/134898/5891668

repository

ModelTrack/calib/hough
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/302580/13831725

log 学习.log

行 2: 窗体或 MDI 窗体名 Libads 已经在使用;不能加载到该窗体。
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