搜索资源列表
OpenCVTest
- 初学OpenCv在MFC的应用时的最简单例程,熟悉简单的操作,-Beginners OpenCv in MFC' s application of the simplest routines, familiar simple operation,
mubiaogenzong
- opencv中的一个小程序,该程序的作用是对视频或摄像头得到的视频用meanshift的方法对目标进行跟踪,需要手动选择目标。-opencv in a small program, the program' s role in the video or video camera meanshift method to track the target, the need to manually select the target.
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
Light-Intensity-Control
- 调节显示器亮度: 通过VC程序实现了显示器的亮度对比度调节,通过不同的OPENCV函数调用展示了底层开发的基本技术。-Light Intensity Configuration: Based on VC++, codes realize the adaptive configuration of monitor s light intensity and contrast ratio. By the use of different OPENCV functions, codes show th
SIFT-algorithm
- D.G lowe 的尺度不变特征转换算法(SIFT)在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配-D.G lowe s scale invariant feature transform (SIFT) algorithm based on opencv and on the basis of OpenGL source to increase the function of image preservation. Used
Opencv-program-to-keep-track-of-the-vehicles-lice
- Opencv program to keep track of the vehicle s license plate
OPENCVprogram
- OpenCV基本程序 包括边缘检测 直线检测 开闭运算等,比较好,珍藏版。-OpenCV basic procedures including edge detection, line detection opening and closing operation, good, collector s edition.
Haartraining-StuffW
- opencv haartraining Shehan s blog-opencv haartraining Shehan s blog
opencalibration
- 该程序为单目摄像机标定程序,是应用c++编程语言,在visual studio2010环境下基于opencv 编写的标定程序,该程序可以应用于计算机视觉,可以获取摄像机的内外参数,也可以用于双目标定,作为双目标定的重要的一步。-The program can obtain the camera s internal and external parameters, and it also can be used for binocular calibration, as an importan
Source
- This source are example for detection coin and count it. It s use OpenCV in Visual Studio 2013
Source
- This source are example for change orientation display camera. It s use OpenCV in Visual Studio 2013.
2017手游组大创立项文档
- IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, install, // copy or use the s
摄像头linux
- 在linux的qt软件下,调用摄像头,进行拍摄(In Linux's QT software, the camera is called for filming)
easypr
- 中文车牌识别系统: 它基于openCV这个开源库。这意味着你可以获取全部源代码,并且移植到opencv支持的所有平台。 它能够识别中文。例如车牌为苏EUK722的图片,它可以准确地输出std:string类型的"苏EUK722"的结果。 它的识别率较高。图片清晰情况下,车牌检测与字符识别可以达到80%以上的精度。(Chinese car license plate recognition system: It is based on ope
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)
cameralink interface
- 项目包含用来连接TopSee电子公司的相机接口的C++ 的类,cameralink接口使用该公司提供的DLL文件。项目的输出数据到opencv中框架中相似的视频项目 参见Opencv libraries中NetSDK DLLPLayer(C++ class for interfaciing with TopSee Electronic Tech camera's using the provided DLL. Outputs to opencv Mat image frames similar
1
- 已经完成的文字游戏 初学者 后面的有点崩 先用gm版G++和opencv实现图像的双线性插值(The finished word game beginner's point avalanche first uses GM version G++ and OpenCV to realize the bilinear interpolation of the image)
sift
- 基于open cv的sift算法提取图像特征值的python程序(Python algorithm based on open CV's SIFT algorithm to extract image eigenvalues.)