搜索资源列表
hough
- 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。
DrawCircle
- 画圆,,复杂背景下,圆心的中心定位,使用的是霍夫变换-Circle, complex background, the center of the circle' s center position, using a Hough transform
Tracking11
- 检测圆,运用霍夫变换,边缘检测等方法实现,并输出圆心的坐标-Testing round, the use of Hough transform, edge detection method, and outputs the coordinates of the center
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.
hough_circle
- 利用霍夫变换实现找圆,并标出圆心位置及半径。(realize circle find using Hof transform)