-
matlabfacedetector
matlab face detection codes
- 2009-07-22 21:51:07下载
- 积分:1
-
chap7
《matlab智能算法30个案例》书第7章的源代码(the source code of the seventh chapter of the book Matlab intelligent algorithm in 30 case )
- 2014-12-16 21:46:04下载
- 积分:1
-
基于 Hough 变换直线检测
此 matlab 代码使用常见计算机视觉操作称为 Hough 变换的二值图像中检测线。这是为了显示这种方法的工作方式只是线的 Hough 变换的标准实现。
评论:
函数使用标准 Hough 变换检测二进制图像中的行。
根据 Hough 变换,在图像空间中的每个像素
对应于一条线在霍夫空间,反之亦然。此函数使用
极坐标表示法即行 x * cos (teta) + y * 罪 (teta) = p 来检测
二进制图像中的线条。左上的角是图像的极坐标的起源
系统。
使用方法: [pdetect,tetadetect,蓄能器] = houghline(Imbinary,pstep,tetastep,thresh)
参数:
Imbinary-一个二值图像。具有值等于 1 的图像像素
HOUGHLINE 函数的兴趣的像素。
pstep-半径极坐标线的间隔。
tetastep-间隔角的极坐标中的行。
脱粒-一个门限值,确定的最小数目
属于一条线在图像空间中的像素。阈值必须
是大于或等于 3(default)。
返回:
pdetect-向包含半径的量子检测中的行
极坐标系统。
tetadetect-一个向量,其中包含工厂中的行的角度
极坐标系统。
蓄能器-霍夫空间中的蓄能器数组。
通过编写:
阿明萨拉夫拉兹,可能 5,2004
- 2023-02-14 03:05:05下载
- 积分:1
-
ACATSP
蚁群算法求解旅行商问题matlab源程序,可画图.(Ant colony algorithm for traveling salesman problem (matlab source code), the algorithm has a drawing function.)
- 2010-08-23 15:05:54下载
- 积分:1
-
work
利用小波变换,也是利用多分辨率,去除图像的噪声,从而达到了去除噪声的效果。(Using wavelet transform, which uses a multi-resolution, to remove the image noise, so as to achieve the removal of the noise effect.)
- 2009-11-17 13:55:16下载
- 积分:1
-
Project
A MATLAB based iterative threshold selection algorithm for cooperative sensing in a cognitive radio network.
- 2010-11-15 07:45:21下载
- 积分:1
-
adaptive
说明: 本方法实现了自适应噪声抵消算法,在参考输入情况下,去除相关噪声(adaptive noise cancelation)
- 2011-04-06 16:36:49下载
- 积分:1
-
test3
MIMO LMS EQ TEST VER!!
- 2012-04-30 15:51:56下载
- 积分:1
-
detection-de-contour-en-matlab
edge detection in matlab
- 2013-03-28 21:20:33下载
- 积分:1
-
objection_tracking
改进的帧间差法运动目标追踪算法,比以前的经典算法有改善,不会出现边框锁定到边远的情况(Improved inter-frame difference method moving target tracking algorithm)
- 2013-10-29 15:07:22下载
- 积分:1