-
-
-
houghline.rar
Detects lines in a binary image using common computer vision operation known as the Hough Transform.
-
chessboard.rar
Demo of Hough Transform for straight lines
This assumes that the Sussex vision library is in your Matlab path.
-
houghcircle.rar
... Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. Upper left corner of image is the origin of coordinate ...
-
SkewDetectionAndCorrectionMethod.zip
文本图像在扫描输入时产生的倾斜现象会对后续的页面分割及光学字符识别(OCR)处理产生很大的影响,而传统的标准Hough变换虽然具有对噪声不敏感,不依赖于直线连续性的优点,但由于计算量偏大,速度慢,在实用时有较大的局限性.提出一种基于改进的Hough变换的文本图像倾斜校正方法,通过在变分辨率图像中采用不同的文本方向提取算法,及选择合理投票门限等改进Hough变换的措施,减小了由图像区域及文字笔画粗细所产生的对倾角判定的不利影响,并使用基于偏移值的方法实现页面 ...
-
-
hough_line.zip
this is a code for line detection in noisy image using hough transform
-
-
-
yin.rar
This presentation give an different approach for the lane detection using hough transformation.
-