搜索资源列表
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
220195168672005715205401563311
- 图像的腐蚀图像的膨胀图像的结构开和结构闭图像的细化图像的边缘检测图像的Hough变换图像的轮廓提取图像的识别和模板匹配- The picture corrosion picture inflation picture structure opens with the structure shuts the picture the thin picture edge examination picture Hough transformation picture outline to with
Hough变换vc实现
- vc实现hough的源代码,使用说明和测试图片,供大家参考。-vc achieve the source code, testing and use photographs for reference.
Hough_transfer
- hough变换的实现源代码,内用非常丰富,推荐-Hough Transform in the source code, which are very rich and recommend! !
image-go
- 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开*廓提取源程序 堆栈的数据结构和操作 VC++开*廓跟踪源
line_hough
- 用matlab实现hough变换的直线检测,对原有代码的错误指出进行了改正,可以直接运行.-using Matlab achieve hough transform linear detection, on the original error code that the correction can be run directly.
Hough
- --- --Hough变换
hough变换代码
- hough变换,检测直径为58像素的圆周,-Hough transform, detection diameter of the circumference of 58 pixels, huh
ch1_1Hough变换
- 通过hough变换可检测平行线~解压缩即可使用,需256bmp-through Hough Transform can detect parallel lines to decompress can use, the need 256bmp
Hough变换例子
- hough的一个例子,检测直线-Hough An example of the line detection ... ... ...
hough-circle
- hough 变换检测园的代码利用这个代码可检测出二值图像中的园-Hough Transform detection Park use this source code can be detected in binary image of Park
hough变换
- 该代码实现Houhg变换
houghecllipe.rar
- hough变换检测椭圆的程序 matlab程序,Detected ellipse hough transform procedure
Ellipse1
- 基于hough变换的快速椭圆检测方法,其中有边缘检测/平滑去噪等-hough ellipse edge
hough
- 实现标准的HOUGH变换,注意要添加一个主程序-HOUGH transform to achieve standards, paying attention to the main program to add a
Hough
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
Hough
- 图像处理相关算法C++源码\数字图象处理VC原码\Hough变换-Image processing related algorithms C++ source \ digital image processing VC original code \ Hough transform
hough
- hough变换检测直线,vc++6.0,内含测试图片,代码注释详细,能让图像编程学习者有所收获-hough transform line detection, vc++6.0, containing the test images, code comments in detail, allowing graphics programming learners to be harvested
hough
- 实现通过大金法二值化,边界提取,直线hough变换检测直线和圆-Implemented by daikin binarization method, boundary extraction, linear hough transform to detect linear and circular
hough
- 简单的实现在vc条件下的hough变换,适合于OP-ENCV初学者使用入门-Simple realization of the VC Hough transformation, suitable for beginners to use OP-ENCV
