Location:
Search - Hough变换,圆心,半径
Search list
Description: 文件给出了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 the procedure, with images and explanation!
Platform: |
Size: 13697 |
Author: image |
Hits:
Description: 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。
Platform: |
Size: 1330 |
Author: yww |
Hits:
Description: Hough 变换,探测圆的半径,可以探知未知圆的半径和圆心
Platform: |
Size: 11565 |
Author: zeyoo |
Hits:
Description: 利用VC++6.0和OpenCV1.0进行图像Hough圆变换,在视图中显示检测到的圆心、半径值。
Platform: |
Size: 38255 |
Author: qq2216 |
Hits:
Description: 文件给出了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 the procedure, with images and explanation!
Platform: |
Size: 13312 |
Author: image |
Hits:
Description: 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。-Image processing often requires detection of a round-shaped objects, the program can detect the use of Hough transform and radius of the center circle.
Platform: |
Size: 1024 |
Author: yww |
Hits:
Description: Hough 变换,探测圆的半径,可以探知未知圆的半径和圆心-Hough transform, circle detection radius, you can explore the unknown circle radius and center
Platform: |
Size: 11264 |
Author: zeyoo |
Hits:
Description: 这段程序利用 Hough 变换在灰度图像中找圆 ,并可进而给出圆心和半径-The function cvHoughCircles finds circles in grayscale image using some modification of Hough transform.
Platform: |
Size: 1024 |
Author: 李昊 |
Hits:
Description: 本文提出了一种基于方向可变滤波器的改进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 use this method to detect variable edge filter, as well as the direction of the edge characteristics, and then based on the edge points and their direction, by improving the center of the Hough transform, radius. Finally, the object segmentation algorithm is applied to ball games and get better results.
Platform: |
Size: 761856 |
Author: 王浩 |
Hits:
Description: hough变换检测圆的处理,包括对圆心的检测,半径的检测,算法巧妙。-hough transform circle detection, including detection of the center of a circle, the radius of detection, the algorithm skillfully.
Platform: |
Size: 3896320 |
Author: zhouwei |
Hits:
Description: 此程序是基于哈夫变换的一个圆形检测程序,给定检测边界和半径估计值的范围,此程序能返回圆在图片中的圆心坐标和半径大小。-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 circle in the image coordinates and radius.
Platform: |
Size: 1024 |
Author: 徐鹏辉 |
Hits:
Description: 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform
for finding circles in the image.
Platform: |
Size: 1024 |
Author: huang |
Hits:
Description: hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
Platform: |
Size: 6144 |
Author: 武西 |
Hits:
Description: 基于hough变换检测圆,用于图像处理,有循环,打印出半径和圆心-base on hough detect circle
Platform: |
Size: 18432 |
Author: 张科伟 |
Hits:
Description: 本文提出了一种基于方向可变滤波器的改进Hough变换方法。该方法首先利用方向可变滤波器检测出图像边缘和边缘的方向特性,然后后基于边缘点及其方向,通过改进的Hough变换得到圆心、半径。最后,将该算法应用于球类对象分割并得到较好的结果。 已通过测试。
-In this paper, based on the direction of the variable filter improved Hough transform method. First, using the direction variable filter to detect the directional characteristics of the image edge and the edge, and then based on the edge of the point and its direction after center, radius through improved Hough transform. Finally, the application of the algorithm the ball object segmentation and better results. Has passed the test.
Platform: |
Size: 761856 |
Author: 门槛 |
Hits:
Description: 本程序能够实现对十字坐标中圆心的捕捉,基本是采用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.
Platform: |
Size: 3298304 |
Author: xingzhiwen |
Hits:
Description: 利用霍夫变换原理求解圆环的圆心,以及半径-The Hough transform principle solving Rings center of the circle, as well as the radius
Platform: |
Size: 1024 |
Author: 杜晓辉 |
Hits:
Description: 基于OpenCV实现了,利用Hough变换检测圆,检测出圆心的位置,圆的半径-circle detection using hough transformation
Platform: |
Size: 114688 |
Author: 刘晓娟 |
Hits:
Description: 可以检测多个细胞图像。先读入分割图像,对图像进行二值化,然后进行hough变换,获得各个圆心和半径,再在分割图像上画圆,方便观察检测效果-hough transform detect circle
Platform: |
Size: 1024 |
Author: 撸撸 |
Hits:
Description: hough变换检测圆心,对于不连续的圆,在利用hough算法检测圆心坐标和半径,再将圆进行重画,得到完整的圆并显示。-How to measure the center of a circle. You can use hough conversion to make it.
Platform: |
Size: 39936 |
Author: 秦晓楠 |
Hits: