当前位置:
首页
资源下载

搜索资源 - Lines Detection Using Hough
搜索资源列表
-
0下载:
深入浅出介绍计算机视觉的最新动态。内容包括:
* Camera calibration using 3D objects, 2D planes, 1D lines, and self-calibration
* Extracting camera motion and scene structure from image sequences
* Robust regression for model fitting using M-estimators, RANSAC, and
-
-
0下载:
使用hough变换检测图像中的线条;包括main函数和其他4个操作函数,有实验图片!-Detection using hough transform image lines including the main function and operation of the other four functions, there are experimental picture!
-
-
0下载:
Hough变换对圆的检测
Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。
-Hough transform, circle detection is the basic principle of Hough transform, using point and line duality, the lines of the image space into a rallying point for th
-
-
0下载:
是一个hough程序采用VC++编程 十分实用 可以圆和直线检测-Hough program is a program using VC++ is very useful for detection of circles and straight lines
-
-
0下载:
利用canny边缘检测和hough变换检测图像中的直线和圆,并显示出来。-Using canny edge detection and hough transform detection of lines and circles in the image, and displayed.
-
-
0下载:
使用opencv中的Hough变换对图像中的线段和近似圆的圆进行检测-The Hough transform using opencv image of lines and circles round the approximate detection
-