搜索资源列表
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
line_hough
- 用matlab实现hough变换的直线检测,对原有代码的错误指出进行了改正,可以直接运行.-using Matlab achieve hough transform linear detection, on the original error code that the correction can be run directly.
EdgeContour
- 几个边缘检测算子代码:Roberts Sobel Prewitt Kirsh和Gauss-Laplace Hough变换:平行直线检测
Hough
- 检测直线源码
tkhough-temp.tar
- hough变换算法中,不能确定直线两端点的具体位置,这个算法,可以说是Hough变换的改进版,很好地解决了Hough变换出现的问题。
Hough变换例子
- hough的一个例子,检测直线-Hough An example of the line detection ... ... ...
tsai30b3
- 关于tsai摄像机标定方法源代码,很值得借鉴的方法。 不过现在偶想求一有关hough变换提取直线的程序。多谢!-Talk : Tiberius on the camera calibration method source code, we can draw method. But for now : Part one of the Hough transform to extract a linear process. Thank you!
Hough
- Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
HOUGH_Car
- 提出了一种先分段,再利用Hough变换拟合直线的水平分割方法和基于先验知识约束的垂直分割方法,同时提出目标增强的预处理方法.大量实验表明,该算法较好地解决了以上问题,适用于各种质量的车牌图像,分割的准确率较高.-Presents a first section, then use the level Hough transform fitting straight line segmentation method and prior knowledge constraints on vertic
73555bitmap
- 改进后的hough编程方法,适合对灰度图像提取直线和圆的检测 采用VC++编程-Improved hough programming method for extraction of linear and circular gray image was detected by VC++ programming
houghline
- opencv2.4.3 新版的c++接口 霍夫直线检测 直线轮廓描绘-opencv2.4.3 hough line detector the new c++/Mat construction
openCV...Track
- openCV中的代码 有2ROI Hough检测直线 kalman跟踪小球 播放视频 车道线检测工程代码 -openCV code 2ROI Hough kalman and other thing
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
test2
- 读取图像文件,自动寻找双峰型直方图的阈值,HOUGH变换寻找直线,背景检测.(单高斯模型)-Read image files, automatically find the bimodal histogram threshold, HOUGH transform looking straight, background detection. (Single Gaussian model)
hough
- 实现通过大金法二值化,边界提取,直线hough变换检测直线和圆-Implemented by daikin binarization method, boundary extraction, linear hough transform to detect linear and circular