搜索资源列表
irislocation
- 使用霍夫变换方法对虹膜内外边缘各进行一次粗定位和一次精定位,进而得到定位较为准确的虹膜
利用sobel算子和霍夫变换求出图像的边缘
- 利用sobel算子和霍夫变换求出图像的边缘,并计算图像边缘间距离,采用matlab处理,matlab
ght
- 这是一个自己写的广义霍夫变换提取不规则不提边缘的方法,希望大家喜欢-This is a generalized Hough transform to write their own not to mention irregular edge extraction method, hope you like
HoughCircle
- matlab进行霍夫变换检测圆...未使用matlab的源码-matlab for Hough transform to detect circles ... not use the source code matlab
houghline
- 用matlab代码实现的霍夫变换,对于初学者有一定的帮助-Matlab code to use the Hough transform, for beginners will certainly help
Houghtransform
- 图像处理的霍夫变换程序,采用M语言编写,对数字图像进行直线追踪-HOUGHLINES- detects lines in a binary image using common computer vision operation known as the Hough Transform.
Hough
- 此程序包包含了霍夫变换的大部分主要程序,常用于抑制噪音等-This package contains the Hough transform most of the major procedure commonly used in noise suppression
hough
- 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform for finding circles in the image.
untouchMeasure
- 单摄像机无接触式测量源码与论文分析,主要的变换为霍夫变换-Non-contact measurement of single-camera source and paper analysis, the major change for the Hough Transform
houghbianhuan
- 广义霍夫变换边缘提取代码,目标是针对图像中某一标识,进行识别和提取-Generalized Hough transform edge detection code, the goal is for the image of a logo, to identify and extract
Hough-circle-detection
- 本压缩包是利用霍夫变换来处理圆角边界问题-This archive is the use of Hough transform to deal with border issues fillet
hough
- hough变换,可以经过图像的边缘点实现霍夫变换,即实现空间转换!-hough transform, image edge points can be achieved through the Hough transform, that is to achieve space conversion!
soble_hough
- 索伯尔-霍夫变换,matlab程序,用于检测图片中圆形的一个程序,相对比较简单。 -soble- hoff transform, matlab, used to detect a program pictures in circular, is relatively simple.
seghough
- K均值聚类法基于lab颜色空间分割图像,并用霍夫变换检测圆-K means clustering method is based on lab color space segmentation image and Hough transform to detect circles with
hough9
- 利用霍夫变换,处理图像,包括广义hough变换的应用,简单快捷,计算量小-Using Hough transform, image processing, including the application of the generalized hough transform, simple and quick computation
imagecompression
- 有损图像压缩的matlab程序实现,通过dct变换,霍夫曼编码,译码,比较压缩后图像与原图。-lossy image compression
yuanma
- 基于matlab的图像增强(点操作,滤波器,直方图增强),图像分割,霍夫变换等-Matlab-based image enhancement (dot operator, filter, histogram enhancement), image segmentation, Hough transform
基于Hough变换的直线检测
- 使用霍夫变换,将直角坐标中的线转换为极坐标中的点,检测图像中的直线,
霍夫圆变换
- 可以通过边缘检测等等算法,实现霍夫圆变换(The edge detection algorithm and so on, realize the circle Hough transform)
hough_circle
- 利用Hough(霍夫)变换检测图片中的圆,并进行分割(Detection of circles in images by Hof transform)