代码搜索:hough 开发教程
找到约 10,000 项符合「hough 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/400027/11585786
m hough_trans.m
function [h,theta,rho]=hough_trans(f,th0,p0)
f=double(f);
[M,N]=size(f);
theta=linspace(-90,0,ceil(90/th0)+1);%产生theta坐标系
theta=[theta -fliplr(theta(2:end-1))];
ntheta=length(theta);
D=sqr
www.eeworm.com/read/400027/11585788
m hough1.m
% Hough 变换
i=imread('d:\test.bmp');
i=rgb2gray(i);
i_long =size(i,1);
i_width=size(i,2);
i_edge=edge(i,'robert');
i_hough=zeros(300,300);
theta_step=3.14*2/299;
theta=0:theta_step:2*3.14;
x
www.eeworm.com/read/213880/15123443
cpp hough_transform.cpp
/*-----------------------------------------------------------------------
File : hough_transform.cpp
Description : Implementation of the Hough transform
Copyright : David Tschumperle
www.eeworm.com/read/213880/15123470
jpg ss_hough.jpg
www.eeworm.com/read/211879/15171842
m hough_l.m
img=imread('canny芯板8灰度.bmp');
edimg=edge(img);
s=size(img);
nr=s(1);
nth=s(2);
accarray=zeros(nr,nth);
rmax=sqrt(s(1)^2+s(2)^2);
dr=2*rmax/(nr-1);
dth=pi/nth;
th=[0:dth:(pi-dth)];
for
www.eeworm.com/read/479878/1329186
txt hough勘换.txt
/*************************************************************************
*
* 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数
www.eeworm.com/read/307948/3720053
txt hough勘换.txt
/*************************************************************************
*
* 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数
www.eeworm.com/read/285384/8843730
txt read-me.txt
中国IT者门户-中国IT者的学习乐园
http://www.chinaitzhe.com
中国IT者门户、电脑教程,电脑应用、编程,软件开发,系统与安全、网页设计、网站开发等众多版块,全面系统地介绍开发软件用法、技巧以及应用解决方案,为IT者提供最新最全的资讯与学习教程。
www.eeworm.com/read/258863/11835732
txt read-me.txt
中国IT者门户-中国IT者的学习乐园
http://www.chinaitzhe.com
中国IT者门户、电脑教程,电脑应用、编程,软件开发,系统与安全、网页设计、网站开发等众多版块,全面系统地介绍开发软件用法、技巧以及应用解决方案,为IT者提供最新最全的资讯与学习教程。
www.eeworm.com/read/258862/11835746
txt read-me.txt
中国IT者门户-中国IT者的学习乐园
http://www.chinaitzhe.com
中国IT者门户、电脑教程,电脑应用、编程,软件开发,系统与安全、网页设计、网站开发等众多版块,全面系统地介绍开发软件用法、技巧以及应用解决方案,为IT者提供最新最全的资讯与学习教程。