搜索资源列表
Hough变换的源程序
- 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
hough变换检测直线
- C++实现的hough变换,检测一副图象中存在的直线段。-Hough transform generized by C++ detects Lines in a image.
hough
- HOUGH变换,孔雀图的处理,包括前期处理技术,以及HOUGH变换的核心技术!-HOUGH transform, Peacock map treatment, including pre-treatment technology, as well as the core technology HOUGH Transform!
Hough
- Hough变换 使用matlab随机函数,计算输入图像的Hough变换。-Hough Transform.Use matlab s radon function to compute the hough transform.or threshold its edges.
hough(vc)
- Hough变换最先是由Paul Hough在1962年提出的, 它所实现的是一种从图像空间到参数空间的映射关系,其主要优点就是检测几何形状的能力较少受到几何形状中间断点的干扰 , 而且不需要预先组合或连接边缘点, 可以广泛应用于纤维、 孔径等自动检测中-Hough transform is the first by Paul Hough in 1962, and it is a realization from the image space to parameter space of the
hough
- hough变换应用论文7篇,hough变换应用论文7篇-hough transform applied seven papers, hough transform applied papers 7
Hough
- Hough变换的院代码,非常全的,希望对大家有用,我用过,对其中内容做修改可以实现自己的目的.-Hough
hough
- 广义hough变换,vb实现的,效率很高-Generalized hough transform, by VB
Hough
- Hough变换的matlab实现程序-Hough transmission based on matlab
Hough
- Hough变换,可以直接运行,有测试图片.-Hough transform can be directly run a test picture.
hough
- hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
hough
- hough变换,把检测整体特性转化为检测局部特性,比如直线、椭圆、圆和弧线等-hough transform to detect the overall characteristics into the detection of local features, such as lines, ellipses, circles and arcs, etc.
hough--line
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth
hough
- hough变换检测园和直线,计算机视觉作业-Park and the straight line hough transform detection, computer vision operations
hough
- hough变换检测直线的程序,用matlab实现-hough transform line detection program, using matlab to achieve
Hough变换
- matlab中Hough.m文件函数源代码(Matlab Hough.m file function source code)
hough
- hough变换找圆源码程序,保证能运行hough变换找圆源码程序,保证能运行(Hough transform to find the circle source program)
WaterMarkhough变换
- 基于hough变换的水印检测,方法比较有用,还可以用到车道线检测方面(The method of watermark detection based on Hough transform is more useful and can also be used in lane detection.)
hough变化
- 实现hough变换的源代码,简单易学的源代码(hough to realize hough)
边缘检测和hough 变换实现边缘检测MATLAB
- 进行图像的边缘检测,霍夫变换用于图像分割处理(image segmentation based on edges check and hough shift)