搜索资源列表
haarcascade 用opencv写的人脸识别
- 用opencv写的人脸识别,适合初学者,简单易懂,功能方面只是实现了在脸部圈一个圈-Written with opencv face recognition, suitable for beginners, easy to understand, but to achieve the functions of a circle on the face ring
hough.rar
- 图像处理之 opencv 用hough变换检测圆,Image processing opencv circle detection using hough transform
圆检测.rar
- 图像的圆检测程序。可以很好地进行灰度图的圆检测,Image circle detection procedures. Grayscale can be carried out of the circle detection
OpenCV实现画线
- OpenCV实现画线,画圆,文字显示功能,可直接运行,已经包含相应的lib和dll库,效果不错-OpenCV implementation draw lines, circle, text display, can be directly run, already contains the appropriate lib and dll library, good results
zhao
- 基于opencv的图像处理程序,包括读入视频,在视频流中找到一个同心圆并识别,在圆心标记绿色圆圈-Opencv-based image processing procedures, including the read video, the video stream to find and identify a concentric circle, green circle in the center of the circle marked
testhoughcircle
- opencv,检测图像中的圆,并且检测其圆心和半径的一个小程序。-opencv, detection of the image circle, and the detection of its center point and radius of a small program.
FindCircles
- opencv find circle source code
circle
- 这个是用OPENCV库函数在WIN32控制台中编写的,功能是实现轮廓跟踪,并画出轮廓,此程序得出的是圆的轮廓,求得圆的中心和半径,将此圆画出,与实际的圆形成对比。 -This is OPENCV library function in the preparation of WIN32 console, feature tracking is to achieve the outline and draw the outline, this procedure is to draw the o
CircleDetect(Opencv)
- 用OPENCV编写的VC圆检测程序,个人觉得速度好于传统HOUGH变换算法-OPENCV prepared using VC circle detection procedures, personally feel that the speed is better than traditional HOUGH Transform Algorithm
findcircle
- vc++为基础的 并运用OPENCV 中的HOUGH检测圆,还凑合吧-vc++-based and use OPENCV in HOUGH detection circle Haicou He Bar
HoughTrans
- Detect Line and Circle 基于opencv的直线,圆检测 retinex算法用于人脸识别预处理-Opencv-based Detect Line and Circle line, circle detection algorithm for face recognition preprocessing retinex
Kalman
- 基于OpenCV的Kalman滤波算法。利用Kalman滤波算法实现目标跟踪,本例中具体跟踪对象为随机产生的圆的轨迹,预测轨迹中下一点的位置,标记出来并给出相应的运动轨迹。-The Kalman filtering algorithm based on OpenCV. The use of Kalman filter algorithm for target tracking, in this case specifically track the object is randomly gene
circle
- circle detection using hough method. The code uses openCV library.
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
cir_cu
- 实现轮廓跟踪,并画出轮廓,此程序得出的是圆的轮廓,求得圆的中心和半径,将此圆画出,与实际的圆形成对比。用OPENCV库函数在WIN32控制台中编写.-To achieve contour tracing, and draw the outline, this procedure leads to an outline of the circle, to seek the circle center and radius of this circle draw, in contrast with
FaceDetection
- 采用openCV编写的人脸检测程序,可直接运行,输入参数为一幅图像,输出图像中将人脸的位置圈出来-Prepared by openCV face detection process, can be directly run, input parameters for an image, the output image will circle the location of the face
Houghcircle
- 基于opencv对采集的图片检测圆,并且将圆上的各点采样,取1024个点,得到这1024个点的灰度值.为后续的FRF变换提供数据.其中灰度的大小代表了此处润滑液的厚度深浅.对工程分析应用非常有帮助.-Opencv image based on the collected test round, and will circle the points on the sample, take 1024 points, 1024 points by the gray values. For the fo
Crowd_detect_test
- OpenCV 人脸识别,自己做的一个小的project中的部分代码-OpenCV code for circle detect
circle
- 用opencv写的一个在窗口中画圆的程序。-Opencv written by a circle in the window of the program.
circles
- Circle detection using Hough Transformation in OpenCV