搜索资源列表
replace
- 使用directshow代替opencv的vfw的源代码。代码是工程中需要引入的文件。配置好opencv,按照文章的步骤做就可以了。
OPENCV_SIFT_VC6
- 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。
OpenCV
- OpenCV的demo.本演示程序开发环境:Visual Studio 2005,编译前需先配置好OpenCV。 OpenCV配置方法和相关资料参见:http://www.opencv.org.cn
test
- 实现运动目标的检测和跟踪,需要配置OpenCV
canny-contour.rar
- 本程序可以使用canny算法进行图片轮廓的提取,使用前请配置好opencv环境。希望对大家学习图像处理和opencv有所帮助...,This procedure can be used canny algorithm for extracting image contour, the use of before-configured environment opencv. We would like to learn opencv image processing and help ...
test
- 本程序可以对输入的图像或者视频进行人脸检测,其中用到了OpenCV的库函数,因此需要先安装并配置好OpenCV后方可运行-This procedure can be the input image or video Face Detection, which uses the OpenCV library function, it needs to be installed and configured before running OpenCV
LiveWireAuto
- 这是典型的图像分割Livewire算法的源码 结合OPENCV,配置一下就可以用了-This is a typical source image segmentation algorithm Livewire combination OPENCV, can be used to configure what
object-detect
- 改程序能够读取视频文件并且可以检测到运动的物体,配置好opencv后可以直接运行,本程序以车辆监控为例子,所以可以用于智能监控-Reform program that can read video files and can detect movement of objects can be configured directly opencv run, the procedure for vehicle monitoring, for example, it can be used for i
gauss-backgrounds
- 本程序可以进行视频的动态提取背景,使用的是高斯模型使用前请配置好opencv环境。希望对大家学习人脸检测有所帮助-This procedure can extract the dynamic video background, using a Gaussian model configured before use opencv environment. We would like to learn helpful Face Detection ...
count-rice
- 本程序可以使用图像处理算法对图片进行处理,对于一个含有各种物体的图片,如米粒,可以计算物体的个数。使用前请配置好opencv环境。希望对大家学习图像处理和opencv有所帮助-This procedure can use the image processing algorithm for processing images for a picture with a variety of objects, such as a grain of rice, can calculate the nu
CopyPixelsFromBuffer
- 从显存读图像,基于opencv写的,需要安装opencv进行配置调试。 -Reading images from memory, based on opencv.You need to install opencv to debugging.
OpenCV
- 讨论了OpenCV(Open Source Computer Vision Library)相对于现有的计算机视觉软件包所具有的优势,描述了OpenCV的 环境配置、数据定义、图像元素访问方式。OpenCV成为一种源码开放、包含丰富的高级数学计算函数、图像处理函数和计算机视觉 函数、不断更新和平台无关性的计算机视觉软件包。-Discussed the OpenCV (Open Source Computer Vision Library) relative to the existing
connect
- 对图片以及视频帧进行连通域提取,环境需要opencv vs2005,必要的配置,连通域的算法是基于递归的二值图像标记算法。-Frame of the picture, and video connectivity components extraction, environmental needs opencv vs2005, the necessary configuration, connected components algorithm is based on the recursive
h264
- 用ffmpeg解码h264视频文件,并且将解码出来的每帧图像用opencv封装进行显示。使用时须配置好ffmpeg和opencv,然后将自己的h264文件名称修改为1.h264 并将其置于当前目录即可运行(可作为2次开发的参考)-Using ffmpeg to decode h264 video file and display each frame decoded using opencv package, the ffmpeg is the latest version 3-2. In ad
jiaodianpipei
- 角点检测匹配程序,vs2008工程 需要opencv配置 程序可以运行-The corner detection matching program, vs2008 project needs opencv configuration program can run
harris-opencv
- 基于opecv2.4.9实现Harris角点。具有很大的参考价值。。只要配置了环境,即可运行,但是关于尺度不变性还有待解决-Based opecv2.4.9 achieve Harris corner. Has great reference value. . Just configure the environment, you can run, but on the scale invariance has yet to be resolved. . . . .
OPENCV
- opencv的安装及配置教程,图像处理 基于vs-vs opencv setup and configuration
openvc2.4.10配置方法
- 针对opencv的配制方法总结,适合初学者来配置开发环境(For the preparation of opencv summary, suitable for beginners to configure the development environment)
opencv-lane-vehicle-track-master
- 根据opencv和VS2010可以配置出来,已经成功运行(It can be configured according to opencv and VS2010, and has been successfully run.)
opencv文本绘制函数
- puttext,实现图像上文本绘制功能。通过VS2017打开,配置opencv库即可使用。