搜索资源列表
4
- 模糊随机Hough变换算法,模糊随机Hough变换算法
CircledetectionbasedonrandomHoughtransform
- 基于随机Hough变换的圆检测方法,可检测不同位置、半径的圆。
Hough
- 一种随机Hough变换检测圆的改进算法,很好的提高了检测圆的性能
carnum
- 采用随机hough变换对圆心进行检测,VC++,包括直方图变换,去除孤立点
20060303004409246
- 用matlab检测直线,圆。椭圆的程序,对直线程序进行了改进,采用随机霍夫变换 &由粗到细的检测方式检测,效果好-detection using Matlab straight round. Elliptic procedures, the procedures for linear improvement, randomized Hough Transform & by coarse-to-fine detection m
4
- 模糊随机Hough变换算法,模糊随机Hough变换算法-Fuzzy random Hough transform algorithm, fuzzy random Hough transform algorithm
hough111
- 一种新的不基于Hough变换的随机椭圆检测算法。速度么。。还可以-Not a new Hough transform based ellipse detection algorithm randomly. Mody speed. . Can also be
guanyihough
- 广义Hough变换_多个圆的快速随机检测。基本上解决了多个元检测的问题-Generalized Hough Transform _ more than a round of rapid random testing. Basically solved the problem of multiple element detection
CircledetectionbasedonrandomHoughtransform
- 基于随机Hough变换的圆检测方法,可检测不同位置、半径的圆。-Based on random Hough transform circle detection method can detect a different location, the radius of the circle.
HosaToolbox
- 高阶统计量常用函数的源代码,以及其基本用法。其中包括参数模型高阶谱估计,线性预测模型,谐波恢复与DOA估计,非线性随机过程,wigner时频分析,时延估计等matlab源代码和一些基本用法。希望对大家有帮助!-Higher-order statistics of the source code for common functions, as well as its basic usage. Parameter model which
Hough
- 一种随机Hough变换检测圆的改进算法,很好的提高了检测圆的性能-A randomized Hough transform circle detection to improve the algorithm, a very good round and improve the detection performance
carnum
- 采用随机hough变换对圆心进行检测,VC++,包括直方图变换,去除孤立点-A randomized hough transform to detect the center, VC++, Including histogram transform, remove the isolated points
yizhongsuijiduotuoyuanjiancedekuaisusuanfa
- 针对多椭圆检测问题提出了一种快速随机检测算法。该算法利用在图像中随机采样到的一个边缘点和 局部搜索到的两个边缘点以及这三个点的邻域信息确定候选椭圆,再将候选椭圆变换为对应圆,通过确认真圆来确 认真椭圆。在确定候选椭圆时,最大限度地减少随机采样点数 剔除更多的非椭圆点,降低了无效采样,减少了无效 计算。数值实验结果表明:该算法具有良好的鲁棒性,其检测速度比同类算法快-Ellipse detection problem
Hough
- Hough变换 使用matlab随机函数,计算输入图像的Hough变换。-Hough Transform.Use matlab s radon function to compute the hough transform.or threshold its edges.
Hough
- 用改进的随机Hough变换检测胸水图像中的细胞,模式识别中的图像处理-Using a Modified Hough Transform Detection of random images of cells in pleural fluid, pattern recognition in image processing
houghyuan
- 一种快速的随机Hough变换圆检测算法,模式识别的经典实例,图像图像处理的源码-A fast randomized Hough transform circle detection algorithm, a classic example of pattern recognition, image processing of the source image
RHTv1.4
- 一个很有用的随机hough变化检测圆的例子,在linux下编译,带有测试的例子,很实用-A useful change detection hough random example of a round in under linux compiled with the test example, it is practical
hough
- 根据园的方程(x-a)×(x-a)+(y-b)×(y-b)=R×R,将参数空间增加到a,b,R三维空间. 常用的hough变换计算量太大,然而随机hough变换虽然计算量相对小点,但是准确率没有前者高.现在使用 一种改进的方法:提取边缘图像,然后边缘跟踪,在边缘曲线上进行hough变换检测圆.-According to Park' s equation (x-a) × (x-a)+ (y-b) × (y-b) = R
Hough-Forest
- 使用hough森林方法检测识别图片中的物体,比随机森林速度更快。-using hough forest method to detect and recognize the objective in image rather than using the random forest method
源程序
- 利用hough变换检测圆,有RHT,随机hough变换,以及一些改进(Using Hough transform to detect the circle)