搜索资源列表
line_hough
- 用matlab实现hough变换的直线检测,对原有代码的错误指出进行了改正,可以直接运行.-using Matlab achieve hough transform linear detection, on the original error code that the correction can be run directly.
EdgeContour
- 几个边缘检测算子代码:Roberts Sobel Prewitt Kirsh和Gauss-Laplace Hough变换:平行直线检测
Hough
- 检测直线源码
Hough变换例子
- hough的一个例子,检测直线-Hough An example of the line detection ... ... ...
HTR
- Hough 变换的VC++实现,HOUGH变换广泛应用于直线及形状检测中,是模式识别不可或缺的内容-this is the implement of hough transform written in visual C++
hough
- hough变换检测出直线,只需要把路径改了就可以了,但是一定是要边缘图像才可以-hough transform to detect straight lines, just to the path can be changed, but must be the edge of the image can
HOUGH
- hough变换,用来检测直线 hough变换,用来检测直线-hough transform to detect straight line hough transform to detect straight
Hough
- 利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
Hough
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
12
- 该程序的功能是将一幅图像二值化,然后利用Hough变换检测出图像中的直线-The program' s function is a binary image and then use the Hough transform to detect straight lines in the image
hough
- hough变换,把检测整体特性转化为检测局部特性,比如直线、椭圆、圆和弧线等-hough transform to detect the overall characteristics into the detection of local features, such as lines, ellipses, circles and arcs, etc.
hHHoough111o
- hough变换检测直直线的matlab算法 -hough transform to detect straight linear Matlab algorithm
Line-Detection-
- 这是一个基于Hough变换的直线检测matlab程序文件,可以有效地检测直线-Line Detection via Standard Hough Transform
hough
- hough变换检测直线,vc++6.0,内含测试图片,代码注释详细,能让图像编程学习者有所收获-hough transform line detection, vc++6.0, containing the test images, code comments in detail, allowing graphics programming learners to be harvested
hough
- hough变换检测直线小程序适用于opencv初学者 简单明了-hough transform to detect straight applet
hough
- 实现通过大金法二值化,边界提取,直线hough变换检测直线和圆-Implemented by daikin binarization method, boundary extraction, linear hough transform to detect linear and circular
Hough
- Hough变换检测直线的MATLAB源代码-Hough transform to detect linear matlab source code
HoughLine
- Hough直线检测,c++实现,具体详细源代码,课程实习成果(result from the hard work with my classmates,hoping you'd like it,and hope that it will be helpful.)
Hough
- 冈萨雷斯数字图像处理Hough变换检测直线源码(The Hough transform in the digital image processing course written by Gonzales is used to detect the linear source code)