当前位置:
首页
资源下载

搜索资源 - Hough transformation
搜索资源列表
-
0下载:
Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle:
Assume there is a line whoes direction is \"sit
-
-
1下载:
应用Hough变换进行圆检测源码,编译环境VS2005,语言C++,有示例图片,Circle detection using Hough transformation
-
-
0下载:
Sphere detection in image with hough transformation
-
-
0下载:
这是一篇关于椭圆检测的文章:对于做人脸识别,模式识别的同行应该会有所帮助.找了好久,才下到,上传来共享下.-abstract:The Hough transformation can detect straight lines in an edge-enhanced picture, however its extension torecover ellipses
requires too long a computing time. This correspondence proposes
-
-
0下载:
Using opencv, Hough Transformation extract lines from edges.
-
-
0下载:
Hough变换对圆的检测.Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。-Circle Detection using Hough Transformation
-
-
0下载:
Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。
-Hough transform image processing image recognition from the basic geometry of one of the me
-
-
0下载:
利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
-
-
0下载:
基于灰度的模板匹配 模板匹配 哈弗变换-The template matching based on gray scale template matching Hover transformation
-
-
0下载:
用于圆检测的Hough变换和改进算法分析
-Uses in the circle examination the Hough transformation and improvement algorithmic analysis
-
-
0下载:
Circle detection using Hough Transformation in OpenCV
-
-
0下载:
实现hough变换检测圆,灰度转换,傅立叶变换-Achieve hough transform to detect circles, gray transformation, Fourier transform
-
-
0下载:
Hough Transformation in Matlab
-
-
0下载:
Hough Transformation
-
-
0下载:
hough变换检测直线代码在matlab下的运行-hough transformation
-
-
0下载:
hough transformation/ skew correction, image processing in java
-
-
0下载:
利用hough变换检测图像中的形状圆和直线,以及图像几何变换-detecting image circle or line using hough transformation and transformation
-
-
0下载:
實作sobel detection and Hough transformation-Implementing sobel detection and Hough transformation
-
-
0下载:
Opencv hough transformation,霍夫变换,包含可以运行的完整代码。-Opencv hough transformation, Hough transform, contains the complete code that could be run.
-
-
0下载:
Hough Transformation in opencv with python
-