代码搜索:hough 开发教程
找到约 10,000 项符合「hough 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/138714/13221344
txt hough变换.txt
BOOL Hough(HWND hWnd)
{
//定义直线结构
typedef struct{
int topx;
int topy;
int botx;
int boty;
}MYLINE;
//内存
DWORD BufSize;
//文件信息头指针
LPBITMAPINFOHEADER lpImgData;
www.eeworm.com/read/138117/13259670
m hough.m
function res=hough100(im,RHO_MAX,THETA_MAX)
if (nargin~=3 | nargout~=1)
fprintf(1,'Correct use: res=hough2(im,RHO_MAX,THETA_MAX).\n');
error('Exiting...\n');
end
[X,Y]=size(im);
if X~=Y
fprintf(1
www.eeworm.com/read/239440/13279109
txt hough变换.txt
/*************************************************************************
*
* 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数
www.eeworm.com/read/136705/13365091
c hough.c
short WINAPI HoughLineDIB(LPSTR lpDIBBits, LONG lWidth, LONG lHeight,int threshold,int& iAngle,int& iDistance)
{
// 符合要求的直线总数
int allline;
// 指向源图像的指针
LPSTR lpSrc;
// 指向缓存图像的指针
LPSTR
www.eeworm.com/read/316397/13523656
m hough.m
function [h, theta, rho] = hough(varargin)
%HOUGH Hough transform.
% HOUGH implements the Standard Hough Transform (SHT). HOUGH is designed
% to detect lines. It uses the parametric representat
www.eeworm.com/read/308039/13710890
doc hough.doc
www.eeworm.com/read/305939/13756056
java hough.java
/*
**************************************************************************
*
* Hough Transform
*
* 1. Hough array: hough[nrho][271]
* 2 Take a sharpened image
* 3. From r
www.eeworm.com/read/301113/13865902
p hough.p
www.eeworm.com/read/143026/5760957
txt hough变换.txt
/*************************************************************************
*
* 函数名称:
* HoughDIB()
*
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数,必须是4的倍数
www.eeworm.com/read/134898/5891661
dsp hough.dsp
# Microsoft Developer Studio Project File - Name="hough" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con