搜索资源列表
FindCircles
- 利用OpenCV在图像中寻找圆,先对图像进行预处理,之后在图像中寻找圆并将圆的相关参数提取出来-find circles in an image
jiaotong
- 我做交通标志检测和识别中用到的几个子模块,本人亲测在VS2008平台上能跑。程序不复杂,但是对于初学Opencv的人来说还是有一定用处的。包括,提取特征颜色、霍夫圆检测、Canny边缘检测等。-Opencv Hough Canny
cv
- opencv实现图像中圆及椭圆的识别和提取。-opencv to achieve image recognition and extraction of round and oval.
OPENCV
- opencv特征提取,,包括hough直线,hough圆,直方图绘制-opencv feature extraction, including hough straight, hough circle, draw a histogram
HoughCircles_Detection
- 霍夫圆检测程序代码,使用vs2008平台 ,opencv.实现霍夫圆提取-Hough circle detection code, using vs2008 platform, opencv. Extraction achieve Hough circle
contour
- 基于VS2013+opencv,用于对图像几何特征的检测,提取图像的轮廓、线条及连通区域,包括直线检测和圆检测-based on V013+opencv,it can be used in detecting line and circle , which can show conturs together
hough变换源码(直线&圆)
- OpenCV中的hough变换源码,里面包括直线以及圆变换提取源代码。(OpenCV transform source code in Hough,Which includes the line and the circle transform, extract the source code)
CReadHoughCircle
- 可以提取图像上的圆形区域,比较好上手的opencv程序(You can extract the circular area of the image and compare the opencv program with good hands)