搜索资源列表
houghsearchcircle
- 文件给出了matlab语言进行,对二值图像先用sobel 算子找出边缘,再用hough变换找出圆的圆心和半径的程序,并附图像和解释!-documents given Matlab language, the binary image segmentation using the operator to identify the edge then Hough transform to identify the center of a circle and the circle radius of
hough
- 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。
hough
- Hough 变换,探测圆的半径,可以探知未知圆的半径和圆心
hough圆变换并显示圆心、半径
- 利用VC++6.0和OpenCV1.0进行图像Hough圆变换,在视图中显示检测到的圆心、半径值。
Hough
- hough变换检测圆的处理,包括对圆心的检测,半径的检测,算法巧妙。-hough transform circle detection, including detection of the center of a circle, the radius of detection, the algorithm skillfully.
circles
- 这段程序利用 Hough 变换在灰度图像中找圆 ,并可进而给出圆心和半径-The function cvHoughCircles finds circles in grayscale image using some modification of Hough transform.
An_Improved_Hough_Transform_Method_for_Circle_Segm
- 本文提出了一种基于方向可变滤波器的改进Hough变换方法。该方法首先利用方向可变滤波器检测出图像边缘以及边缘的方向特性,然后基于边缘点及其方向,通过改进的Hough变换得到圆心、半径。最后,将该算法应用于球类对象分割并得到较好的结果。-In this paper, a variable filter based on the direction of improving the method of Hough transform. The direction of the first to us
CircleDetection
- 此程序是基于哈夫变换的一个圆形检测程序,给定检测边界和半径估计值的范围,此程序能返回圆在图片中的圆心坐标和半径大小。-This program is based on the Hough transform of a circular testing procedures, testing boundaries and radius of a given range of estimates, this procedure can return to the center of the circ
hough
- 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform for finding circles in the image.
hough
- hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
hough-detect-circle
- 基于hough变换检测圆,用于图像处理,有循环,打印出半径和圆心-base on hough detect circle
IAn_Improved_n
- 本文提出了一种基于方向可变滤波器的改进Hough变换方法。该方法首先利用方向可变滤波器检测出图像边缘和边缘的方向特性,然后后基于边缘点及其方向,通过改进的Hough变换得到圆心、半径。最后,将该算法应用于球类对象分割并得到较好的结果。 已通过测试。 -In this paper, based on the direction of the variable filter improved Hough transform method. First, using the direction v
circle
- 本程序能够实现对十字坐标中圆心的捕捉,基本是采用hough园变换的方法,可以获取圆心的坐标以及圆的半径大小。-The program is able to achieve to Capture Cross coordinates the center, basically transform hough Park, you can get the center coordinates and the radius of the circle.
hough
- 利用霍夫变换原理求解圆环的圆心,以及半径-The Hough transform principle solving Rings center of the circle, as well as the radius
circledetection
- 基于OpenCV实现了,利用Hough变换检测圆,检测出圆心的位置,圆的半径-circle detection using hough transformation
Matlab
- nonmaxsup——非最大值抑制 hysthresh——设定阈值区间,返回一个二值化图像 canny——边缘探测,图像边缘增强 adjgamma——调整图像的伽马值 findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标 circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标 houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆 findcircle——计算所得线上各点
hough_circle
- 可以检测多个细胞图像。先读入分割图像,对图像进行二值化,然后进行hough变换,获得各个圆心和半径,再在分割图像上画圆,方便观察检测效果-hough transform detect circle
SHT
- hough变换检测圆心,对于不连续的圆,在利用hough算法检测圆心坐标和半径,再将圆进行重画,得到完整的圆并显示。-How to measure the center of a circle. You can use hough conversion to make it.