搜索资源列表
extract-underlying
- 包括角,直方图,纹理质地,霍夫圆和霍夫直线的检测-Including angle, histogram, texture, texture, Hove Circle and Hough line detection
CeLiangYuan
- 主要通过读入bmp文件,实时检测圆的半径和其他信息,工具是VC+opencv-Bmp files, mainly through reading, real-time detection of the radius and other information, the tool is VC+ opencv
houghcircles
- 函数cvHoughCircles使用Hough变换检测灰度图像中的圆-The function cvHoughCircles using the Hough transform circle detection grayscale images
opencv
- 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
hough_circle
- VS2008+OpenCV2.1,实现hough算法圆的检测,同时对原hough算法做了改进。编译通过,可以直接使用。-VS2008+ OpenCV2.1, circle detection algorithm to achieve hough, hough both the original algorithm has been improved. Compile, can be used directly.
hough
- 此程序使用是vc平台结合opencv 实现图像中的圆检测-The circle detection of image
HoughCircles
- 这是利用Opencv实现圆检测的源代码。-This file is to implement the circles detection with opencv library.
RHT_CIRCLE
- 利用随机霍夫变换,检测图像中的圆,可以调节参数,达到理想效果-Find circles by using RHT
houghcircle
- 一篇关于改进的hough算法检测圆,包括圆心的位置检测,半径的检测,与传统的hough相比,有了很大的改进。-An improved algorithm of hough circle detection, including the detection of the center position, the radius of detection, compared with traditional hough, has been greatly improved.
ex05
- 人脸识别,通过设计程序,来检测出一幅图像中的几张脸,并用圆圈圈出来-Face recognition, through the design process to detect a few faces in the image, and use circled
OpenCV
- 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
Hough
- 使用opencv中的Hough变换对图像中的线段和近似圆的圆进行检测-The Hough transform using opencv image of lines and circles round the approximate detection
Hough_circle
- 一个自己利用OPENCV1.0编写的霍夫圆检测程序,初学者可以参考,可以修改使用-Own use OPENCV1.0 written Hough circle detection program, beginners can refer to, can be modified to use
cvHoughCircles
- 霍夫变换的圆检测算法,基于opencv实现,基础算法。-Hough transform circle detection algorithm based on opencv achieve basic algorithm.
Project8
- 这是基于haar特征的adaboost算法的人脸识别,可以检测出人的脸,用圆标注出来-This is based on adaboost haar features face recognition algorithm can detect the human face, with a circle marked out
test1
- 输入图片是一系列的圆,通过霍夫变换检测出圆的个数以及圆的轮廓,并标记出来-input a picture with a seires circles. by using huofu trans,it can turn out the number of the circles and draw out the edge of the circles
contour
- 基于VS2013+opencv,用于对图像几何特征的检测,提取图像的轮廓、线条及连通区域,包括直线检测和圆检测-based on V013+opencv,it can be used in detecting line and circle , which can show conturs together
facedetect
- 使用OpenCV实现的人脸检测,能够检测出图片中的人物的正脸,并使用不同颜色的圆标记出人脸所在位置-Implemented using OpenCV face detection can detect the positive image of the characters face, and use different colors to mark the location of a round face
HoughCircles函数
- 霍夫圆变换的HoughCircles函数,检测图像中的圆并绘制出来(The HoughCircles function of the hough transform, detects the circle in the image and draws it out)