Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • basic_hough.zip basic hough transform technique on images
  • 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变换的措施,减小了由图像区域及文字笔画粗细所产生的对倾角判定的不利影响,并使用基于偏移值的方法实现页面 ...
  • HoughTransform4detection.zip This demo shows simple method of shape detection using Hough Transform
  • hough_line.zip this is a code for line detection in noisy image using hough transform
  • line_hough.rar 利用hough变换检测图像中的直线,得到检测直线的参数与首位端点,并在原图中标出所检测到得直线。
  • ImageProcessingMainFunction(VC).rar 图象处理主要功能(VC),包括Hough变换、Walsh变换、对比度拉伸、方块编码等,很经典。
  • yin.rar This presentation give an different approach for the lane detection using hough transformation.