搜索资源列表
hough
- 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。
DrawCircle
- 画圆,,复杂背景下,圆心的中心定位,使用的是霍夫变换-Circle, complex background, the center of the circle' s center position, using a Hough transform
hough
- 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform for finding circles in the image.
Tracking11
- 检测圆,运用霍夫变换,边缘检测等方法实现,并输出圆心的坐标-Testing round, the use of Hough transform, edge detection method, and outputs the coordinates of the center
hough
- 利用霍夫变换原理求解圆环的圆心,以及半径-The Hough transform principle solving Rings center of the circle, as well as the radius
hough_circle
- 霍夫变换识别图像中的圆,并定位圆心的程序,适用于图像中有多个圆的情况-Hough transform to identify the image in the case of a circle, and the center of the positioning procedure, a plurality of circular applies image
tuxiangfenge
- 将一副圆形图片(如全景图像)通过霍夫圆变换找到圆心,再进行分割,由于坐标的对称性,便于对图像进行下一步处理。-Will be a circular image (such as panoramic images) through the Huff circle transform to find the center, and then split, due to the symmetry of the coordinates, easy to image the next step.
霍夫变换找圆
- 利用霍夫变换找出圆,输出圆心坐标.比较不错的代码,值得学习.(Hof transform is used to find the circle and output the coordinate of the center of the circle.)
hough_circle
- 利用霍夫变换实现找圆,并标出圆心位置及半径。(realize circle find using Hof transform)