搜索资源列表
Houghcicle.txt
- hough变换检测直线和圆,运用hough变换原理检测出来-hough transform linear and circular detection using hough transform detected Principle
EdgeLecture2x4
- The Hough transform is a technique which can be used to isolate features of a particular shape within an image. Because it requires that the desired features be specified in some parametric form, the classical Hough transform is most commonly used fo
hough.cpp
- 这是一个基于VC++的Opencv的一个Hough函数的程序-This is a procedure based on VC++ about Hough circle
Generalized-Hough-Transform_Steps
- 在模式识别中使用较广的广义Hough变换的算法说明文档,按照此步骤进行编程即可。-Generalized Hough Transform_Steps
Hough-transform
- 利用Hough进行图像中直线识别,对图像进行处理,例如图像中线条识别-Implementation using Hough transform to detect linear algorithm