文件名称:hough00
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Hough Transformation Algorithm
Input: Original image in the form of an array: Image1[xMax][yMax]
Output: New image : Image2 [xMax][yMax] containing the detected straight lines.
Intermediate data structure: Hough [tMax][rMax] to calculate the corresponding lines.-Hough Transformation Algorithm Input : Original image in the form of an array : Image1 [] [xMax yMax] Output : New image : Image2 [] [xMax yMax] containing the detected's traight lines. Intermediate data structure : Hough [] [tMax rMax] to calculate the correspon ding lines.
Input: Original image in the form of an array: Image1[xMax][yMax]
Output: New image : Image2 [xMax][yMax] containing the detected straight lines.
Intermediate data structure: Hough [tMax][rMax] to calculate the corresponding lines.-Hough Transformation Algorithm Input : Original image in the form of an array : Image1 [] [xMax yMax] Output : New image : Image2 [] [xMax yMax] containing the detected's traight lines. Intermediate data structure : Hough [] [tMax rMax] to calculate the correspon ding lines.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hough.m