搜索资源列表
sobel+hough
- 该源代码首先使用sobel算法对图像进行边缘提取,后利用hough变换提取圆形。
hough-Circle-Detect.rar
- 可以实现对图像中半径不同的圆形图像区域的检测,Radius of the circle of different detection
hough.rar
- hough圆检测,定位图像中的圆形,并确定圆心坐标,精度高,hough circle detection, positioning of the circular image and to determine the center coordinates, high precision
hough
- 图像处理中hough变换检测圆形的代码,识别率比较高-hough transform image processing to detect a circular code, the recognition rate is relatively high
houghcircle
- 基于hough 变换的圆形检测算法,希望能有所帮助。-Based on the hough transform circle detection algorithm, hoping to be helpful.
houghtransform
- hough变换源码 用于检测直线或圆形等-hough transform for the detection of source, such as linear or circular
hough
- 利用hough变换实现半径未知的圆形物体的检测-Use hough transform to achieve a circular radius of an unknown object detection
hough_cicle
- 用hough变换检测圆形,算法实现比较简单,用matlab编写,容易读懂,已经过测试-using hough transform to detect circle
Circularhough_Grd
- matlab检测二位图中的多个圆形。圆形半径的大小不限制-hough detect circle
hough-Circle-Detection
- 基于hough变换的圆形检测,非常好用。-Based on hough transform circle detection, very easy to use.
hough
- 采用hough变换实现圆形检测算法 很有用的源码-Using hough transform circle detection algorithm very useful source
Get-Circle-Using-hough
- 获取图片中的圆形,用到OpenCV,方法是hough变换法-Get Circle In The Image Using OpenCV
hough-transform
- 利用opencv以及哈弗变换原理实现对图像中圆形和正方形的检测。-On this post, i would introduce the latest openCV objects recgnition work for my research. Presently, i have developed codes to recognize circle successfully. Capture image from camera, converting the source image int
hough-find-circle
- 一个C++程序,用于寻找图像中的圆形目标,用hough算法编写的-Used to find circular target in the image using hough algorithm written
hough
- 该源代码首先使用sobel算法对图像进行边缘提取,后利用hough变换提取圆形-The source code is the first to use the sobel algorithm for image edge extraction, the hough transform to extract circular
hough
- 实现霍夫曼圆变换,用于计算机视觉以及图像分割,找出图像中的圆形-Huffman circle transform for computer vision and image segmentation to identify a circular image
matlab-hough
- 我们主要是基于MATLAB平台工作,对图像文件中的果实(类圆形果实)进行识别,通过图像灰度化,二值化,提取边缘,hough变换等一系列步骤后,对果实图像进行特征提取以获取所需信息。通过对边缘的提取识别图像,便于机器识别。-We are mainly based on MATLAB platform work, to identify the fruit (class round fruits) image files, image gray value, edge extraction, Hou
hough
- 霍夫曼检测图像中的圆形的方法,比较实用。-Method of circular Hoffman detection in the image, the more practical.
hough
- 在matlab下,使用hough 算法检测圆形- matlab hough cicle
hough-circle-detection
- 使用霍夫圆检测算法,检测图像中的圆形物体。(Detection the round of image using hough circle.)