搜索资源列表
hough
- 对图像进行霍夫变换检测直线。遍历图像,把极坐标下点转换到霍夫空间,同时累加器加1,最后统计累加器数组中的极大值点,便对应原图中的直线。(The image is transformed by Hof transform to detect the straight line. Traverse the image, transform the point in polar coordinates to Hof space, accumulate 1 at the same time, and f
ransac
- Ransac检测算法matlab源代码, 实现一组数据的拟合,找出一条合适的直线(Ransac algorithm in matlab)
霍夫变换
- 基于opencv和图像识别技术,使用霍夫变换检测图片直线。(Based on OpenCV and image recognition technology, Hof transform is used to detect picture lines.)
openCV
- openc和c++实现检测圆形和直线 建议用qt打开(detect CIRCLE and Line)
program
- 本程序可实现检测图片中的直线,并给出直线方程,检测图片中的圆给出圆的方程包括圆心和半径,检测任意一个零件上的几何图形并给出对应的方程。(This program can detect the straight line in the picture, and give the straight line equation, detect the circle in the picture, give the equation of the circle, including the center
x86
- 运用lsd算法检测图像中所包含的直线,现以一钢坯图像为例(it can detective the lines in the picture)
cannyhough
- 这个程序除开使用自编程写的canny算法,还有霍夫变换检测直线以及画图的功能(canny algorithm hough transform)