搜索资源列表
VideoShow
- 一个自己写的利用MFC来实现OPENCV中函数的 小程序。把OPENCV中人脸检测与camshift跟踪算法加了进去。编译之间要先配置好OPENCV 安装好摄像头就可以使用了。-one's own use of MFC to achieve OPENCV Function of small procedures. OPENCV put human face detection and tracking algorithm camshift increase of nationalis
opencv实现二值化图像的黑点计数并计算出连同区域的面积
- opencv实现二值化图像的黑点计数并计算出连同区域的面积 -use opencv to count the number of binary image s black point
warai-0.2
- This a program for obscuring the faces in photo or video with another image or logo. It is written in python, and depends upon Intel s OpenCV libraries, and the Python Imaging Library (PIL). -This is a program for obscuring the faces in photo or vide
opencv_twocam
- Two-cam connection program. It s work with intel computer vision library openCV.
OpenCV_contour
- This source, for computer vision developer with intel openCV library. It s detect object contour-This source, for computer vision developer with intel openCV library. It s detect object contour..
r_cvsobel_matlab
- Code for extracting sobel edge based on Intel s OpenCV library. Result of this is compatible with MATLAB sobel function. Parameters are set such as doing so.
mushroom
- /* The sample demonstrates how to build a decision tree for classifying mushrooms. It uses the sample base agaricus-lepiota.data from UCI Repository, here is the link: Newman, D.J. & Hettich, S. & Blake, C.L. & Merz, C.J. (1998). UCI Repos
93317474tracking
- 很好的视频跟踪代码,用opencv实现,基于c++开发的,个人感觉很好。-Very good code for video tracking,based on opencv and c++,I think it s very important for learners of opencv.
moje
- Hi, it s my still uncomplete version of shape detection using EMGU (wrapper for C# of openCV). Hope it can help you learning something.
tmpOflearningOC
- 处理眼瞳孔识别,使用VC,opencv,等等。自己根据别人的源码修改使用的。-Treated eye iris recognition using VC, opencv, and so on. According to modify their use of other people' s source.
Corners
- 首先,请检查/样品在你的OpenCV的分布/ C/ squares.c的。这个例子提供了一个方形的检测,如何检测角落类似的功能,它应该是一个不错的开始。然后,一起来看看在OpenCV的功能,导向功能,如cvCornerHarris()和cvGoodFeaturesToTrack()。 上述方法可以返回许多角落类似的功能 - 最不会“真正的角落”你正在寻找。在我的应用程序,我只好检测,旋转或倾斜的广场(透视)。我的检测流水线包括: 从RGB转换为灰度级(cvCvtColor)
src
- pedestrian tracking/ this post about how to use OpenCV s HOG-based pedestrian detector: How can I detect and track people using OpenCV? ... of opencv. that said it should be easy to hack the opencv source code
OPENCV-color-reconization
- OPENCV颜色识别,代码简单.只有一个文件,当然要包含OPENCV库-it s a sample demo of color reconization,lying opencv
Opencv-program-to-keep-track-of-the-vehicles-lice
- Opencv program to keep track of the vehicle s license plate
opencv17
- opencv学习的入门例子,对刚刚学习opencv的童鞋有一定的帮助-Learning opencv introductory example, just learning opencv s help
摄像头linux
- 在linux的qt软件下,调用摄像头,进行拍摄(In Linux's QT software, the camera is called for filming)
OpenCV3.3.1Doc
- Opencv3.3.1 最新官方教程,英文版(Opencv3.3.1's latest official course, English version)
求质心
- opencv求物体的质心坐标 opencv求物体的质心坐标(Opencv's centroid coordinates for an object Opencv's centroid coordinates for an object)
mnist_test_opencv
- 利用opencv的ML-SVM,进行·mnist数据集的训练分类。 同时包含该数据集的读取(use opencv's ML-SVM to carry out training classification of MNIST dataset. Including the reading of the data set)
sift
- 基于open cv的sift算法提取图像特征值的python程序(Python algorithm based on open CV's SIFT algorithm to extract image eigenvalues.)