代码搜索:hough 有哪些应用?
找到约 10,000 项符合「hough 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/400027/11585785
m hough变换过程.m
%见课本403,hough变换的全过程,涉及到hough,houghpeaks,houghlines三个函数的调用
close all;clear;clc;
a=imread('d:\test.bmp');
a=a(:,:,1);
f=edge(a,'prewitt');
[H,theta,rho]=hough(f,1);
imshow(theta,rho,H,[],'notruesi
www.eeworm.com/read/135779/13900081
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
www.eeworm.com/read/135754/13902254
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
www.eeworm.com/read/279550/10421105
txt 有问题.txt
#include
#include
#include
#include
#include
using namespace std;
#define MAXLEN 100005
int n,bn; //字符串长度
int power, lstSA[MAXLEN], l
www.eeworm.com/read/277165/10657146
bmp 有客.bmp
www.eeworm.com/read/277165/10657323
jpg 有客.jpg
www.eeworm.com/read/197085/8031768
txt 有问题.txt
/*本程序属于第19章,为了说明dynamic_cast的用法。所用的例子就是书上的P836页的描述公司
职员薪水salary()和奖金bonus()(只有程序员才有奖金)发放情况的程序
*/
#include
using namespace std;
class employee {
public:
virtual void salary();
v
www.eeworm.com/read/407780/11410813
txt 有问题.txt
#include
#include
#include
#include
#include
using namespace std;
#define MAXLEN 100005
int n,bn; //字符串长度
int power, lstSA[MAXLEN], l